Searched refs:objc_condition_wait (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/objc/
H A Dthr.h78 int objc_condition_wait (objc_condition_t condition, objc_mutex_t mutex);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/objc/
H A Dthr.h90 int objc_condition_wait (objc_condition_t condition, objc_mutex_t mutex);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libobjc/
H A Dthr.c473 objc_condition_wait (objc_condition_t condition, objc_mutex_t mutex) function
506 the called would lock the same mutex as the threads in objc_condition_wait
522 the called would lock the same mutex as the threads in objc_condition_wait
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libobjc/
H A Dthr.c471 objc_condition_wait (objc_condition_t condition, objc_mutex_t mutex) function
504 the called would lock the same mutex as the threads in objc_condition_wait
520 the called would lock the same mutex as the threads in objc_condition_wait

Completed in 134 milliseconds