Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_proc.cc21 Processor *ProcCreate() { in ProcCreate() function
Dtsan_platform_mac.cc137 Processor *proc = ProcCreate(); in my_pthread_introspection_hook()
Dtsan_mman.cc72 , proc(ProcCreate()) { in GlobalProc()
Dtsan_rtl.h719 Processor *ProcCreate();
Dtsan_rtl.cc335 Processor *proc = ProcCreate(); in Initialize()
Dtsan_interceptors.cc887 Processor *proc = ProcCreate(); in __tsan_thread_start_func()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc89 uint64_t ProcCreate, ProcExit, KernelTime, UserTime;
90 GetProcessTimes(GetCurrentProcess(), (FILETIME*)&ProcCreate,
/external/compiler-rt/lib/tsan/go/
Dtsan_go.cc226 *pproc = ProcCreate(); in __tsan_proc_create()
/external/llvm/lib/Support/Windows/
DProcess.inc100 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
101 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProcess.inc88 FILETIME ProcCreate, ProcExit, KernelTime, UserTime;
89 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,