Home
last modified time | relevance | path

Searched defs:parent_tid (Results 1 – 20 of 20) sorted by relevance

/llvm-project/compiler-rt/lib/asan/
H A Dasan_mac.cpp148 u32 parent_tid; member
152 void asan_register_worker_thread(int parent_tid, StackTrace *stack) { in asan_register_worker_thread()
307 int parent_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR() local
321 int parent_tid = GetCurrentTidOrInvalid(); in INTERCEPTOR() local
H A Dasan_thread.h70 return Create(nullptr, 0, parent_tid, stack, detached); in Create() argument
74 Create(u32 parent_tid,StackTrace * stack,bool detached) Create() argument
H A Dasan_fuchsia.cpp119 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() argument
180 u32 parent_tid = GetCurrentTidOrInvalid(); BeforeThreadCreateHook() local
H A Dasan_thread.cpp99 Create(const void * start_data,uptr data_size,u32 parent_tid,StackTrace * stack,bool detached) Create() argument
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_mac.cpp65 u32 parent_tid; member
69 void lsan_register_worker_thread(int parent_tid) { in lsan_register_worker_thread()
H A Dlsan_thread.cpp64 ThreadCreate(u32 parent_tid,bool detached,void * arg) ThreadCreate() argument
H A Dlsan_fuchsia.cpp103 u32 parent_tid = GetCurrentThreadId(); in __sanitizer_before_thread_create_hook() local
H A Dlsan_interceptors.cpp420 uptr tid = ThreadCreate(parent_tid, Detached); in ThreadStartFunc() local
/llvm-project/compiler-rt/test/xray/TestCases/Posix/
H A Dfork_basic_logging.cpp44 static uint64_t parent_tid; variable
/llvm-project/compiler-rt/test/tsan/
H A Ddebugging.cpp103 int parent_tid; in __tsan_on_report() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h54 u32 parent_tid; variable
H A Dsanitizer_thread_registry.cpp136 CreateThread(uptr user_id,bool detached,u32 parent_tid,void * arg) CreateThread() argument
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp75 Create(thread_callback_t start_routine,void * arg,u32 parent_tid,StackTrace * stack,bool detached) Create() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h91 Tid parent_tid; member
H A Dtsan_debugging.cpp169 int *running, const char **name, int *parent_tid, in __tsan_get_report_thread()
H A Dtsan_rtl_report.cpp808 Tid parent_tid = rep_desc->threads[i]->parent_tid; in ReportRace() local
H A Dtsan_interceptors_posix.cpp2337 TSAN_INTERCEPTOR(int,clone,int (* fn)(void *),void * stack,int flags,void * arg,int * parent_tid,void * tls,pid_t * child_tid) TSAN_INTERCEPTOR() argument
/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.cpp869 kmp_int32 parent_tid = (tid - 1) >> branch_bits; __kmp_tree_barrier_gather() local
1042 kmp_int32 parent_tid = tid & ~((1 << (level + branch_bits)) - 1); __kmp_hyper_barrier_gather() local
[all...]
H A Dkmp.h2212 kmp_int32 parent_tid; member
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp5740 lldb::tid_t parent_tid = m_thread_ids.front(); DidFork() local