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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/archrast/
archrast.h 41 HANDLE CreateThreadContext(AR_THREAD type);
archrast.cpp 329 HANDLE CreateThreadContext(AR_THREAD type)
  /external/compiler-rt/lib/lsan/
lsan_thread.cc 30 static ThreadContextBase *CreateThreadContext(u32 tid) {
41 ThreadRegistry(CreateThreadContext, kMaxThreads, kThreadQuarantineSize);
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 68 static ThreadContextBase *CreateThreadContext(u32 tid) {
101 CreateThreadContext, kMaxTid, kThreadQuarantineSize, kMaxTidReuse))
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
api.cpp 117 pContext->pArContext[pContext->NumWorkerThreads] = ArchRast::CreateThreadContext(ArchRast::AR_THREAD::API);
137 pContext->pArContext[i] = ArchRast::CreateThreadContext(ArchRast::AR_THREAD::WORKER);
    [all...]

Completed in 139 milliseconds