Home
last modified time | relevance | path

Searched defs:work (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_workqueue.c200 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 …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h127 struct work_struct work; /**< Work structure. */ member
179 #define INIT_WORK(work, callbackFunc) do { \ argument
187 #define INIT_WORK(work, callbackFunc) do { \ argument
199 #define INIT_DELAYED_WORK(work, func) \ argument
211 #define queue_work(wq, work) \ argument
217 #define schedule_work(work) \ argument
223 #define work_busy(work) \ argument
235 #define flush_work(work) \ argument
238 #define cancel_work_sync(work) \ argument
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c70 id3v2_parse_frame (ID3TagsWorking * work) in id3v2_parse_frame()
244 parse_comment_frame (ID3TagsWorking * work) in parse_comment_frame()
317 parse_text_identification_frame (ID3TagsWorking * work) in parse_text_identification_frame()
349 parse_url_link_frame (ID3TagsWorking * work, const gchar ** tag_name) in parse_url_link_frame()
400 parse_user_text_identification_frame (ID3TagsWorking * work, in parse_user_text_identification_frame()
445 parse_id_string (ID3TagsWorking * work, gchar ** p_str, gint * p_len, in parse_id_string()
470 parse_private_frame_data (ID3TagsWorking * work) in parse_private_frame_data()
513 parse_unique_file_identifier (ID3TagsWorking * work, const gchar ** tag_name) in parse_unique_file_identifier()
570 parse_picture_frame (ID3TagsWorking * work) in parse_picture_frame()
661 parse_relative_volume_adjustment_two (ID3TagsWorking * work) in parse_relative_volume_adjustment_two()
[all …]
Did3v2.c195 ID3TagsWorking work; in gst_tag_list_from_id3v2_tag() local
401 id3v2_add_id3v2_frame_blob_to_taglist (ID3TagsWorking * work, in id3v2_add_id3v2_frame_blob_to_taglist()
443 id3v2_frames_to_tag_list (ID3TagsWorking * work, guint size) in id3v2_frames_to_tag_list()
/third_party/flutter/skia/tools/fm/fm_bot/
Dfm_bot.go66 type work struct { struct
67 Sources []string
68 Flags []string
/third_party/skia/tools/fm/fm_bot/
Dfm_bot.go66 type work struct { struct
67 Sources []string
68 Flags []string
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Ddes-internal.c320 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/
Ddes-internal.c320 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/node/deps/npm/node_modules/are-we-there-yet/
Dtracker.js16 Tracker.prototype.addWork = function (work) { argument
21 Tracker.prototype.completeWork = function (work) { argument
/third_party/ejdb/src/bindings/ejdb2_node/
Dejdb2_node.c413 static void *jn_work_alloc_data(size_t siz, JNWORK work, iwrc *rcp) { in jn_work_alloc_data()
574 bool jn_resolve_pending_errors(napi_env env, napi_status ns, JNWORK work) { in jn_resolve_pending_errors()
613 JNWORK work) { in jn_launch_promise()
640 JNWORK work = data; in jn_open_execute() local
649 JNWORK work = data; in jn_open_complete() local
662 JNWORK work = jn_work_create(&rc); in jn_open() local
674 JNWORK work = data; in jn_close_execute() local
683 JNWORK work = data; in jn_close_complete() local
701 JNWORK work = jn_work_create(&rc); in jn_close() local
721 JNWORK work = data; in jn_put_execute() local
[all …]
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/member_variable_declarations/
Dmember_variable_declarations_2.ts28 public work: boolean; property in Staff1
43 public work: boolean; property in Staff2
/third_party/node/doc/api/
Dcorepack.md117 [supported binaries]: #corepack_supported_package_managers
118 [supported package manager]: #corepack_supported_package_managers
/third_party/flutter/skia/src/core/
DSkExecutor.cpp35 void add(std::function<void(void)> work) override { in add()
93 virtual void add(std::function<void(void)> work) override { in add()
113 std::function<void(void)> work; in do_work() local
/third_party/skia/src/core/
DSkExecutor.cpp34 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/
Dra144enc.c139 static void get_match_score(float *work, const float *coefs, float *vect, in get_match_score()
195 static int adaptive_cb_search(const int16_t *adapt_cb, float *work, in adaptive_cb_search()
243 static void find_best_vect(float *work, const float *coefs, in find_best_vect()
278 static void fixed_cb_search(float *work, const float *coefs, float *data, in fixed_cb_search()
332 float data[BLOCKSIZE] = { 0 }, work[LPC_ORDER + BLOCKSIZE]; in ra144_encode_subblock() local
/third_party/flutter/engine/flutter/runtime/
Dskia_concurrent_executor.cc16 void SkiaConcurrentExecutor::add(fml::closure work) { in add()
/third_party/flutter/skia/bench/
DSkGlyphCacheBench.cpp62 for (int work = 0; work < loops; work++) { in onDraw() local
95 for (int work = 0; work < loops; work++) { in onDraw() local
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_fence.c49 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/libuv/include/uv/
Dthreadpool.h31 void (*work)(struct uv__work *w); member
/third_party/pulseaudio/src/tests/
Drtstutter.c56 static void work(void *p) { in work() function
/third_party/rust/crates/cxx/
DREADME.md375 #### License
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/interfaces/1_interface_declarations/
Dinterface_declarations_2.ts30 work(): void; method
/third_party/gstreamer/gstplugins_bad/gst/librfb/
Dd3des.c180 unsigned long work[2]; in des() local
371 register unsigned long fval, work, right, leftt; in desfunc() local
/third_party/gn/src/util/
Dmsg_loop.cc54 void MsgLoop::PostTask(std::function<void()> work) { in PostTask()
/third_party/libuv/test/
Dbenchmark-queue-work.c50 uv_work_t work; in BENCHMARK_IMPL() local

123456