Changeset 5012 for pjproject/trunk/pjlib/src/pj/os_core_unix.c
- Timestamp:
- Mar 22, 2015 7:50:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/src/pj/os_core_unix.c
r4990 r5012 717 717 718 718 PJ_CHECK_STACK(); 719 720 if (p == pj_thread_this()) 721 return PJ_ECANCELLED; 719 722 720 723 PJ_LOG(6, (pj_thread_this()->obj_name, "Joining thread %s", p->obj_name));
Note: See TracChangeset
for help on using the changeset viewer.