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

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 57 // We can't compare OwningThread with our thread handle/id (see
59 // OwningThread member of a critical section we know we own.
64 _debug_printf("%p %p\n", cs->OwningThread, dummy.OwningThread);
65 bool ret = cs->OwningThread == dummy.OwningThread;
  /external/webrtc/webrtc/base/
criticalsection.cc 91 // OwningThread has type HANDLE but actually contains the Thread ID:
92 // http://stackoverflow.com/questions/12675301/why-is-the-owningthread-member-of-critical-section-of-type-handle-when-it-is-de
95 return crit_.OwningThread ==
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 2666 milliseconds