Searched defs:detached (Results 1 - 12 of 12) sorted by relevance

/src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_fuchsia.cc145 static void *BeforeThreadCreateHook(uptr user_id, bool detached, argument
205 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached, argument
91 CreateAsanThread(StackTrace * stack,u32 parent_tid,uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) argument
H A Dasan_rtems.cc142 static void *BeforeThreadCreateHook(uptr user_id, bool detached, argument
232 void *__sanitizer_before_thread_create_hook(uptr thread, bool detached, argument
100 CreateAsanThread(StackTrace * stack,u32 parent_tid,uptr user_id,bool detached,uptr stack_bottom,uptr stack_size,uptr tls_bottom,uptr tls_size) argument
H A Dasan_win.cc149 bool detached = false; // FIXME: how can we determine it on Windows? local in function:INTERCEPTOR_WINAPI
H A Dasan_interceptors.cc211 int detached = 0; local in function:INTERCEPTOR
H A Dasan_thread.cc78 Create(thread_callback_t start_routine,void * arg,u32 parent_tid,StackTrace * stack,bool detached) argument
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.cc75 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
H A Dlsan_interceptors.cc381 int detached = 0; local in function:INTERCEPTOR
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cc136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
H A Dsanitizer_thread_registry.h47 bool detached; member in class:__sanitizer::ThreadContextBase
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc232 int ThreadCreate(ThreadState *thr, uptr pc, uptr uid, bool detached) { argument
H A Dtsan_interceptors.cc1000 int detached = 0; local in function:TSAN_INTERCEPTOR
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
H A Dtsan_test_util_posix.cc238 bool detached; member in struct:ScopedThread::Impl
362 ScopedThread::ScopedThread(bool detached, bool main) { argument

Completed in 26 milliseconds