| /external/trusty/lk/kernel/ |
| D | thread.c | 315 thread_t *current_thread = get_current_thread(); in thread_create_etc() local 397 static mp_cpu_mask_t thread_get_mp_reschedule_target(thread_t *current_thread, thread_t *t) in thread_get_mp_reschedule_target() 443 static void thread_mp_reschedule(thread_t *current_thread, thread_t *t) in thread_mp_reschedule() 647 thread_t *current_thread = get_current_thread(); in thread_exit() local 692 thread_t *current_thread = get_current_thread(); in thread_exit_from_panic() local 812 static void thread_pinned_cond_mp_reschedule(thread_t* current_thread, in thread_pinned_cond_mp_reschedule() 829 static void thread_cond_mp_reschedule(thread_t *current_thread, const char *caller) in thread_cond_mp_reschedule() 879 thread_t *current_thread = get_current_thread(); in thread_resched() local 1029 thread_t *current_thread = get_current_thread(); in thread_yield() local 1066 thread_t *current_thread = get_current_thread(); in thread_preempt_inner() local [all …]
|
| /external/pigweed/pw_sync_threadx/ |
| D | interrupt_spin_lock.cc | 38 TX_THREAD* current_thread = tx_thread_identify(); in lock() local 75 TX_THREAD* current_thread = tx_thread_identify(); in unlock() local
|
| /external/pigweed/pw_thread_freertos/ |
| D | thread_iteration.cc | 31 bool StackInfoCollector(TaskHandle_t current_thread, in StackInfoCollector() 70 [&cb](TaskHandle_t current_thread, eTaskState) -> bool { in ForEachThread()
|
| D | util.cc | 70 void* current_thread; in ForEachThreadInList() local
|
| /external/webrtc/rtc_base/synchronization/ |
| D | sequence_checker_internal.cc | 44 const rtc::PlatformThreadRef current_thread = rtc::CurrentThreadRef(); in IsCurrent() local 73 const rtc::PlatformThreadRef current_thread = rtc::CurrentThreadRef(); in ExpectationToString() local
|
| /external/webrtc/rtc_base/ |
| D | race_checker.cc | 26 const PlatformThreadRef current_thread = CurrentThreadRef(); in Acquire() local
|
| D | operations_chain_unittest.cc | 89 Thread* current_thread = Thread::Current(); in StartAsynchronousOperation() local
|
| D | thread.cc | 769 Thread* current_thread = Thread::Current(); in PreRun() local
|
| /external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
| D | partition_lock.h | 39 base::PlatformThreadRef current_thread = base::PlatformThread::CurrentRef(); in Acquire() local
|
| /external/rust/crates/tokio/tests/ |
| D | dump.rs | 29 fn current_thread() { in current_thread() function
|
| D | rt_panic.rs | 72 fn current_thread() -> Runtime { in current_thread() function
|
| D | time_panic.rs | 88 fn current_thread() -> Runtime { in current_thread() function
|
| D | sync_panic.rs | 195 fn current_thread() -> Runtime { in current_thread() function
|
| D | rt_metrics.rs | 714 fn current_thread() -> Runtime { in current_thread() function
|
| /external/trusty/lk/arch/x86/ |
| D | thread.c | 39 thread_t *current_thread = get_current_thread(); in initial_thread_func() local
|
| D | faults.c | 156 thread_t *current_thread; in x86_pfe_handler() local
|
| /external/rust/crates/rayon-core/src/broadcast/ |
| D | mod.rs | 108 let current_thread = WorkerThread::current().as_ref(); in broadcast_in() localVariable
|
| /external/trusty/lk/arch/arm64/ |
| D | thread.c | 62 thread_t *current_thread = get_current_thread(); in initial_thread_func() local
|
| /external/cronet/base/task/sequence_manager/ |
| D | task_queue_impl.cc | 299 CurrentThread current_thread = in PostTask() local 335 TimeDelta TaskQueueImpl::GetTaskDelayAdjustment(CurrentThread current_thread) { in GetTaskDelayAdjustment() 356 CurrentThread current_thread) { in PostImmediateTaskImpl() 426 CurrentThread current_thread) { in PostDelayedTaskImpl()
|
| /external/trusty/lk/arch/arm/arm/ |
| D | faults.c | 101 struct thread *current_thread = get_current_thread(); in dump_thread_info() local
|
| /external/cronet/net/ssl/ |
| D | client_cert_store_win.cc | 112 scoped_refptr<base::SingleThreadTaskRunner> current_thread = in GetClientCertsImpl() local
|
| /external/rust/crates/oneshot-uniffi/src/ |
| D | lib.rs | 1202 pub fn current_thread() -> Self { in current_thread() method
|
| /external/google-breakpad/src/tools/linux/md2core/ |
| D | minidump-2-core.cc | 1495 for (const auto& current_thread : crashinfo.threads) { in main() local 1507 for (const auto& current_thread : crashinfo.threads) { in main() local
|
| /external/webrtc/video/ |
| D | receive_statistics_proxy2.cc | 90 rtc::Thread* current_thread = rtc::ThreadManager::Instance()->CurrentThread(); in IsCurrentTaskQueueOrThread() local
|
| /external/rust/crates/tracing-subscriber/src/fmt/format/ |
| D | json.rs | 305 let current_thread = std::thread::current(); in format_event() localVariable
|