Home
last modified time | relevance | path

Searched refs:OsEventReadWithCond (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_event_pri.h50 extern UINT32 OsEventReadWithCond(const EventCond *cond, PEVENT_CB_S eventCB,
/kernel/liteos_a/compat/posix/src/
Dpthread_cond.c216 return (int)OsEventReadWithCond(&eventCond, &(cond->event), 0x0fU, in PthreadCondWaitSub()
/kernel/liteos_a/kernel/base/ipc/
Dlos_event.c318 LITE_OS_SEC_TEXT UINT32 OsEventReadWithCond(const EventCond *cond, PEVENT_CB_S eventCB, in OsEventReadWithCond() function