Changeset 5012 for pjproject/trunk/pjlib/include/pj/os.h
- Timestamp:
- Mar 22, 2015 7:50:28 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/os.h
r4760 r5012 312 312 /** 313 313 * Join thread, and block the caller thread until the specified thread exits. 314 * If it is called from within the thread itself, it will return immediately 315 * with failure status. 314 316 * If the specified thread has already been dead, or it does not exist, 315 * the function will return immediately with successful lstatus.317 * the function will return immediately with successful status. 316 318 * 317 319 * @param thread The thread handle.
Note: See TracChangeset
for help on using the changeset viewer.