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

  /external/valgrind/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/curl/docs/examples/
opensslthreadlock.c 82 int thread_cleanup(void) function
  /external/sqlite/dist/orig/
sqlite3ext.h 141 void (*thread_cleanup)(void); member in struct:sqlite3_api_routines
427 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup
  /external/sqlite/dist/
sqlite3ext.h 141 void (*thread_cleanup)(void); member in struct:sqlite3_api_routines
427 #define sqlite3_thread_cleanup sqlite3_api->thread_cleanup

Completed in 529 milliseconds