Home
last modified time | relevance | path

Searched refs:thread_info_detached (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c513 #define thread_info_detached(t) 0 macro
555 #define thread_info_detached(t) ((t)->detached) macro
750 if( thread_info_detached( t ) ) in thread_exiting()
845 ERROR_IF( thread_info_detached( t ), "ldap_pvt_thread_join" ); in ldap_pvt_thread_join()