HomeSort by relevance Sort by last modified time
    Searched refs:GetCurrentThread (Results 1 - 16 of 16) sorted by null

  /external/srec/srec/crec/
comp_stats.c 118 GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernelCPU,
145 GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &kernelCPU,
  /external/webkit/Source/JavaScriptCore/runtime/
TimeoutChecker.cpp 84 GetThreadTimes(GetCurrentThread(), &creationTime, &exitTime, &kernelTime.fileTime, &userTime.fileTime);
  /external/valgrind/tsan/
ts_dynamorio.cc 103 static DrThread &GetCurrentThread(void *drcontext) {
163 DrThread &t = GetCurrentThread(drcontext);
186 DrThread &t = GetCurrentThread(drcontext);
202 DrThread &t = GetCurrentThread(drcontext);
217 DrThread &t = GetCurrentThread(drcontext);
  /external/chromium/base/debug/
stack_trace_win.cc 165 GetCurrentThread(),
  /external/srec/portable/src/
pcputimer.c 53 tmp->hThread = GetCurrentThread();
  /external/netperf/
netcpu_looper.c 148 if (!SetThreadAffinityMask(GetCurrentThread(), (ULONG_PTR)1 << (child_num % lib_num_loc_cpus))) {
245 SetThreadPriority(GetCurrentThread(),THREAD_PRIORITY_IDLE);
netlib.c     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/windib/
SDL_dibaudio.c 150 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
  /external/bluetooth/glib/gthread/
gthread-win32.c 399 HANDLE handle = GetCurrentThread ();
  /external/qemu/distrib/sdl-1.2.12/src/audio/windx5/
SDL_dx5audio.c 245 SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_HIGHEST);
  /external/libxml2/
threads.c 711 DuplicateHandle(GetCurrentProcess(), GetCurrentThread(),
  /external/dbus/dbus/
dbus-sysdeps-win.c     [all...]
  /external/v8/src/
platform-win32.cc 593 if (!GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &dummy,
    [all...]
  /external/srec/srec/EventLog/src/
EventLogImpl.c 72 if (GetThreadTimes(GetCurrentThread(), &dummy, &dummy, &k, &u) == ESR_FALSE)
  /ndk/sources/host-tools/make-3.81/
job.c 634 hcTID = GetCurrentThread ();
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1156 milliseconds