Home
last modified time | relevance | path

Searched defs:dispatcher (Results 1 – 25 of 237) sorted by relevance

12345678910

/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_dispatcher_peer.cc15 QuicDispatcher* dispatcher) { in GetTimeWaitListManager()
21 QuicDispatcher* dispatcher, in SetTimeWaitListManager()
27 void QuicDispatcherPeer::UseWriter(QuicDispatcher* dispatcher, in UseWriter()
34 QuicPacketWriter* QuicDispatcherPeer::GetWriter(QuicDispatcher* dispatcher) { in GetWriter()
40 QuicDispatcher* dispatcher) { in GetCache()
46 QuicDispatcher* dispatcher) { in GetHelper()
52 QuicDispatcher* dispatcher) { in GetAlarmFactory()
58 QuicDispatcher* dispatcher) { in GetWriteBlockedList()
64 QuicDispatcher* dispatcher) { in GetAndClearLastError()
72 QuicDispatcher* dispatcher) { in GetBufferedPackets()
[all …]
/external/pigweed/pw_async/
Dfake_dispatcher_test.cc62 FakeDispatcher dispatcher; in TEST() local
70 FakeDispatcher dispatcher; in TEST() local
79 FakeDispatcher dispatcher; in TEST() local
89 FakeDispatcher dispatcher; in TEST() local
101 FakeDispatcher dispatcher; in TEST() local
114 FakeDispatcher dispatcher; in TEST() local
128 FakeDispatcher dispatcher; in TEST() local
138 FakeDispatcher dispatcher; in TEST() local
148 FakeDispatcher dispatcher; in TEST() local
158 FakeDispatcher dispatcher; in TEST() local
[all …]
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DSchedulerStressTest.kt23 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
30 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
62 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
69 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
DSchedulerTest.kt60 newFixedThreadPoolContext(nThreads, "test").use { dispatcher -> in <lambda>() method
188 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
334 val dispatcher = originalScheduler.asCoroutineDispatcher() in <lambda>() constant
343 val dispatcher = scheduler.asCoroutineDispatcher() in <lambda>() constant
349 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
356 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
377 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
384 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
476 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
DLeakedExceptionTest.kt25 withFixedThreadPool(4) { dispatcher -> in <lambda>() method
39 withFixedThreadPool(4) { dispatcher -> in <lambda>() method
55 withFixedThreadPool(4) { dispatcher -> in <lambda>() method
80 withFixedThreadPool(4) { dispatcher -> in <lambda>() method
100 val dispatcher = pool.asCoroutineDispatcher() in <lambda>() constant
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DSchedulerStressTest.kt23 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
30 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
62 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
69 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
DSchedulerTest.kt60 newFixedThreadPoolContext(nThreads, "test").use { dispatcher -> in <lambda>() method
188 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
334 val dispatcher = originalScheduler.asCoroutineDispatcher() in <lambda>() constant
343 val dispatcher = scheduler.asCoroutineDispatcher() in <lambda>() constant
349 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
356 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
377 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
384 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
476 val dispatcher = currentDispatcher() as CoroutineDispatcher in <lambda>() constant
DLeakedExceptionTest.kt25 withFixedThreadPool(4) { dispatcher -> in <lambda>() method
39 withFixedThreadPool(4) { dispatcher -> in <lambda>() method
55 withFixedThreadPool(4) { dispatcher -> in <lambda>() method
80 withFixedThreadPool(4) { dispatcher -> in <lambda>() method
100 val dispatcher = pool.asCoroutineDispatcher() in <lambda>() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DExecutorsTest.kt52 val dispatcher: CoroutineDispatcher = executor.asCoroutineDispatcher() in <lambda>() constant
70 val dispatcher = object : CoroutineDispatcher() { in <lambda>() constant
87 val dispatcher = object : CoroutineDispatcher() { in <lambda>() constant
118 val dispatcher = executorService.asCoroutineDispatcher() in <lambda>() constant
/external/pigweed/pw_async2/
Ddispatcher_test.cc46 Dispatcher dispatcher; in TEST() local
56 Dispatcher dispatcher; in TEST() local
66 Dispatcher dispatcher; in TEST() local
114 Dispatcher dispatcher; in TEST() local
144 Dispatcher dispatcher; in TEST() local
154 Dispatcher dispatcher; in TEST() local
/external/libchrome/mojo/core/
Dhandle_table.cc51 MojoHandle HandleTable::AddDispatcher(scoped_refptr<Dispatcher> dispatcher) { in AddDispatcher()
105 scoped_refptr<Dispatcher>* dispatcher) { in GetAndRemoveDispatcher()
142 for (const auto& dispatcher : dispatchers) { in CompleteTransitAndClose() local
152 for (const auto& dispatcher : dispatchers) { in CancelTransit() local
202 HandleTable::Entry::Entry(scoped_refptr<Dispatcher> dispatcher) in Entry()
Dcore.cc166 scoped_refptr<Dispatcher> dispatcher; in GetAndRemoveDispatcher() local
228 MojoHandle Core::AddDispatcher(scoped_refptr<Dispatcher> dispatcher) { in AddDispatcher()
293 scoped_refptr<Dispatcher> dispatcher; in Close() local
308 scoped_refptr<Dispatcher> dispatcher = GetDispatcher(handle); in QueryHandleSignalsState() local
344 scoped_refptr<Dispatcher> dispatcher = GetDispatcher(handle); in AddTrigger() local
569 auto dispatcher = GetDispatcher(message_pipe_handle); in WriteMessage() local
579 auto dispatcher = GetDispatcher(message_pipe_handle); in ReadMessage() local
744 scoped_refptr<Dispatcher> dispatcher( in WriteData() local
770 scoped_refptr<Dispatcher> dispatcher( in BeginWriteData() local
787 scoped_refptr<Dispatcher> dispatcher( in EndWriteData() local
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-test/jvm/test/migration/
DTestBuildersTest.kt24 val dispatcher = TestCoroutineDispatcher() in dispatcherRunBlocking_passesDispatcher() constant
47 val dispatcher = TestCoroutineDispatcher() in dispatcherRunBlocking_advancesPreviousDelay() constant
85 val dispatcher = TestCoroutineDispatcher() in whenInAsync_runBlocking_nestsProperly() constant
DTestCoroutineDispatcherOrderTest.kt16 val dispatcher = TestCoroutineDispatcher() in testAdvanceTimeBy_progressesOnEachDelay() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/
DSelectOld.kt131 val dispatcher = context[CoroutineDispatcher] in resumeUndispatched() constant
141 val dispatcher = context[CoroutineDispatcher] in CancellableContinuation() constant
/external/pigweed/pw_channel/
Dloopback_channel_test.cc74 Dispatcher dispatcher; in TEST() local
94 Dispatcher dispatcher; in TEST() local
115 Dispatcher dispatcher; in TEST() local
135 Dispatcher dispatcher; in TEST() local
Dforwarding_channel_test.cc85 pw::async2::Dispatcher dispatcher; in TEST() local
143 pw::async2::Dispatcher dispatcher; in TEST() local
190 pw::async2::Dispatcher dispatcher; in TEST() local
264 pw::async2::Dispatcher dispatcher; in TEST() local
280 pw::async2::Dispatcher dispatcher; in TEST() local
324 pw::async2::Dispatcher dispatcher; in TEST() local
397 pw::async2::Dispatcher dispatcher; in TEST() local
Depoll_channel_test.cc139 Dispatcher dispatcher; in TEST_F() local
176 Dispatcher dispatcher; in TEST_F() local
254 Dispatcher dispatcher; in TEST_F() local
280 Dispatcher dispatcher; in TEST_F() local
300 Dispatcher dispatcher; in TEST_F() local
320 Dispatcher dispatcher; in TEST_F() local
335 Dispatcher dispatcher; in TEST_F() local
/external/pigweed/pw_async_basic/
Ddispatcher_test.cc41 BasicDispatcher dispatcher; in TEST() local
70 BasicDispatcher dispatcher; in TEST() local
101 BasicDispatcher dispatcher; in TEST() local
132 BasicDispatcher dispatcher; in TEST() local
158 BasicDispatcher dispatcher; in TEST() local
186 BasicDispatcher dispatcher; in TEST() local
203 BasicDispatcher dispatcher; in TEST() local
221 BasicDispatcher dispatcher; in TEST() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/concurrent/test/
DDefaultDispatchersConcurrencyTest.kt7 override val dispatcher: CoroutineDispatcher = Dispatchers.Default constant in kotlinx.coroutines.DefaultDispatcherConcurrencyTest
11 override val dispatcher: CoroutineDispatcher = Dispatchers.IO constant in kotlinx.coroutines.IoDispatcherConcurrencyTest
/external/kotlinx.coroutines/kotlinx-coroutines-core/native/test/
DMultithreadedDispatchersTest.kt48 val dispatcher = newFixedThreadPoolContext(64, "test") in testNotAllocatingExtraDispatchers() constant
73 val dispatcher = WorkerDispatcher("test") in <lambda>() constant
/external/trusty/arm-trusted-firmware/docs/design/
Dinterrupt-framework-design.rst686 Interrupt entry
746 Interrupt exit
755 Test secure payload dispatcher Secure-EL1 interrupt handling
820 Test secure payload dispatcher non-secure interrupt handling
/external/arm-trusted-firmware/docs/design/
Dinterrupt-framework-design.rst686 Interrupt entry
746 Interrupt exit
755 Test secure payload dispatcher Secure-EL1 interrupt handling
820 Test secure payload dispatcher non-secure interrupt handling
/external/fmtlib/include/fmt/
Dchrono.h490 struct dispatcher { struct
494 dispatcher(std::time_t t) : time_(t) {} in dispatcher() function
519 dispatcher lt(time); argument
539 struct dispatcher { struct
543 dispatcher(std::time_t t) : time_(t) {} in dispatcher() argument
567 auto gt = dispatcher(time); argument
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/common/
Dsmart_task.h30 : dispatcher_(dispatcher), func_(std::move(func)) {} in dispatcher_() argument
62 pw::async::Dispatcher& dispatcher() const { return dispatcher_; } in dispatcher() function

12345678910