HomeSort by: relevance | last modified time | path
    Searched defs:thread_finalize (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_interceptors.cc 308 static void thread_finalize(void *v) { function in typeref:typename:void
453 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
lsan_interceptors.cc 308 static void thread_finalize(void *v) { function in typeref:typename:void
453 if (pthread_key_create(&g_thread_finalize_key, &thread_finalize)) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 924 static void thread_finalize(void *v) { function in typeref:typename:void
2800 if (pthread_key_create(&interceptor_ctx()->finalize_key, &thread_finalize)) {
tsan_interceptors.cc 924 static void thread_finalize(void *v) { function in typeref:typename:void
2800 if (pthread_key_create(&interceptor_ctx()->finalize_key, &thread_finalize)) {

Completed in 28 milliseconds