HomeSort by relevance Sort by last modified time
    Searched defs:ThreadHandle (Results 1 - 7 of 7) 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...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 722 HANDLE *ThreadHandle;
805 ThreadHandle = malloc (ThreadNumber * sizeof (HANDLE));
806 if (ThreadHandle == NULL) {
814 ThreadHandle[Index] = CreateThread (
822 if (ThreadHandle[Index] == NULL) {
880 WaitForMultipleObjects (ThreadNumber, ThreadHandle, TRUE, INFINITE);
897 CloseHandle (ThreadHandle[Index]);
899 free (ThreadHandle);
  /external/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 162 struct ThreadHandle : CommonHandle {};
169 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle;
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp 162 struct ThreadHandle : CommonHandle {};
169 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGop.h 118 HANDLE ThreadHandle; // Thread
  /external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
KillTheDoctor.cpp 157 struct ThreadHandle : CommonHandle {};
164 typedef ScopedHandle<ThreadHandle> ThreadScopedHandle;
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h     [all...]

Completed in 877 milliseconds