Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 11 of 11) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A Dwait.h13 #define init_waitqueue_head(wait) do{} while (0) argument
14 #define add_wait_queue(wait,new_wait) do{} while (0) argument
15 #define remove_wait_queue(wait,old_wait) do{} while (0) argument
16 #define DECLARE_WAITQUEUE(wait,current) do{} while (0) argument
/nrf52832-nimble/rt-thread/components/cplusplus/
H A DSemaphore.cpp18 bool Semaphore::wait(int32_t millisec) in wait() function in Semaphore
H A DThread.cpp93 void Thread::wait(int32_t millisec) in wait() function in Thread
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dos_mutex.c60 struct timespec wait; in ble_npl_mutex_pend() local
H A Dos_sem.c61 struct timespec wait; in ble_npl_sem_pend() local
/nrf52832-nimble/rt-thread/tools/
H A Dwin32spawn.py145 def wait(self): member in Win32Spawn
/nrf52832-nimble/rt-thread/components/drivers/src/
H A Dwaitqueue.c36 int __wqueue_default_wake(struct rt_wqueue_node *wait, void *key) in __wqueue_default_wake()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/nfs/rpc/
H A Dclnt_udp.c118 struct timeval wait, in clntudp_bufcreate()
206 struct timeval wait, in clntudp_create()
/nrf52832-nimble/rt-thread/components/dfs/src/
H A Dpoll.c39 static int __wqueue_pollwake(struct rt_wqueue_node *wait, void *key) in __wqueue_pollwake()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/hal/
H A Ddrv_api.h158 cyg_atomic wait; member
/nrf52832-nimble/rt-thread/components/drivers/usb/usbdevice/class/
H A Dcdc_vcom.c75 struct rt_completion wait; member