/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
pthread_self.c | 103 * GetCurrentThread only returns a pseudo-handle 108 sp->threadH = GetCurrentThread (); 111 GetCurrentThread (),
|
/external/chromium_org/third_party/smhasher/src/ |
Platform.cpp | 19 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
|
/external/chromium_org/chrome/browser/metrics/ |
time_ticks_experiment_win.cc | 80 if (!SetThreadAffinityMask(GetCurrentThread(), current_mask)) { 87 SetThreadAffinityMask(GetCurrentThread(), default_mask);
|
/external/compiler-rt/lib/lsan/ |
lsan_thread.cc | 43 u32 GetCurrentThread() { 98 thread_registry->FinishThread(GetCurrentThread()); 103 if (GetCurrentThread() == kInvalidTid) 106 return (ThreadContext *)thread_registry->GetThreadLocked(GetCurrentThread()); 127 if (GetCurrentThread() == 0)
|
lsan_thread.h | 47 u32 GetCurrentThread();
|
/external/chromium_org/sandbox/win/src/ |
policy_target_test.cc | 25 if (!::OpenThreadToken(GetCurrentThread(), TOKEN_IMPERSONATE | 33 if (::OpenThreadToken(GetCurrentThread(), TOKEN_IMPERSONATE | TOKEN_DUPLICATE, 47 if (!::OpenThreadToken(GetCurrentThread(), TOKEN_IMPERSONATE | 66 if (!::OpenThreadToken(GetCurrentThread(), TOKEN_IMPERSONATE | 72 if (!OpenThreadToken(GetCurrentThread(), TOKEN_IMPERSONATE | TOKEN_DUPLICATE, 88 NTSTATUS status = NtOpenThreadTokenEx(GetCurrentThread(), 99 status = NtOpenThreadTokenEx(GetCurrentThread(),
|
/external/compiler-rt/lib/asan/ |
asan_stack.h | 41 if (asan_inited && (t = GetCurrentThread())) { \
|
asan_thread.h | 122 AsanThread *GetCurrentThread();
|
asan_thread.cc | 213 AsanThread *GetCurrentThread() { 247 AsanThread *t = GetCurrentThread();
|
asan_stats.cc | 131 AsanThread *t = GetCurrentThread();
|
asan_report.cc | 371 AsanThread *t = GetCurrentThread(); 482 AsanThread *curr_thread = GetCurrentThread(); 491 AsanThread *curr_thread = GetCurrentThread();
|
/external/libvpx/libvpx/test/ |
register_state_check.h | 49 const HANDLE this_thread = GetCurrentThread();
|
/art/compiler/llvm/ |
runtime_support_builder_arm.cc | 63 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread); 106 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread);
|
runtime_support_builder_x86.cc | 45 Function* ori_func = GetRuntimeSupportFunction(runtime_support::GetCurrentThread);
|
runtime_support_llvm_func_list.h | 23 V(GetCurrentThread, art_portable_get_current_thread_from_code) \
|
/external/chromium_org/chrome_frame/test/ |
proxy_factory_mock.cc | 129 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_HIGHEST); 136 ::SetThreadPriority(::GetCurrentThread(), THREAD_PRIORITY_NORMAL);
|
/external/srec/srec/crec/ |
comp_stats.c | 118 GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernelCPU, 145 GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernelCPU,
|
/art/compiler/jni/quick/ |
jni_compiler.cc | 197 __ GetCurrentThread(main_jni_conv->CurrentParamRegister()); 201 __ GetCurrentThread(main_jni_conv->CurrentParamStackOffset(), 339 __ GetCurrentThread(end_jni_conv->CurrentParamRegister()); 343 __ GetCurrentThread(end_jni_conv->CurrentParamStackOffset(),
|
/external/chromium/base/debug/ |
stack_trace_win.cc | 165 GetCurrentThread(),
|
/external/chromium_org/base/threading/ |
platform_thread_win.cc | 62 GetCurrentThread(),
|
/external/chromium_org/tools/measure_page_load_time/ie_bho/ |
MeasurePageLoadTimeBHO.cpp | 291 TerminateThread(GetCurrentThread(), -1);
|
/external/srec/portable/src/ |
pcputimer.c | 53 tmp->hThread = GetCurrentThread();
|
/art/compiler/utils/ |
assembler.h | 414 virtual void GetCurrentThread(ManagedRegister tr) = 0; 415 virtual void GetCurrentThread(FrameOffset dest_offset,
|
/external/netperf/ |
netcpu_looper.c | 148 if (!SetThreadAffinityMask(GetCurrentThread(), (ULONG_PTR)1 << (child_num % lib_num_loc_cpus))) { 245 SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_IDLE);
|
/external/chromium_org/base/debug/ |
stack_trace_win.cc | 236 GetCurrentThread(),
|