/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_mac.cpp | 148 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 D | asan_thread.h | 70 return Create(nullptr, 0, parent_tid, stack, detached); in Create() argument 74 Create(u32 parent_tid,StackTrace * stack,bool detached) Create() argument
|
H A D | asan_fuchsia.cpp | 119 static AsanThread *CreateAsanThread(StackTrace *stack, u32 parent_tid, in CreateAsanThread() argument 180 u32 parent_tid = GetCurrentTidOrInvalid(); BeforeThreadCreateHook() local
|
H A D | asan_thread.cpp | 99 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 D | lsan_mac.cpp | 65 u32 parent_tid; member 69 void lsan_register_worker_thread(int parent_tid) { in lsan_register_worker_thread()
|
H A D | lsan_thread.cpp | 64 ThreadCreate(u32 parent_tid,bool detached,void * arg) ThreadCreate() argument
|
H A D | lsan_fuchsia.cpp | 103 u32 parent_tid = GetCurrentThreadId(); in __sanitizer_before_thread_create_hook() local
|
H A D | lsan_interceptors.cpp | 420 uptr tid = ThreadCreate(parent_tid, Detached); in ThreadStartFunc() local
|
/llvm-project/compiler-rt/test/xray/TestCases/Posix/ |
H A D | fork_basic_logging.cpp | 44 static uint64_t parent_tid; variable
|
/llvm-project/compiler-rt/test/tsan/ |
H A D | debugging.cpp | 103 int parent_tid; in __tsan_on_report() local
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_thread_registry.h | 54 u32 parent_tid; variable
|
H A D | sanitizer_thread_registry.cpp | 136 CreateThread(uptr user_id,bool detached,u32 parent_tid,void * arg) CreateThread() argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_thread.cpp | 75 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 D | tsan_report.h | 91 Tid parent_tid; member
|
H A D | tsan_debugging.cpp | 169 int *running, const char **name, int *parent_tid, in __tsan_get_report_thread()
|
H A D | tsan_rtl_report.cpp | 808 Tid parent_tid = rep_desc->threads[i]->parent_tid; in ReportRace() local
|
H A D | tsan_interceptors_posix.cpp | 2337 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 D | kmp_barrier.cpp | 869 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 D | kmp.h | 2212 kmp_int32 parent_tid; member
|
/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 5740 lldb::tid_t parent_tid = m_thread_ids.front(); DidFork() local
|