Changeset 1304 for pjproject/trunk/pjlib/src/pj/os_core_unix.c
- Timestamp:
- May 25, 2007 11:39:39 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r1266 r1304 357 357 358 358 /* Check if suspension is required. */ 359 if (rec->suspended_mutex) 359 if (rec->suspended_mutex) { 360 360 pj_mutex_lock(rec->suspended_mutex); 361 pj_mutex_unlock(rec->suspended_mutex); 362 } 361 363 362 364 PJ_LOG(6,(rec->obj_name, "Thread started"));
Note: See TracChangeset
for help on using the changeset viewer.