Home
last modified time | relevance | path

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

/netbsd/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h141 void (*thread_cleanup)(void); member
451 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
H A Dsqlite3.c118264 void (*thread_cleanup)(void);
118574 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
/netbsd/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc338 static void thread_cleanup(void* thread_info) in thread_cleanup() function
386 pthread_key_create(&eh_key, thread_cleanup); in init_key()