Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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.cpp74 proc(ProcCreate()), in GlobalProc()
H A Dtsan_rtl.h571 Processor *ProcCreate();
H A Dtsan_rtl.cpp708 Processor *proc = ProcCreate(); in Initialize()
H A Dtsan_interceptors_posix.cpp1008 Processor *proc = ProcCreate(); in __tsan_thread_start_func()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp233 *pproc = ProcCreate(); in __tsan_proc_create()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc89 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
90 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,