Home
last modified time | relevance | path

Searched refs:cond (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2.2/include/revolution/os/
DOSMutex.h61 void OSInitCond ( OSCond* cond );
62 void OSWaitCond ( OSCond* cond, OSMutex* mutex );
63 void OSSignalCond ( OSCond* cond );
/RvlSDK-3.2.2/include/revolution/gx/
DGXEnum.h1535 #define GXCTASSERT(cond) int GXCTASSERT( int assertion_failed[ (cond) != 0 ] ) argument