HomeSort by relevance Sort by last modified time
    Searched refs:thread_cleanup (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/none/tests/
pth_cancel1.c 6 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/
mttest.c 112 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
th-lock.c 339 void thread_cleanup(void) function
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 133 void (*thread_cleanup)(void); member in struct:sqlite3_api_routines
315 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
  /external/sqlite/dist/orig/
sqlite3ext.h 143 void (*thread_cleanup)(void); member in struct:sqlite3_api_routines
358 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
  /external/sqlite/dist/
sqlite3ext.h 143 void (*thread_cleanup)(void); member in struct:sqlite3_api_routines
358 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup

Completed in 224 milliseconds