Ignore:
Timestamp:
Mar 22, 2015 7:50:28 AM (9 years ago)
Author:
ming
Message:

Fixed #1827: Video port's clock thread may get stuck during format change event

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/os.h

    r4760 r5012  
    312312/** 
    313313 * 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. 
    314316 * If the specified thread has already been dead, or it does not exist, 
    315  * the function will return immediately with successfull status. 
     317 * the function will return immediately with successful status. 
    316318 * 
    317319 * @param thread    The thread handle. 
Note: See TracChangeset for help on using the changeset viewer.