Home
last modified time | relevance | path

Searched defs:wq (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/uv/include/uv/
H A Dthreadpool.h34 void* wq[2]; member
/third_party/libuv/include/uv/
H A Dthreadpool.h53 struct uv__queue wq; member
61 struct uv__queue wq; member
69 struct uv__queue wq; member
/third_party/NuttX/drivers/pipes/
H A Dpipe_common.h123 wait_queue_head_t wq; /* It is a list if poll structures of threads waiting for driver events */ member
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dworkqueue.h127 struct workqueue_struct *wq; /**< Workqueue that contains the delayed_work structure. */ member
139 struct workqueue_struct *wq; /**< Workqueue that contains the workqueue control structure. */ member
[all...]
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_workqueue.c99 struct workqueue_struct *wq = NULL; in __create_workqueue_key() local
150 InitCpuWorkqueue(struct workqueue_struct *wq, INT32 cpu) InitCpuWorkqueue() argument
163 struct workqueue_struct *wq = cwq->wq; CreateWorkqueueThread() local
273 QueueWorkOn(struct workqueue_struct *wq, struct work_struct *work, UINT32 *intSave) QueueWorkOn() argument
293 linux_queue_work(struct workqueue_struct *wq, struct work_struct *work) linux_queue_work() argument
365 queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned int delayTime) queue_delayed_work() argument
530 drain_workqueue(struct workqueue_struct *wq) drain_workqueue() argument
545 linux_destroy_workqueue(struct workqueue_struct *wq) linux_destroy_workqueue() argument
[all...]
/third_party/node/deps/uv/src/
H A Dthreadpool.c41 static QUEUE wq; variable
304 QUEUE wq; uv__work_done() local
[all...]
/third_party/libuv/src/
H A Dthreadpool.c54 static struct uv__queue wq; variable
657 struct uv__queue wq; uv__work_done() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A Drndis.c134 struct workqueue_struct *wq; /* Workqueue for TX and RX */ member
/third_party/vk-gl-cts/framework/opengl/
H A DgluTextureTestUtil.cpp871 tcu::Vec4 wq = rq * (float)src.getDepth(); in sampleTextureProjected() local

Completed in 13 milliseconds