Searched refs:ProcCreate (Results 1 – 11 of 11) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_proc.cc | 21 Processor *ProcCreate() { in ProcCreate() function
|
D | tsan_platform_mac.cc | 137 Processor *proc = ProcCreate(); in my_pthread_introspection_hook()
|
D | tsan_mman.cc | 72 , proc(ProcCreate()) { in GlobalProc()
|
D | tsan_rtl.h | 719 Processor *ProcCreate();
|
D | tsan_rtl.cc | 335 Processor *proc = ProcCreate(); in Initialize()
|
D | tsan_interceptors.cc | 887 Processor *proc = ProcCreate(); in __tsan_thread_start_func()
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Process.inc | 89 uint64_t ProcCreate, ProcExit, KernelTime, UserTime; 90 GetProcessTimes(GetCurrentProcess(), (FILETIME*)&ProcCreate,
|
/external/compiler-rt/lib/tsan/go/ |
D | tsan_go.cc | 226 *pproc = ProcCreate(); in __tsan_proc_create()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Process.inc | 81 FILETIME ProcCreate, ProcExit, KernelTime, UserTime; 82 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Process.inc | 88 FILETIME ProcCreate, ProcExit, KernelTime, UserTime; 89 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 100 FILETIME ProcCreate, ProcExit, KernelTime, UserTime; 101 if (GetProcessTimes(GetCurrentProcess(), &ProcCreate, &ProcExit, &KernelTime,
|