Home
last modified time | relevance | path

Searched refs:RHINO_NO_WAIT (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/cplusplus/
A Dmutex.cpp39 ticks = RHINO_NO_WAIT; in lock()
A Dtimer.cpp25 ticks = RHINO_NO_WAIT; in create()
A Dsemaphore.cpp40 ticks = RHINO_NO_WAIT; in wait()
A Dqueue.cpp55 ticks = RHINO_NO_WAIT; in receive()
A Dthread.cpp140 ticks = RHINO_NO_WAIT; in sleep()
/AliOS-Things-master/kernel/rhino/include/
A Dk_sys.h21 #define RHINO_NO_WAIT 0u macro
/AliOS-Things-master/kernel/rhino/
A Dk_queue.c262 if ((g_intrpt_nested_level[cur_cpu_num] > 0u) && (ticks != RHINO_NO_WAIT)) { in krhino_queue_recv()
284 if (ticks == RHINO_NO_WAIT) { in krhino_queue_recv()
A Dk_buf_queue.c306 if ((g_intrpt_nested_level[cur_cpu_num] > 0u) && (ticks != RHINO_NO_WAIT)) { in krhino_buf_queue_recv()
323 if (ticks == RHINO_NO_WAIT) { in krhino_buf_queue_recv()
A Dk_event.c217 if (ticks == RHINO_NO_WAIT) { in krhino_event_get()
A Dk_sem.c267 if (ticks == RHINO_NO_WAIT) { in krhino_sem_take()
A Dk_mutex.c342 if (ticks == RHINO_NO_WAIT) { in krhino_mutex_lock()

Completed in 11 milliseconds