Home
last modified time | relevance | path

Searched defs:tasks (Results 1 – 25 of 43) sorted by relevance

12

/third_party/musl/porting/linux/user/ldso/
Ddynlink_rand.c121 struct loadtasks *tasks = __libc_malloc(sizeof(struct loadtasks)); in create_loadtasks() local
131 bool append_loadtasks(struct loadtasks *tasks, struct loadtask *item) in append_loadtasks()
184 struct loadtask *get_loadtask(struct loadtasks *tasks, size_t index) in get_loadtask()
193 void free_loadtasks(struct loadtasks *tasks) in free_loadtasks()
211 void shuffle_loadtasks(struct loadtasks *tasks) in shuffle_loadtasks()
Ddynlink.c3050 struct loadtasks *tasks = create_loadtasks(); in __dls3() local
3320 struct loadtasks *tasks = NULL; in dlopen_impl() local
5395 static void preload_direct_deps(struct dso *p, ns_t *namespace, struct loadtasks *tasks) in preload_direct_deps()
5474 static void unmap_preloaded_sections(struct loadtasks *tasks) in unmap_preloaded_sections()
5501 static void preload_deps(struct dso *p, struct loadtasks *tasks) in preload_deps()
5511 static void run_loadtasks(struct loadtasks *tasks, struct reserved_address_params *reserved_params) in run_loadtasks()
5553 UT_STATIC void load_preload(char *s, ns_t *ns, struct loadtasks *tasks) in load_preload()
/third_party/musl/libc-test/src/functionalext/unittest/
Dunit_test_mock_dynlink.c54 struct loadtask *get_loadtask(struct loadtasks *tasks, size_t index) in get_loadtask()
63 void free_loadtasks(struct loadtasks *tasks) in free_loadtasks()
/third_party/typescript/scripts/
Drun-sequence.mjs9 export function runSequence(tasks, opts = { timeout: 100000, shell: true }) { argument
/third_party/icu/docs/ide4c/vscode/
Dtasks.json5 "tasks": [ array
/third_party/typescript/tests/baselines/reference/
DcontextualOverloadListFromArrayUnion.js76 export function series(tasks, callback) { argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DWorkerThread_unittest.cpp34 std::array<std::shared_ptr<TestTask>, 4> tasks = { in TEST() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-converter.c137 GstQueueArray *tasks; member
480 gpointer tasks[4]; member
3266 ConvertTask *tasks; in video_converter_generic() local
3415 FConvertTask *tasks; in convert_I420_YUY2() local
3492 FConvertTask *tasks; in convert_I420_UYVY() local
3570 FConvertTask *tasks; in convert_I420_AYUV() local
3725 FConvertTask *tasks; in convert_I420_v210() local
3809 FConvertTask *tasks; in convert_YUY2_I420() local
3972 FConvertTask *tasks; in convert_v210_I420() local
4053 FConvertPlaneTask *tasks; in convert_YUY2_AYUV() local
[all …]
/third_party/rust/crates/cxx/.vscode/
Dtasks.json3 "tasks": [ array
/third_party/typescript/.vscode/
Dtasks.json5 "tasks": [ array
/third_party/cef/tests/cefclient/browser/
Dmain_message_loop_multithreaded_gtk.cc132 std::queue<CefRefPtr<CefTask>> tasks; in RunTasks() local
/third_party/skia/tests/
DGrRenderTaskClusterTest.cpp24 static void make_tasks(int count, SkTArray<sk_sp<GrMockRenderTask>>* tasks) { in make_tasks()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.h64 struct list_head tasks; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dnon_marl_bench.cpp70 std::queue<Task> tasks; in SingleQueueTaskExecutor() local
/third_party/mesa3d/src/gallium/frontends/nine/
Dswapchain9.h75 struct threadpool_task *tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1]; member
/third_party/libabigail/src/
Dabg-workers.cc327 queue::schedule_tasks(const tasks_type& tasks) in schedule_tasks()
/third_party/skia/infra/bots/
Dtasks.json4 "tasks": [ array
9 "tasks": [ array
14 "tasks": [ array
19 "tasks": [ array
24 "tasks": [ array
29 "tasks": [ array
34 "tasks": [ array
39 "tasks": [ array
44 "tasks": [ array
49 "tasks": [ array
[all …]
/third_party/elfio/.vscode/
Dtasks.json2 "tasks": [ array
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dcompositor.h108 GstQueueArray *tasks; member
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkdec.h95 GArray *tasks; member
Dgstmsdkenc.h107 MsdkEncTask *tasks; member
/third_party/ffmpeg/libavcodec/
Dframe_thread_encoder.c55 Task tasks[BUFFER_SIZE]; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast_priv.h125 struct lp_rasterizer_task tasks[LP_MAX_THREADS]; member
/third_party/node/src/
Dnode_platform.cc59 explicit DelayedTaskScheduler(TaskQueue<Task>* tasks) in DelayedTaskScheduler()
489 std::queue<std::unique_ptr<Task>> tasks = foreground_tasks_.PopAll(); in FlushForegroundTasksInternal() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DQueue.cpp235 std::vector<std::unique_ptr<TaskInFlight>> tasks; in Tick() local

12