Home
last modified time | relevance | path

Searched defs:OS_QUEUE_IS_READ (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/kernel/base/include/
Dlos_queue_pri.h61 #define OS_QUEUE_IS_READ(type) (OS_QUEUE_READ_WRITE_GET(type) == OS_QUEUE_READ) macro
/kernel/liteos_m/kal/posix/src/
Dmqueue_impl.h59 #define OS_QUEUE_IS_READ(type) (OS_QUEUE_READ_WRITE_GET(type) == OS_QUEUE_READ) macro
/kernel/liteos_m/kernel/include/
Dlos_queue.h1061 #define OS_QUEUE_IS_READ(type) (OS_QUEUE_READ_WRITE_GET(type) == OS_QUEUE_READ) macro