Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dwindows-rwlock.c36 glwthread_waitqueue_init (glwthread_waitqueue_t *wq) in glwthread_waitqueue_init()
47 glwthread_waitqueue_add (glwthread_waitqueue_t *wq) in glwthread_waitqueue_add()
97 glwthread_waitqueue_notify_first (glwthread_waitqueue_t *wq) in glwthread_waitqueue_notify_first()
108 glwthread_waitqueue_notify_all (glwthread_waitqueue_t *wq) in glwthread_waitqueue_notify_all()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c99 struct workqueue_struct *wq = NULL; in __create_workqueue_key() local
150 STATIC cpu_workqueue_struct *InitCpuWorkqueue(struct workqueue_struct *wq, INT32 cpu) in InitCpuWorkqueue()
163 struct workqueue_struct *wq = cwq->wq; in CreateWorkqueueThread() local
273 STATIC bool QueueWorkOn(struct workqueue_struct *wq, struct work_struct *work, UINT32 *intSave) in QueueWorkOn()
293 bool linux_queue_work(struct workqueue_struct *wq, struct work_struct *work) in linux_queue_work()
365 bool queue_delayed_work(struct workqueue_struct *wq, struct delayed_work *dwork, unsigned int delay… in queue_delayed_work()
530 static void drain_workqueue(struct workqueue_struct *wq) in drain_workqueue()
545 void linux_destroy_workqueue(struct workqueue_struct *wq) in linux_destroy_workqueue()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h129 struct workqueue_struct *wq; /**< Workqueue that contains the delayed_work structure. */ member
141 …struct workqueue_struct *wq; /**< Workqueue that contains the workqueue control structure. */ member
208 #define destroy_workqueue(wq) \ argument
211 #define queue_work(wq, work) \ argument
214 #define queue_delayed_work(wq, dwork, delayTime) \ argument
Dwait.h62 #define DECLARE_WAIT_QUEUE_HEAD(wq) \ argument
/third_party/libuv/include/uv/
Dthreadpool.h34 void* wq[2]; member
/third_party/libuv/src/
Dthreadpool.c41 static QUEUE wq; variable
304 QUEUE wq; in uv__work_done() local
/third_party/NuttX/drivers/pipes/
Dpipe_common.h123 …wait_queue_head_t wq; /* It is a list if poll structures of threads waiting for driver events … member
/third_party/NuttX/drivers/usbdev/gadget/
Drndis.c134 struct workqueue_struct *wq; /* Workqueue for TX and RX */ member
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp835 tcu::Vec4 wq = rq * (float)src.getDepth(); in sampleTextureProjected() local