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

  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtGopDxe/
WinNtGop.h 117 HANDLE ThreadInited; // Semaphore
  /external/compiler-rt/lib/scudo/
scudo_allocator.cpp 159 static thread_local bool ThreadInited = false;
202 ThreadInited = true;
318 if (UNLIKELY(!ThreadInited))
378 if (UNLIKELY(!ThreadInited))
432 if (UNLIKELY(!ThreadInited))
466 if (UNLIKELY(!ThreadInited))
506 if (UNLIKELY(!ThreadInited))

Completed in 83 milliseconds