/components/mprotect/ |
A D | mprotect.c | 20 rt_mem_region_t *rt_mprotect_find_free_region(rt_thread_t thread) in rt_mprotect_find_free_region() 39 rt_mem_region_t *rt_mprotect_find_region(rt_thread_t thread, rt_mem_region_t *region) in rt_mprotect_find_region() 79 rt_err_t rt_mprotect_add_region(rt_thread_t thread, rt_mem_region_t *region) in rt_mprotect_add_region() 107 rt_err_t rt_mprotect_delete_region(rt_thread_t thread, rt_mem_region_t *region) in rt_mprotect_delete_region() 126 rt_err_t rt_mprotect_update_region(rt_thread_t thread, rt_mem_region_t *region) in rt_mprotect_update_region()
|
/components/lwp/ |
A D | lwp_tid.c | 103 rt_thread_t thread; in lwp_tid_put() local 139 rt_thread_t thread = RT_NULL; in lwp_tid_get_thread_raw() local 151 rt_thread_t thread = RT_NULL; in lwp_tid_get_thread_and_inc_ref() local 163 void lwp_tid_dec_ref(rt_thread_t thread) in lwp_tid_dec_ref() 182 void lwp_tid_set_thread(int tid, rt_thread_t thread) in lwp_tid_set_thread()
|
A D | lwp.c | 113 rt_thread_t thread = rt_thread_self(); in lwp_getcwd() local 398 rt_thread_t thread = RT_NULL; in lwp_execve() local 509 void lwp_user_setting_save(rt_thread_t thread) in lwp_user_setting_save() 517 void lwp_user_setting_restore(rt_thread_t thread) in lwp_user_setting_restore() 561 rt_thread_t thread; in lwp_uthread_ctx_save() local 568 rt_thread_t thread; in lwp_uthread_ctx_restore() local
|
A D | lwp_signal.c | 401 static void _thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how, in _thread_signal_mask() 481 int lwp_thread_signal_suspend_check(rt_thread_t thread, int suspend_flag) in lwp_thread_signal_suspend_check() 649 static void _catch_signal_locked(rt_lwp_t lwp, rt_thread_t thread, int signo, in _catch_signal_locked() 738 struct rt_thread *thread; in lwp_thread_signal_catch() local 804 static int _do_signal_wakeup(rt_thread_t thread, int sig) in _do_signal_wakeup() 906 static int _siginfo_deliver_to_thread(rt_thread_t thread, lwp_siginfo_t siginfo) in _siginfo_deliver_to_thread() 1193 rt_err_t lwp_thread_signal_kill(rt_thread_t thread, long signo, long code, lwp_siginfo_ext_t value) in lwp_thread_signal_kill() 1267 rt_err_t lwp_thread_signal_mask(rt_thread_t thread, lwp_sig_mask_cmd_t how, in lwp_thread_signal_mask() 1296 static int _dequeue_signal(rt_thread_t thread, lwp_sigset_t *mask, siginfo_t *usi) in _dequeue_signal() 1329 rt_err_t lwp_thread_signal_timedwait(rt_thread_t thread, lwp_sigset_t *sigset, in lwp_thread_signal_timedwait() [all …]
|
A D | lwp_futex.c | 332 static rt_err_t _suspend_thread_timeout_locked(rt_thread_t thread, in _suspend_thread_timeout_locked() 359 static rt_err_t _suspend_thread_locked(rt_thread_t thread, rt_futex_t futex) in _suspend_thread_locked() 396 rt_thread_t thread; in _futex_wait() local 505 rt_thread_t thread; in _futex_requeue() local 573 rt_thread_t thread = RT_NULL, current_thread = RT_NULL; in _futex_lock_pi() local 808 static int _handle_futex_death(int *uaddr, rt_thread_t thread, rt_bool_t is_pi, in _handle_futex_death() 876 void lwp_futex_exit_robust_list(rt_thread_t thread) in lwp_futex_exit_robust_list()
|
A D | lwp_ipc.c | 126 struct rt_thread *thread; in rt_channel_list_resume() local 148 rt_inline rt_err_t rt_channel_list_suspend(rt_list_t *list, struct rt_thread *thread) in rt_channel_list_suspend() 317 static rt_err_t wakeup_sender_wait_recv(void *object, struct rt_thread *thread) in wakeup_sender_wait_recv() 349 static rt_err_t wakeup_sender_wait_reply(void *object, struct rt_thread *thread) in wakeup_sender_wait_reply() 364 struct rt_thread *thread = (struct rt_thread *)parameter; in sender_timeout() local 705 struct rt_thread *thread; in rt_raw_channel_reply() local 758 static rt_err_t wakeup_receiver(void *object, struct rt_thread *thread) in wakeup_receiver() 778 struct rt_thread *thread = (struct rt_thread *)parameter; in receiver_timeout() local 809 struct rt_thread *thread; in _rt_raw_channel_recv_timeout() local
|
A D | lwp_pid.c | 589 void _thread_exit(rt_lwp_t lwp, rt_thread_t thread) in _thread_exit() 612 rt_inline void _clear_child_tid(rt_thread_t thread) in _clear_child_tid() 627 rt_thread_t thread; in lwp_exit() local 674 void lwp_thread_exit(rt_thread_t thread, int status) in lwp_thread_exit() 1217 static void print_thread_info(struct rt_thread* thread, int maxlen) in print_thread_info() 1268 struct rt_thread *thread; in list_process() local 1391 rt_thread_t thread = rt_thread_self(); in lwp_check_exit_request() local 1437 rt_thread_t thread; in _wait_sibling_exit() local 1666 rt_thread_t thread; in _lwp_setaffinity() local
|
A D | lwp_internal.c | 26 rt_thread_t thread = rt_thread_self(); in _mutex_take_safe() local
|
A D | lwp_syscall.c | 1633 rt_thread_t thread; in sys_setpriority() local 3242 rt_thread_t thread = RT_NULL; in sys_thread_create() local 3339 rt_thread_t thread = RT_NULL; in _sys_clone() local 3758 rt_thread_t thread; in sys_execve() local 6329 rt_thread_t thread; in sys_thread_find() local 6770 rt_thread_t thread; in sys_tkill() local 7813 rt_thread_t thread; in sys_set_thread_area() local 7845 rt_thread_t thread; in sys_set_tid_address() local 8768 rt_thread_t thread; in sys_sched_setparam() local 8838 rt_thread_t thread; in sys_sched_getparam() local [all …]
|
A D | lwp_session.c | 388 rt_thread_t thread; in list_session() local
|
A D | lwp_pgrp.c | 510 rt_thread_t thread; in list_processgroup() local
|
/components/libc/posix/pthreads/ |
A D | pthread.c | 42 _pthread_data_t *_pthread_get_data(pthread_t thread) in _pthread_get_data() 533 int pthread_detach(pthread_t thread) in pthread_detach() 604 int pthread_join(pthread_t thread, void **value_ptr) in pthread_join() 707 int pthread_getcpuclockid(pthread_t thread, clockid_t *clock_id) in pthread_getcpuclockid() 822 int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param) in pthread_getschedparam() 875 int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param) in pthread_setschedparam() 916 int pthread_setschedprio(pthread_t thread, int prio) in pthread_setschedprio() 1093 int pthread_kill(pthread_t thread, int sig) in pthread_kill() 1442 int pthread_cancel(pthread_t thread) in pthread_cancel()
|
A D | pthread_cond.c | 370 struct rt_thread *thread; in _pthread_cond_timedwait() local
|
/components/drivers/audio/ |
A D | dev_audio_pipe.c | 20 rt_thread_t thread; in _rt_audio_pipe_resume_writer() local 56 rt_thread_t thread; in rt_audio_pipe_read() local 121 rt_thread_t thread; in _rt_audio_pipe_resume_reader() local 156 rt_thread_t thread; in rt_audio_pipe_write() local
|
/components/vbus/ |
A D | watermark_queue.h | 56 rt_thread_t thread; in rt_wm_que_inc() local 117 rt_thread_t thread; in rt_wm_que_dec() local
|
A D | prio_queue.c | 86 rt_thread_t thread; in rt_prio_queue_detach() local 160 rt_thread_t thread; in rt_prio_queue_push() local 194 rt_thread_t thread; in rt_prio_queue_pop() local
|
A D | watermark_queue.c | 44 rt_thread_t thread; in rt_wm_que_dump() local
|
A D | vbus.c | 325 rt_thread_t thread; in rt_vbus_post() local 444 rt_thread_t thread; in rt_vbus_notify_chn() local 854 rt_thread_t thread; in _chn0_actor() local
|
/components/drivers/ipc/ |
A D | completion_up.c | 31 #define RT_COMPLETION_NEW_STAT(thread, flag) (((flag) & 1) | (((rt_base_t)thread) & ~1)) argument 70 rt_thread_t thread; in rt_completion_wait_flags() local
|
A D | completion_mp.c | 24 #define RT_COMPLETION_NEW_STAT(thread, flag) (((flag) & 1) | (((rt_base_t)thread) & ~1)) argument 87 rt_thread_t thread; in rt_completion_wait_flags_noisr() local 207 rt_thread_t thread, rt_int32_t timeout, in _comp_susp_thread()
|
A D | dataqueue.c | 98 rt_thread_t thread; in rt_data_queue_push() local 215 rt_thread_t thread; in rt_data_queue_pop() local
|
/components/lwp/arch/risc-v/rv64/ |
A D | lwp_arch.c | 78 void *get_thread_kernel_stack_top(rt_thread_t thread) in get_thread_kernel_stack_top() 191 rt_thread_t thread = rt_container_of((unsigned long)thread_sp, struct rt_thread, sp); in arch_set_thread_context() local 337 int arch_backtrace_uthread(rt_thread_t thread) in arch_backtrace_uthread()
|
/components/dfs/dfs_v2/filesystems/procfs/ |
A D | proc_pid.c | 57 rt_thread_t thread; in stat_single_show() local 124 #define ONCPU(thread) RT_SCHED_CTX(thread).oncpu in stat_single_show() argument 126 #define ONCPU(thread) 0 in stat_single_show() argument
|
/components/libc/posix/libdl/ |
A D | dlmodule.c | 128 rt_thread_t thread = (rt_thread_t)object; in _dlmodule_exit() local 203 void dlmodule_destroy_subthread(struct rt_dlmodule *module, rt_thread_t thread) in dlmodule_destroy_subthread() 796 rt_thread_t thread; in dlmodule_exit() local
|
/components/libc/posix/io/poll/ |
A D | poll.c | 146 struct rt_thread *thread; in poll_wait_timeout() local
|