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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_cancel.c 68 GetThreadContext (threadH, &context);
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_thread_registry_test.cc 27 static ThreadContextBase *GetThreadContext(u32 tid) {
141 ThreadRegistry quarantine_registry(GetThreadContext<ThreadContextBase>,
146 ThreadRegistry no_quarantine_registry(GetThreadContext<ThreadContextBase>,
227 ThreadRegistry registry(GetThreadContext<TestThreadContext>,
  /external/libvpx/libvpx/test/
register_state_check.h 53 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
register_state_check.h 53 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
register_state_check.h 62 const bool context_saved = GetThreadContext(this_thread, context) == TRUE;
  /external/chromium_org/sandbox/win/src/
target_process.cc 179 if (!::GetThreadContext(process_info.thread_handle(), &context)) {
  /external/chromium_org/v8/src/
sampler.cc 727 if (GetThreadContext(profiled_thread, &context) != 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbgeng.h 82 STDMETHOD(GetThreadContext)(THIS_ PVOID Context,ULONG ContextSize) PURE;
    [all...]
winbase.h     [all...]

Completed in 550 milliseconds