Home
last modified time | relevance | path

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

/kernel/liteos_a/compat/posix/src/
H A Dpthread_cond.c45 STATIC INLINE INT32 CondInitCheck(const pthread_cond_t *cond) in CondInitCheck() function
103 if (CondInitCheck(cond)) { in pthread_cond_destroy()
261 if (CondInitCheck(cond)) { in pthread_cond_timedwait()
309 if (CondInitCheck(cond)) { in pthread_cond_wait()
/kernel/liteos_m/kal/posix/src/
H A Dpthread_cond.c127 STATIC INLINE INT32 CondInitCheck(const pthread_cond_t *cond) in CondInitCheck() function
175 if (CondInitCheck(cond)) { in pthread_cond_destroy()
282 if (CondInitCheck(cond)) { in pthread_cond_timedwait()
326 if (CondInitCheck(cond)) { in pthread_cond_wait()

Completed in 2 milliseconds