Searched defs:thread_cleanup (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/none/tests/
H A Dpth_cancel1.c6 static void thread_cleanup(void *arg) function
15 pthread_cleanup_push(thread_cleanup, (void *)0x1234);
16 pthread_cleanup_push(thread_cleanup, (void *)0x5678);
/external/openssl/crypto/threads/
H A Dth-lock.c339 void thread_cleanup(void) function
H A Dmttest.c112 void thread_cleanup(void);
335 thread_cleanup();
740 void thread_cleanup(void) function
838 void thread_cleanup(void) function
960 void thread_cleanup(void) function
1045 void thread_cleanup(void) function
1149 void thread_cleanup(void) function
1155 fprintf(stdout,"thread_cleanup\n");
1238 void thread_cleanup(void) function
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite3ext.h131 void (*thread_cleanup)(void); member in struct:sqlite3_api_routines
334 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
/external/sqlite/dist/orig/
H A Dsqlite3ext.h143 void (*thread_cleanup)(void); member in struct:sqlite3_api_routines
372 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
/external/sqlite/dist/
H A Dsqlite3ext.h143 void (*thread_cleanup)(void); member in struct:sqlite3_api_routines
372 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup

Completed in 214 milliseconds