OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DE_SINGLETON_STATE_INITIALIZING
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/delibs/dethread/
deSingleton.h
31
DE_SINGLETON_STATE_INITIALIZING
,
deSingleton.c
34
deSingletonState curState = (deSingletonState)deAtomicCompareExchange32((volatile deUint32*)singletonState, (deUint32)DE_SINGLETON_STATE_NOT_INITIALIZED, (deUint32)
DE_SINGLETON_STATE_INITIALIZING
);
46
else if (curState ==
DE_SINGLETON_STATE_INITIALIZING
)
Completed in 48 milliseconds