/aosp_15_r20/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 …]
|
/aosp_15_r20/external/pigweed/pw_sync_threadx/ |
H A 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
|
/aosp_15_r20/external/pigweed/pw_thread_freertos/ |
H A D | thread_iteration.cc | 31 bool StackInfoCollector(TaskHandle_t current_thread, in StackInfoCollector() 70 [&cb](TaskHandle_t current_thread, eTaskState) -> bool { in ForEachThread()
|
H A D | util.cc | 70 void* current_thread; in ForEachThreadInList() local
|
/aosp_15_r20/external/webrtc/rtc_base/synchronization/ |
H A 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/ |
D | dump.rs | 30 fn current_thread() { in current_thread() function 127 fn current_thread() { in current_thread() function
|
D | time_panic.rs | 89 fn current_thread() -> Runtime { in current_thread() function
|
D | rt_panic.rs | 85 fn current_thread() -> Runtime { in current_thread() function
|
D | rt_metrics.rs | 119 fn current_thread() -> Runtime { in current_thread() function
|
D | sync_panic.rs | 229 fn current_thread() -> Runtime { in current_thread() function
|
D | rt_unstable_metrics.rs | 869 fn current_thread() -> Runtime { in current_thread() function
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/ |
H A D | task_queue_impl.cc | 375 CurrentThread current_thread = in PostTask() local 411 TimeDelta TaskQueueImpl::GetTaskDelayAdjustment(CurrentThread current_thread) { in GetTaskDelayAdjustment() 432 CurrentThread current_thread) { in PostImmediateTaskImpl() 503 CurrentThread current_thread) { in PostDelayedTaskImpl()
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | race_checker.cc | 26 const PlatformThreadRef current_thread = CurrentThreadRef(); in Acquire() local
|
H A D | operations_chain_unittest.cc | 89 Thread* current_thread = Thread::Current(); in StartAsynchronousOperation() local
|
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/ |
H A D | partition_lock.h | 39 base::PlatformThreadRef current_thread = base::PlatformThread::CurrentRef(); in Acquire() local
|
/aosp_15_r20/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
|
/aosp_15_r20/external/rust/android-crates-io/crates/rayon-core/src/broadcast/ |
D | mod.rs | 108 let current_thread = WorkerThread::current().as_ref(); in broadcast_in() localVariable
|
/aosp_15_r20/art/test/2037-thread-name-inherit/ |
H A D | thread_name_inherit.cc | 47 jobject current_thread = env->CallStaticObjectMethod(thread_class, current_thread_method); in ThreadMain() local
|
/aosp_15_r20/external/trusty/lk/arch/arm64/ |
D | thread.c | 62 thread_t *current_thread = get_current_thread(); in initial_thread_func() local
|
/aosp_15_r20/external/cronet/net/ssl/ |
H A D | client_cert_store_win.cc | 113 scoped_refptr<base::SingleThreadTaskRunner> current_thread = in GetClientCertsImpl() local
|
/aosp_15_r20/external/trusty/lk/arch/arm/arm/ |
D | faults.c | 101 struct thread *current_thread = get_current_thread(); in dump_thread_info() local
|
/aosp_15_r20/external/google-breakpad/src/tools/linux/md2core/ |
H A 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
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | thread.c | 40 static inline struct thread *current_thread(void) in current_thread() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/oneshot-uniffi/src/ |
D | lib.rs | 1202 pub fn current_thread() -> Self { in current_thread() method
|