Home
last modified time | relevance | path

Searched refs:ProcCreate (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp20 Processor *ProcCreate() { in ProcCreate() function
H A Dtsan_platform_mac.cpp208 Processor *proc = ProcCreate(); in ThreadCreateCallback()
H A Dtsan_mman.cpp69 proc(ProcCreate()), in GlobalProc()
H A Dtsan_rtl.h568 Processor *ProcCreate();
H A Dtsan_rtl.cpp704 Processor *proc = ProcCreate(); in Initialize()
H A Dtsan_interceptors_posix.cpp1007 Processor *proc = ProcCreate(); in __tsan_thread_start_func()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_proc.cpp20 Processor *ProcCreate() { in ProcCreate() function
H A Dtsan_platform_mac.cpp231 Processor *proc = ProcCreate(); in my_pthread_introspection_hook()
H A Dtsan_mman.cpp69 proc(ProcCreate()), in GlobalProc()
H A Dtsan_rtl.cpp426 Processor *proc = ProcCreate(); in Initialize()
H A Dtsan_rtl.h545 Processor *ProcCreate();
H A Dtsan_interceptors_posix.cpp1002 Processor *proc = ProcCreate(); in __tsan_thread_start_func()
/llvm-project-15.0.7/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp233 *pproc = ProcCreate(); in __tsan_proc_create()
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DProcess.inc88 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
89 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/unit/
H A Dtsan_trace_test.cpp41 Processor *proc = ProcCreate(); in ThreadArray()