Searched refs:thread_cleanup (Results 1 – 7 of 7) sorted by relevance
6 static void thread_cleanup(void *arg) in thread_cleanup() function15 pthread_cleanup_push(thread_cleanup, (void *)0x1234); in thread_main()16 pthread_cleanup_push(thread_cleanup, (void *)0x5678); in thread_main()
82 int thread_cleanup(void) in thread_cleanup() function
141 void (*thread_cleanup)(void); member416 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
111143 void (*thread_cleanup)(void);111418 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
3544 dEQP-EGL.functional.thread_cleanup.single_context_single_surface3545 dEQP-EGL.functional.thread_cleanup.multi_context_single_surface3546 dEQP-EGL.functional.thread_cleanup.single_context_multi_surface3547 dEQP-EGL.functional.thread_cleanup.multi_context_multi_surface