HomeSort by relevance Sort by last modified time
    Searched defs:ThreadHandle (Results 1 - 5 of 5) sorted by null

  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 25 private Map<Thread,ThreadHandle> threadHandles = new HashMap<Thread,ThreadHandle>();
31 public class ThreadHandle {
42 public ThreadHandle(ThreadAuditor aThreadAuditor) {
102 public synchronized ThreadHandle addCurrentThread() {
105 ThreadHandle threadHandle = new ThreadHandle(this);
107 threadHandles.put(Thread.currentThread(), threadHandle);
109 return threadHandle;
    [all...]
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 162 struct ThreadHandle : CommonHandle {};
169 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2spi.h 26 HANDLE ThreadHandle;
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 770 milliseconds