| /third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
| D | linux_workqueue.c | 200 struct work_struct *work = NULL; in RunWorkqueue() local 237 struct work_struct *work = NULL; in WorkListAdd() local 256 STATIC VOID InsertWork(cpu_workqueue_struct *cwq, struct work_struct *work, struct list_head *head,… in InsertWork() 268 STATIC VOID QueueWork(cpu_workqueue_struct *cwq, struct work_struct *work, UINT32 *intSave) in QueueWork() 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() 310 bool linux_cancel_work_sync(struct work_struct *work) in linux_cancel_work_sync() 331 bool linux_flush_work(struct work_struct *work) in linux_flush_work() 368 struct work_struct *work = NULL; in queue_delayed_work() local 414 struct work_struct *work = NULL; in linux_cancel_delayed_work() local [all …]
|
| D | linux_interrupt.c | 87 struct work_struct *work = NULL; in irq_bottom_half() local
|
| /third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/ |
| D | workqueue.h | 125 struct work_struct work; /**< Work structure. */ member 177 #define INIT_WORK(work, callbackFunc) do { \ argument 185 #define INIT_WORK(work, callbackFunc) do { \ argument 197 #define INIT_DELAYED_WORK(work, func) \ argument 209 #define queue_work(wq, work) \ argument 215 #define schedule_work(work) \ argument 221 #define work_busy(work) \ argument 233 #define flush_work(work) \ argument 236 #define cancel_work_sync(work) \ argument
|
| /third_party/skia/tools/fm/fm_bot/ |
| D | fm_bot.go | 66 type work struct { struct 67 Sources []string 68 Flags []string
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| D | des-internal.c | 320 u32 work, right, leftt; in desfunc() local 403 u32 ek[32], work[2]; in des_encrypt() local 437 u32 work[2]; in des_block_encrypt() local 448 u32 work[2]; in des_block_decrypt() local 471 u32 work[2]; in des3_encrypt() local 485 u32 work[2]; in des3_decrypt() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
| D | des-internal.c | 320 u32 work, right, leftt; in desfunc() local 403 u32 ek[32], work[2]; in des_encrypt() local 437 u32 work[2]; in des_block_encrypt() local 448 u32 work[2]; in des_block_decrypt() local 471 u32 work[2]; in des3_encrypt() local 485 u32 work[2]; in des3_decrypt() local
|
| /third_party/mbedtls/docs/architecture/psa-thread-safety/ |
| D | psa-thread-safety.md | 290 ### Long term requirements 294 ### Long term performance requirements 300 ### Long term key destruction requirements 327 ### Protecting operation contexts 335 ### Future driver work
|
| /third_party/node/deps/npm/node_modules/are-we-there-yet/lib/ |
| D | tracker.js | 15 addWork (work) { argument 20 completeWork (work) { argument
|
| D | tracker-stream.js | 33 addWork (work) { argument
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/member_variable_declarations/ |
| D | member_variable_declarations_2.ts | 28 public work: boolean; property in Staff1 43 public work: boolean; property in Staff2
|
| /third_party/node/doc/api/ |
| D | corepack.md | 131 [supported binaries]: #supported-package-managers 132 [supported package manager]: #supported-package-managers
|
| /third_party/libuv/include/uv/ |
| D | threadpool.h | 51 struct uv__work* work; member 57 void (*work)(struct uv__statistic_work *w); member 66 void (*work)(struct uv__work *w); member
|
| /third_party/skia/src/core/ |
| D | SkExecutor.cpp | 34 void add(std::function<void(void)> work) override { in add() 90 void add(std::function<void(void)> work) override { in add() 110 std::function<void(void)> work; in do_work() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | ra144enc.c | 136 static void get_match_score(float *work, const float *coefs, float *vect, in get_match_score() 192 static int adaptive_cb_search(const int16_t *adapt_cb, float *work, in adaptive_cb_search() 240 static void find_best_vect(float *work, const float *coefs, in find_best_vect() 275 static void fixed_cb_search(float *work, const float *coefs, float *data, in fixed_cb_search() 329 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/ |
| D | nouveau_fence.c | 49 struct nouveau_fence_work *work, *tmp; in nouveau_fence_trigger_work() local 278 struct nouveau_fence_work *work; in nouveau_fence_work() local
|
| /third_party/node/deps/uv/include/uv/ |
| D | threadpool.h | 31 void (*work)(struct uv__work *w); member
|
| /third_party/pulseaudio/src/tests/ |
| D | rtstutter.c | 54 static void work(void *p) { in work() function
|
| /third_party/rust/crates/cxx/ |
| D | README.md | 375 #### License
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/1_interface_declarations/ |
| D | interface_declarations_2.ts | 30 work(): void; method
|
| D | interface_declarations_1.ts | 31 work(): string; method
|
| /third_party/gn/src/util/ |
| D | msg_loop.cc | 54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask()
|
| D | worker_pool.cc | 67 void WorkerPool::PostTask(std::function<void()> work) { in PostTask()
|
| /third_party/libuv/test/ |
| D | benchmark-queue-work.c | 51 uv_work_t work; in BENCHMARK_IMPL() local
|
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| D | threadpool.c | 143 threadpool_task_func work, void *data) in _mesa_threadpool_queue_task()
|
| D | threadpool.h | 46 threadpool_task_func work; member
|