Searched refs:thread_cleanup (Results 1 – 3 of 3) sorted by relevance
141 void (*thread_cleanup)(void); member498 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
135613 void (*thread_cleanup)(void);135970 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
338 static void thread_cleanup(void* thread_info) in thread_cleanup() function386 pthread_key_create(&eh_key, thread_cleanup); in init_key()