Searched refs:rt_thread_self (Results 1 – 12 of 12) sorted by relevance
100 tid = rt_thread_self(); in rt_get_errno()127 tid = rt_thread_self(); in rt_set_errno()153 tid = rt_thread_self(); in _rt_errno()
123 thread = rt_thread_self(); in _thread_exit()364 rt_thread_t rt_thread_self(void) in rt_thread_self() function383 RTM_EXPORT(rt_thread_self);430 RT_ASSERT(thread != rt_thread_self() || rt_critical_level()); in rt_thread_close()597 rt_sched_thread_yield(rt_thread_self()); in rt_thread_yield()626 thread = rt_thread_self(); in _thread_sleep()701 thread = rt_thread_self(); in rt_thread_delay_until()917 RT_ASSERT(thread == rt_thread_self()); in rt_thread_suspend_to_list()934 RT_ASSERT(thread == rt_thread_self()); in rt_thread_suspend_to_list()
63 rt_thread_t tid = rt_thread_self(); in _signal_entry()126 if (tid == rt_thread_self()) in _signal_deliver()237 rt_thread_t tid = rt_thread_self(); in rt_signal_install()278 rt_thread_t tid = rt_thread_self(); in rt_signal_mask()301 rt_thread_t tid = rt_thread_self(); in rt_signal_unmask()337 rt_thread_t tid = rt_thread_self(); in rt_signal_wait()456 rt_thread_t tid = rt_thread_self(); in rt_thread_handle_sig()
242 rt_thread_t self_thread = rt_thread_self(); in _console_take()275 rt_thread_t self_thread = rt_thread_self(); in _console_release()397 rt_thread_t thread = rt_thread_self(); in rt_backtrace()553 rt_thread_self()); in cmd_backtrace()664 if (rt_thread_self()) in _heap_lock()680 if (rt_thread_self()) in _heap_unlock()
105 struct rt_thread *thread = rt_thread_self(); in _update_process_times()
179 if (rt_thread_self()) in rt_sched_unlock_n_resched()285 struct rt_thread *curr_thread = rt_thread_self(); in rt_schedule()
576 rt_thread_self()->parent.name, in _rt_sem_take()598 thread = rt_thread_self(); in _rt_sem_take()711 rt_thread_self()->parent.name, in rt_sem_release()1340 thread = rt_thread_self(); in _rt_mutex_take()1605 thread = rt_thread_self(); in rt_mutex_release()2121 thread = rt_thread_self(); in _rt_event_recv()2583 thread = rt_thread_self(); in _rt_mb_send_wait()2862 thread = rt_thread_self(); in _rt_mb_recv()3407 thread = rt_thread_self(); in _rt_mq_send_wait()3786 thread = rt_thread_self(); in _rt_mq_recv()
295 thread = rt_thread_self(); in rt_sched_tick_increase()
361 if (rt_thread_self()) in rt_smem_alloc()362 rt_smem_setname(mem, rt_thread_self()->parent.name); in rt_smem_alloc()
292 thread = rt_thread_self(); in rt_mp_alloc()
315 if (rt_thread_self()) in rt_memheap_alloc()316 …rt_memcpy(header_ptr->owner_thread_name, rt_thread_self()->parent.name, sizeof(header_ptr->owner_t… in rt_memheap_alloc()
1477 if (rt_thread_self() != RT_NULL) in rt_sched_thread_bind_cpu()
Completed in 26 milliseconds