Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cc21 Processor *ProcCreate() { in ProcCreate() function
H A Dtsan_platform_mac.cc211 Processor *proc = ProcCreate(); in my_pthread_introspection_hook()
H A Dtsan_mman.cc76 , proc(ProcCreate()) { in GlobalProc()
H A Dtsan_rtl.h779 Processor *ProcCreate();
H A Dtsan_rtl.cc374 Processor *proc = ProcCreate(); in Initialize()
H A Dtsan_interceptors.cc960 Processor *proc = ProcCreate(); in __tsan_thread_start_func()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc226 *pproc = ProcCreate(); in __tsan_proc_create()
/freebsd-12.1/contrib/llvm/lib/Support/Windows/
H A DProcess.inc83 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
84 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,