Home
last modified time | relevance | path

Searched refs:OS_INVALID_TLS_INDEX (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DInitializeParseContext.cpp19 OS_TLSIndex GlobalParseContextIndex = OS_INVALID_TLS_INDEX;
23 assert(GlobalParseContextIndex == OS_INVALID_TLS_INDEX); in InitializeParseContextIndex()
26 return GlobalParseContextIndex != OS_INVALID_TLS_INDEX; in InitializeParseContextIndex()
31 assert(GlobalParseContextIndex != OS_INVALID_TLS_INDEX); in FreeParseContextIndex()
34 GlobalParseContextIndex = OS_INVALID_TLS_INDEX; in FreeParseContextIndex()
39 assert(GlobalParseContextIndex != OS_INVALID_TLS_INDEX); in SetGlobalParseContext()
45 assert(GlobalParseContextIndex != OS_INVALID_TLS_INDEX); in GetGlobalParseContext()
DPoolAlloc.cpp25 OS_TLSIndex PoolIndex = OS_INVALID_TLS_INDEX;
29 assert(PoolIndex == OS_INVALID_TLS_INDEX); in InitializePoolIndex()
32 return PoolIndex != OS_INVALID_TLS_INDEX; in InitializePoolIndex()
37 assert(PoolIndex != OS_INVALID_TLS_INDEX); in FreePoolIndex()
40 PoolIndex = OS_INVALID_TLS_INDEX; in FreePoolIndex()
45 assert(PoolIndex != OS_INVALID_TLS_INDEX); in GetGlobalPoolAllocator()
51 assert(PoolIndex != OS_INVALID_TLS_INDEX); in SetGlobalPoolAllocator()
Dossource_win.cpp33 return OS_INVALID_TLS_INDEX; in OS_AllocTLSIndex()
42 if (nIndex == OS_INVALID_TLS_INDEX) { in OS_SetTLSValue()
56 if (nIndex == OS_INVALID_TLS_INDEX) { in OS_FreeTLSIndex()
Dosinclude.h53 #define OS_INVALID_TLS_INDEX (TLS_OUT_OF_INDEXES) macro
56 #define OS_INVALID_TLS_INDEX (static_cast<OS_TLSIndex>(-1)) macro
65 ASSERT(nIndex != OS_INVALID_TLS_INDEX); in OS_GetTLSValue()
Dossource_posix.cpp46 if (nIndex == OS_INVALID_TLS_INDEX) { in OS_SetTLSValue()
60 if (nIndex == OS_INVALID_TLS_INDEX) { in OS_FreeTLSIndex()