Home
last modified time | relevance | path

Searched refs:COND_FLAGS_MASK (Results 1 - 2 of 2) sorted by relevance

/kernel/liteos_a/compat/posix/src/
H A Dpthread_cond.c42 #define COND_FLAGS_MASK 0x0003U macro
43 #define COND_COUNTER_MASK (~COND_FLAGS_MASK)
146 UINT32 flags = ((UINT32)cond->value & COND_FLAGS_MASK); in PthreadCondValueModify()
/kernel/liteos_m/kal/posix/src/
H A Dpthread_cond.c49 #define COND_FLAGS_MASK 0x0003U macro
50 #define COND_COUNTER_MASK (~COND_FLAGS_MASK)

Completed in 1 milliseconds