Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
H A Dpthread_cond.c43 #define COND_COUNTER_MASK (~COND_FLAGS_MASK) macro
151 newVal = (INT32)(((UINT32)(oldVal - COND_COUNTER_STEP) & COND_COUNTER_MASK) | flags); in PthreadCondValueModify()
/kernel/liteos_m/kal/posix/src/
H A Dpthread_cond.c50 #define COND_COUNTER_MASK (~COND_FLAGS_MASK) macro

Completed in 2 milliseconds