Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp20 Processor *ProcCreate() { in ProcCreate() function
H A Dtsan_platform_mac.cpp215 Processor *proc = ProcCreate(); in my_pthread_introspection_hook()
H A Dtsan_mman.cpp73 GlobalProc() : mtx(MutexTypeGlobalProc), proc(ProcCreate()) {} in GlobalProc()
H A Dtsan_rtl.h761 Processor *ProcCreate();
H A Dtsan_rtl.cpp420 Processor *proc = ProcCreate(); in Initialize()
H A Dtsan_interceptors_posix.cpp967 Processor *proc = ProcCreate(); in __tsan_thread_start_func()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp236 *pproc = ProcCreate(); in __tsan_proc_create()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc88 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
89 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,