HomeSort by: relevance | last modified time | path
    Searched defs:ldap_pvt_thread_cond_wait (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
thr_thr.c 119 ldap_pvt_thread_cond_wait( ldap_pvt_thread_cond_t *cond, function
thr_nt.c 157 ldap_pvt_thread_cond_wait( ldap_pvt_thread_cond_t *cond, function
thr_pth.c 119 ldap_pvt_thread_cond_wait( ldap_pvt_thread_cond_t *cond, function
ldap_thr_debug.h 86 #define ldap_pvt_thread_cond_wait ldap_int_thread_cond_wait macro
160 #undef ldap_pvt_thread_cond_wait macro
thr_posix.c 296 ldap_pvt_thread_cond_wait( ldap_pvt_thread_cond_t *cond, function
thr_debug.c 947 ldap_pvt_thread_cond_wait( function
953 check_usage( &cond->usage, "ldap_pvt_thread_cond_wait:cond" );
954 check_usage( &mutex->usage, "ldap_pvt_thread_cond_wait:mutex" );
957 ASSERT_OWNER( mutex, "ldap_pvt_thread_cond_wait" );
960 ASSERT_NO_OWNER( mutex, "ldap_pvt_thread_cond_wait" );
963 ERROR_IF( rc, "ldap_pvt_thread_cond_wait" );

Completed in 28 milliseconds