Home
last modified time | relevance | path

Searched defs:task (Results 1 – 25 of 1339) sorted by relevance

12345678910>>...54

/external/libcap/goapps/captree/
Dcaptree.go92 type task struct { struct
93 mu sync.Mutex
94 viewed bool
95 depth int
96 pid string
97 cmd string
98 cap *cap.Set
99 iab *cap.IAB
100 parent string
101 threads []*task
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/test/java/com/google/android/exoplayer2/util/
DRunnableFutureTaskTest.java34 RunnableFutureTask<Void, Exception> task = in blockUntilStarted_ifNotStarted_blocks() local
64 RunnableFutureTask<Void, Exception> task = in blockUntilStarted_ifStarted_unblocks() local
83 RunnableFutureTask<Void, Exception> task = in blockUntilStarted_ifCanceled_unblocks() local
100 RunnableFutureTask<Void, Exception> task = in blockUntilFinished_ifNotFinished_blocks() local
133 RunnableFutureTask<Void, Exception> task = in blockUntilFinished_ifFinished_unblocks() local
152 RunnableFutureTask<Void, Exception> task = in blockUntilFinished_ifCanceled_unblocks() local
169 RunnableFutureTask<Void, Exception> task = in get_ifNotFinished_blocks() local
208 RunnableFutureTask<Object, Exception> task = in get_returnsResult() local
227 RunnableFutureTask<Object, IOException> task = in get_throwsExecutionException_containsIOException() local
247 RunnableFutureTask<Object, Exception> task = in get_throwsExecutionException_containsRuntimeException() local
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/test/java/com/google/android/exoplayer2/util/
DRunnableFutureTaskTest.java34 RunnableFutureTask<Void, Exception> task = in blockUntilStarted_ifNotStarted_blocks() local
64 RunnableFutureTask<Void, Exception> task = in blockUntilStarted_ifStarted_unblocks() local
83 RunnableFutureTask<Void, Exception> task = in blockUntilStarted_ifCanceled_unblocks() local
100 RunnableFutureTask<Void, Exception> task = in blockUntilFinished_ifNotFinished_blocks() local
133 RunnableFutureTask<Void, Exception> task = in blockUntilFinished_ifFinished_unblocks() local
152 RunnableFutureTask<Void, Exception> task = in blockUntilFinished_ifCanceled_unblocks() local
169 RunnableFutureTask<Void, Exception> task = in get_ifNotFinished_blocks() local
208 RunnableFutureTask<Object, Exception> task = in get_returnsResult() local
227 RunnableFutureTask<Object, IOException> task = in get_throwsExecutionException_containsIOException() local
247 RunnableFutureTask<Object, Exception> task = in get_throwsExecutionException_containsRuntimeException() local
[all …]
/external/pigweed/pw_async_fuchsia/
Dfake_dispatcher.cc30 void NativeFakeDispatcher::Post(Task& task) { PostAt(task, now()); } in Post()
32 void NativeFakeDispatcher::PostAfter(Task& task, in PostAfter()
37 void NativeFakeDispatcher::PostAt(Task& task, in PostAt()
52 bool NativeFakeDispatcher::Cancel(Task& task) { in Cancel()
86 zx_status_t NativeFakeDispatcher::FakeAsyncLoop::PostTask(async_task_t* task) { in PostTask()
101 async_task_t* task) { in CancelTask()
140 void NativeFakeDispatcher::FakeAsyncLoop::InsertTask(async_task_t* task) { in InsertTask()
176 async_task_t* task = NodeToTask(head); in NextDeadline() local
239 async_task_t* task = NodeToTask(node); in DispatchTasks() local
274 async_task_t* task = NodeToTask(node); in CancelAll() local
[all …]
/external/skia/src/gpu/ganesh/
DGrDDLTask.cpp32 for (auto& task : fDDL->priv().renderTasks()) { in GrDDLTask() local
47 for (auto& task : fDDL->priv().renderTasks()) { in endFlush() local
55 for (auto& task : fDDL->priv().renderTasks()) { in disown() local
67 for (auto& task : fDDL->priv().renderTasks()) { in onIsUsed() local
81 for (auto& task : fDDL->priv().renderTasks()) { in gatherProxyIntervals() local
93 for (auto& task : fDDL->priv().renderTasks()) { in onPrepare() local
100 for (auto& task : fDDL->priv().renderTasks()) { in onExecute() local
129 for (auto& task : fDDL->priv().renderTasks()) { in dump() local
/external/webrtc/modules/utility/
Dmaybe_worker_thread.cc49 void MaybeWorkerThread::RunSynchronous(absl::AnyInvocable<void() &&> task) { in RunSynchronous()
53 std::move(task)(); in RunSynchronous() local
60 std::move(task)(); in RunSynchronous() local
64 void MaybeWorkerThread::RunOrPost(absl::AnyInvocable<void() &&> task) { in RunOrPost()
69 std::move(task)(); in RunOrPost() local
89 absl::AnyInvocable<void() &&> MaybeWorkerThread::MaybeSafeTask( in MaybeSafeTask()
/external/pigweed/pw_async2/
Ddispatcher_base.cc121 Task& task = *other.task_; in Waker() local
132 Task& task = *other.task_; in operator =() local
197 void NativeDispatcherBase::Post(Task& task) { in Post()
239 Task* task; in RunOneTask() local
297 void NativeDispatcherBase::UnpostTaskList(Task* task) { in UnpostTaskList()
309 void NativeDispatcherBase::RemoveTaskFromList(Task& task) { in RemoveTaskFromList()
320 void NativeDispatcherBase::RemoveWokenTaskLocked(Task& task) { in RemoveWokenTaskLocked()
330 void NativeDispatcherBase::RemoveSleepingTaskLocked(Task& task) { in RemoveSleepingTaskLocked()
337 void NativeDispatcherBase::AddTaskToWokenList(Task& task) { in AddTaskToWokenList()
347 void NativeDispatcherBase::AddTaskToSleepingList(Task& task) { in AddTaskToSleepingList()
[all …]
/external/rust/android-crates-io/crates/tower/tests/ready_cache/
Dmain.rs17 let mut task = task::spawn(()); in poll_ready_inner_failure() localVariable
40 let mut task = task::spawn(()); in poll_ready_not_ready() localVariable
62 let mut task = task::spawn(()); in poll_ready_promotes_inner() localVariable
88 let mut task = task::spawn(()); in evict_ready_then_error() localVariable
110 let mut task = task::spawn(()); in evict_pending_then_error() localVariable
129 let mut task = task::spawn(()); in push_then_evict() localVariable
145 let mut task = task::spawn(()); in error_after_promote() localVariable
165 let mut task = task::spawn(()); in duplicate_key_by_index() localVariable
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DTrustedListenableFutureTaskTest.java45 TrustedListenableFutureTask<Integer> task = TrustedListenableFutureTask.create(returning(2)); in testSuccessful() local
54 TrustedListenableFutureTask<Integer> task = TrustedListenableFutureTask.create(returning(2)); in testCancelled() local
70 TrustedListenableFutureTask<Integer> task = in testFailed() local
95 final TrustedListenableFutureTask<Integer> task = in testCancel_interrupted() local
147 final TrustedListenableFutureTask<Integer> task = in testRunIdempotency() local
181 final TrustedListenableFutureTask<@Nullable Void> task = in testToString() local
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DTrustedListenableFutureTaskTest.java45 TrustedListenableFutureTask<Integer> task = TrustedListenableFutureTask.create(returning(2)); in testSuccessful() local
54 TrustedListenableFutureTask<Integer> task = TrustedListenableFutureTask.create(returning(2)); in testCancelled() local
70 TrustedListenableFutureTask<Integer> task = in testFailed() local
95 final TrustedListenableFutureTask<Integer> task = in testCancel_interrupted() local
147 final TrustedListenableFutureTask<Integer> task = in testRunIdempotency() local
181 final TrustedListenableFutureTask<@Nullable Void> task = in testToString() local
/external/libwebsockets/lib/misc/threadpool/
Dthreadpool.c75 struct lws_threadpool_task *task; member
125 __lws_threadpool_task_dump(struct lws_threadpool_task *task, char *buf, int len) in __lws_threadpool_task_dump()
237 state_transition(struct lws_threadpool_task *task, in state_transition()
245 task_to_wsi(struct lws_threadpool_task *task) in task_to_wsi()
255 lws_threadpool_task_cleanup_destroy(struct lws_threadpool_task *task) in lws_threadpool_task_cleanup_destroy()
269 __lws_threadpool_reap(struct lws_threadpool_task *task) in __lws_threadpool_reap()
319 struct lws_threadpool_task **c, *task = NULL; in lws_threadpool_tsi_context() local
393 struct lws_threadpool_task *task) in lws_threadpool_worker_sync()
493 struct lws_threadpool_task **c, **c2, *task; in lws_threadpool_worker() local
744 struct lws_threadpool_task **c, *task; in lws_threadpool_finish() local
[all …]
/external/rust/android-crates-io/crates/tokio-util/tests/
Dframed_read.rs71 let mut task = task::spawn(()); in read_multi_frame_in_packet() localVariable
87 let mut task = task::spawn(()); in read_multi_frame_across_packets() localVariable
105 let mut task = task::spawn(()); in read_multi_frame_in_packet_after_codec_changed() localVariable
123 let mut task = task::spawn(()); in read_not_ready() localVariable
141 let mut task = task::spawn(()); in read_partial_then_not_ready() localVariable
160 let mut task = task::spawn(()); in read_err() localVariable
179 let mut task = task::spawn(()); in read_partial_then_err() localVariable
199 let mut task = task::spawn(()); in read_partial_would_block_then_err() localVariable
221 let mut task = task::spawn(()); in huge_size() localVariable
248 let mut task = task::spawn(()); in data_remaining_is_error() localVariable
[all …]
/external/ims/rcs/rcsservice/src/com/android/service/ims/
DTaskManager.java99 public void putTask(int taskId, Task task){ in putTask()
105 private synchronized void putTaskInternal(int taskId, Task task){ in putTaskInternal()
115 Task task = new PresenceCapabilityTask(context, taskId, TASK_TYPE_GET_CAPABILITY, in addCapabilityTask() local
128 Task task = new PresenceAvailabilityTask(taskId, TASK_TYPE_GET_AVAILABILITY, in addAvailabilityTask() local
141 Task task = new PresenceTask(taskId, TASK_TYPE_PUBLISH, null /*listener*/, contacts); in addPublishTask() local
157 Task task = mTaskMap.remove(String.valueOf(taskId)); in removeTask() local
174 Task task = mTaskMap.get(key); in getTaskForSingleContactQuery() local
225 Task task = mTaskMap.get(key); in onTerminated() local
256 Task task = getTaskByRequestId(requestId); in onTerminated() local
278 Task task = getTask(taskId); in onTimeout() local
[all …]
/external/cronet/tot/base/task/
Dthread_pool.cc35 bool ThreadPool::PostTask(const Location& from_here, OnceClosure task) { in PostTask()
41 OnceClosure task, in PostDelayedTask()
48 OnceClosure task, in PostTaskAndReply()
57 OnceClosure task) { in PostTask()
65 OnceClosure task, in PostDelayedTask()
74 OnceClosure task, in PostTaskAndReply()
77 [&traits](const Location& location, OnceClosure task) { in PostTaskAndReply()
/external/cronet/stable/base/task/
Dthread_pool.cc35 bool ThreadPool::PostTask(const Location& from_here, OnceClosure task) { in PostTask()
41 OnceClosure task, in PostDelayedTask()
48 OnceClosure task, in PostTaskAndReply()
57 OnceClosure task) { in PostTask()
65 OnceClosure task, in PostDelayedTask()
74 OnceClosure task, in PostTaskAndReply()
77 [&traits](const Location& location, OnceClosure task) { in PostTaskAndReply()
/external/python/cpython3/Lib/asyncio/
Dbase_tasks.py9 def _task_repr_info(task): argument
29 def _task_repr(task): argument
34 def _task_get_stack(task, limit): argument
69 def _task_print_stack(task, limit, file): argument
/external/pigweed/pw_async_basic/
Ddispatcher.cc89 void BasicDispatcher::ExecuteTask(backend::NativeTask& task, Status status) { in ExecuteTask()
98 backend::NativeTask& task = task_queue_.front(); in ExecuteDueTasks() local
117 backend::NativeTask& task = task_queue_.front(); in DrainTaskQueue() local
126 void BasicDispatcher::PostAt(Task& task, chrono::SystemClock::time_point time) { in PostAt()
130 bool BasicDispatcher::Cancel(Task& task) { in Cancel()
136 backend::NativeTask& task, chrono::SystemClock::time_point time_due) { in PostTaskInternal()
/external/libchrome/base/task_scheduler/
Dpost_task.cc25 bool PostTask(const Location& from_here, OnceClosure task) override { in PostTask()
45 void PostTask(const Location& from_here, OnceClosure task) { in PostTask()
50 OnceClosure task, in PostDelayedTask()
56 OnceClosure task, in PostTaskAndReply()
64 OnceClosure task) { in PostTaskWithTraits()
70 OnceClosure task, in PostDelayedTaskWithTraits()
83 OnceClosure task, in PostTaskWithTraitsAndReply()
/external/cronet/stable/base/memory/
Dpost_delayed_memory_reduction_task.cc18 OnceClosure task, in PostDelayedMemoryReductionTask()
31 OnceCallback<void(MemoryReductionTaskContext)> task, in PostDelayedMemoryReductionTask()
57 OnceCallback<void(MemoryReductionTaskContext)> task) override { in Start()
85 OnceCallback<void(MemoryReductionTaskContext)> task) override { in Start()
103 OnceCallback<void(MemoryReductionTaskContext)> task) { in StartInternal()
175 OnceCallback<void(MemoryReductionTaskContext)> task) { in Start()
/external/cronet/tot/base/memory/
Dpost_delayed_memory_reduction_task.cc18 OnceClosure task, in PostDelayedMemoryReductionTask()
31 OnceCallback<void(MemoryReductionTaskContext)> task, in PostDelayedMemoryReductionTask()
57 OnceCallback<void(MemoryReductionTaskContext)> task) override { in Start()
85 OnceCallback<void(MemoryReductionTaskContext)> task) override { in Start()
103 OnceCallback<void(MemoryReductionTaskContext)> task) { in StartInternal()
175 OnceCallback<void(MemoryReductionTaskContext)> task) { in Start()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.c98 lp_rast_tile_begin(struct lp_rasterizer_task *task, in lp_rast_tile_begin()
138 lp_rast_clear_color(struct lp_rasterizer_task *task, in lp_rast_clear_color()
186 lp_rast_clear_zstencil(struct lp_rasterizer_task *task, in lp_rast_clear_zstencil()
298 lp_rast_shade_tile(struct lp_rasterizer_task *task, in lp_rast_shade_tile()
390 lp_rast_shade_tile_opaque(struct lp_rasterizer_task *task, in lp_rast_shade_tile_opaque()
411 lp_rast_shade_quads_mask_sample(struct lp_rasterizer_task *task, in lp_rast_shade_quads_mask_sample()
492 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, in lp_rast_shade_quads_mask()
509 lp_rast_blit_tile_to_dest(struct lp_rasterizer_task *task, in lp_rast_blit_tile_to_dest()
609 lp_rast_blit_tile(struct lp_rasterizer_task *task, in lp_rast_blit_tile()
624 lp_rast_begin_query(struct lp_rasterizer_task *task, in lp_rast_begin_query()
[all …]
/external/libchrome/base/android/java/src/org/chromium/base/
DThreadUtils.java75 FutureTask<Void> task = new FutureTask<Void>(r, null); in runOnUiThreadBlocking() local
110 FutureTask<T> task = new FutureTask<T>(c); in runOnUiThreadBlocking() local
126 public static <T> FutureTask<T> runOnUiThread(FutureTask<T> task) { in runOnUiThread()
167 public static <T> FutureTask<T> postOnUiThread(FutureTask<T> task) { in postOnUiThread()
178 public static void postOnUiThread(Runnable task) { in postOnUiThread()
190 public static void postOnUiThreadDelayed(Runnable task, long delayMillis) { in postOnUiThreadDelayed()
/external/cronet/tot/base/process/
Dprocess_metrics_apple.cc50 mach_port_t task) { in GetTaskInfo()
76 bool GetPowerInfo(mach_port_t task, task_power_info* power_info_data) { in GetPowerInfo()
93 mach_port_t task = MACH_PORT_NULL; in TaskForHandle() local
107 mach_port_t task = TaskForHandle(process_); in GetCumulativeCPUUsage() local
158 mach_port_t task = TaskForHandle(process_); in GetPackageIdleWakeupsPerSecond() local
178 mach_port_t task = TaskForHandle(process_); in GetIdleWakeupsPerSecond() local
286 MachVMRegionResult GetTopInfo(mach_port_t task, in GetTopInfo()
310 MachVMRegionResult GetBasicInfo(mach_port_t task, in GetBasicInfo()
/external/cronet/stable/base/process/
Dprocess_metrics_apple.cc50 mach_port_t task) { in GetTaskInfo()
76 bool GetPowerInfo(mach_port_t task, task_power_info* power_info_data) { in GetPowerInfo()
93 mach_port_t task = MACH_PORT_NULL; in TaskForHandle() local
107 mach_port_t task = TaskForHandle(process_); in GetCumulativeCPUUsage() local
158 mach_port_t task = TaskForHandle(process_); in GetPackageIdleWakeupsPerSecond() local
178 mach_port_t task = TaskForHandle(process_); in GetIdleWakeupsPerSecond() local
286 MachVMRegionResult GetTopInfo(mach_port_t task, in GetTopInfo()
310 MachVMRegionResult GetBasicInfo(mach_port_t task, in GetBasicInfo()
/external/pigweed/pw_async/
Dfake_dispatcher_test.cc63 Task task(counter.fn()); in TEST() local
71 Task task(counter.fn()); in TEST() local
80 Task task(counter.fn()); in TEST() local
90 Task task(counter.fn()); in TEST() local
129 Task task(counter.fn()); in TEST() local
139 Task task(counter.fn()); in TEST() local
150 Task task(counter.fn()); in TEST() local
173 Task task(counter.fn()); in TEST() local
183 Task task(counter.fn()); in TEST() local
193 Task task(counter.fn()); in TEST() local
[all …]

12345678910>>...54