Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/libraries/libldap/
H A Dthr_debug.c516 #define get_thread_info(thread, msg) NULL macro
602 get_thread_info( ldap_pvt_thread_t thread, const char *msg ) in get_thread_info() function
749 ldap_debug_thread_t *t = get_thread_info( thread, msg ); in thread_exiting()
844 t = get_thread_info( thread, "ldap_pvt_thread_join" ); in ldap_pvt_thread_join()
/netbsd-src/external/mit/libuv/dist/src/unix/
H A Dhaiku.c93 status = get_thread_info(find_thread(NULL), &thread); in uv_resident_set_memory()