/third_party/musl/porting/linux/user/ldso/ |
D | dynlink_rand.c | 121 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()
|
D | dynlink.c | 3050 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/ |
D | unit_test_mock_dynlink.c | 54 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/ |
D | run-sequence.mjs | 9 export function runSequence(tasks, opts = { timeout: 100000, shell: true }) { argument
|
/third_party/icu/docs/ide4c/vscode/ |
D | tasks.json | 5 "tasks": [ array
|
/third_party/typescript/tests/baselines/reference/ |
D | contextualOverloadListFromArrayUnion.js | 76 export function series(tasks, callback) { argument
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | WorkerThread_unittest.cpp | 34 std::array<std::shared_ptr<TestTask>, 4> tasks = { in TEST() local
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-converter.c | 137 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/ |
D | tasks.json | 3 "tasks": [ array
|
/third_party/typescript/.vscode/ |
D | tasks.json | 5 "tasks": [ array
|
/third_party/cef/tests/cefclient/browser/ |
D | main_message_loop_multithreaded_gtk.cc | 132 std::queue<CefRefPtr<CefTask>> tasks; in RunTasks() local
|
/third_party/skia/tests/ |
D | GrRenderTaskClusterTest.cpp | 24 static void make_tasks(int count, SkTArray<sk_sp<GrMockRenderTask>>* tasks) { in make_tasks()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_enc_common.h | 64 struct list_head tasks; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
D | non_marl_bench.cpp | 70 std::queue<Task> tasks; in SingleQueueTaskExecutor() local
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.h | 75 struct threadpool_task *tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1]; member
|
/third_party/libabigail/src/ |
D | abg-workers.cc | 327 queue::schedule_tasks(const tasks_type& tasks) in schedule_tasks()
|
/third_party/skia/infra/bots/ |
D | tasks.json | 4 "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/ |
D | tasks.json | 2 "tasks": [ array
|
/third_party/gstreamer/gstplugins_base/gst/compositor/ |
D | compositor.h | 108 GstQueueArray *tasks; member
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkdec.h | 95 GArray *tasks; member
|
D | gstmsdkenc.h | 107 MsdkEncTask *tasks; member
|
/third_party/ffmpeg/libavcodec/ |
D | frame_thread_encoder.c | 55 Task tasks[BUFFER_SIZE]; member
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_rast_priv.h | 125 struct lp_rasterizer_task tasks[LP_MAX_THREADS]; member
|
/third_party/node/src/ |
D | node_platform.cc | 59 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/ |
D | Queue.cpp | 235 std::vector<std::unique_ptr<TaskInFlight>> tasks; in Tick() local
|