Home
last modified time | relevance | path

Searched defs:tasks (Results 1 - 25 of 38) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DWorkerThread_unittest.cpp34 std::array<std::shared_ptr<TestTask>, 4> tasks = { in TEST() local
/third_party/musl/libc-test/src/functionalext/unittest/
H A Dunit_test_mock_dynlink.c54 struct loadtask *get_loadtask(struct loadtasks *tasks, size_t index) in get_loadtask() argument
63 void free_loadtasks(struct loadtasks *tasks) in free_loadtasks() argument
[all...]
H A Dunit_test_ldso_dynlink.c763 struct loadtasks *tasks = malloc(sizeof(struct loadtasks)); in dynlink_test_2010() local
/third_party/python/Lib/asyncio/
H A Dstaggered.py11 from . import tasks namespace
H A Dtaskgroups.py9 from . import tasks namespace
H A Dtimeouts.py8 from . import tasks namespace
H A Drunners.py12 from . import tasks namespace
H A Dsubprocess.py8 from . import tasks namespace
H A Dlocks.py11 from . import tasks namespace
[all...]
H A Dunix_events.py24 from . import tasks namespace
H A Dwindows_events.py24 from . import tasks namespace
/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures2.py5 from asyncio import tasks namespace
H A Dtest_timeouts.py7 from asyncio import tasks namespace
/third_party/skia/tests/
H A DGrRenderTaskClusterTest.cpp24 static void make_tasks(int count, SkTArray<sk_sp<GrMockRenderTask>>* tasks) { in make_tasks() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dnon_marl_bench.cpp70 std::queue<Task> tasks; in SingleQueueTaskExecutor() local
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.h75 struct threadpool_task *tasks[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1]; member
/third_party/mesa3d/src/gallium/frontends/omx/
H A Dvid_enc_common.h64 struct list_head tasks; member
/third_party/ffmpeg/libavcodec/
H A Dframe_thread_encoder.c59 Task tasks[BUFFER_SIZE]; member
[all...]
/third_party/musl/porting/linux/user/ldso/
H A 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() argument
184 get_loadtask(struct loadtasks *tasks, size_t index) get_loadtask() argument
193 free_loadtasks(struct loadtasks *tasks) free_loadtasks() argument
211 shuffle_loadtasks(struct loadtasks *tasks) shuffle_loadtasks() argument
[all...]
/third_party/musl/ldso/linux/
H A 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() argument
188 get_loadtask(struct loadtasks *tasks, size_t index) get_loadtask() argument
197 free_loadtasks(struct loadtasks *tasks) free_loadtasks() argument
215 shuffle_loadtasks(struct loadtasks *tasks) shuffle_loadtasks() argument
[all...]
/third_party/libabigail/src/
H A Dabg-workers.cc327 schedule_tasks(const tasks_type& tasks) schedule_tasks() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h125 struct lp_rasterizer_task tasks[LP_MAX_THREADS]; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dscheduler.h440 GUARDED_BY(mutex) TaskQueue tasks; global() member
[all...]
/third_party/node/src/
H A Dnode_platform.cc59 explicit DelayedTaskScheduler(TaskQueue<Task>* tasks) in DelayedTaskScheduler() argument
489 std::queue<std::unique_ptr<Task>> tasks = foreground_tasks_.PopAll(); FlushForegroundTasksInternal() local
[all...]
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc536 int tasks = std::max( in NumberOfScavengeTasks() local

Completed in 16 milliseconds

12