Home
last modified time | relevance | path

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

/external/valgrind/main/none/tests/
Dpth_cancel1.c6 static void thread_cleanup(void *arg) in thread_cleanup() function
15 pthread_cleanup_push(thread_cleanup, (void *)0x1234); in thread_main()
16 pthread_cleanup_push(thread_cleanup, (void *)0x5678); in thread_main()
/external/openssl/crypto/threads/
Dmttest.c112 void thread_cleanup(void);
335 thread_cleanup(); in main()
740 void thread_cleanup(void) in thread_cleanup() function
838 void thread_cleanup(void) in thread_cleanup() function
960 void thread_cleanup(void) in thread_cleanup() function
1045 void thread_cleanup(void) in thread_cleanup() function
1149 void thread_cleanup(void) in thread_cleanup() function
1238 void thread_cleanup(void) in thread_cleanup() function
Dth-lock.c339 void thread_cleanup(void) in thread_cleanup() function
/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3ext.h133 void (*thread_cleanup)(void); member
315 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
/external/sqlite/dist/
Dsqlite3ext.h143 void (*thread_cleanup)(void); member
358 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
Dsqlite3.c91129 void (*thread_cleanup)(void);
91344 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
/external/sqlite/dist/orig/
Dsqlite3ext.h143 void (*thread_cleanup)(void); member
358 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
Dsqlite3.c91116 void (*thread_cleanup)(void);
91331 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup