Lines Matching refs:struct
436 void sys_trace_thread_create_user(struct k_thread *thread);
437 void sys_trace_thread_abort_user(struct k_thread *thread);
438 void sys_trace_thread_suspend_user(struct k_thread *thread);
439 void sys_trace_thread_resume_user(struct k_thread *thread);
440 void sys_trace_thread_name_set_user(struct k_thread *thread);
441 void sys_trace_thread_switched_in_user(struct k_thread *thread);
442 void sys_trace_thread_switched_out_user(struct k_thread *thread);
443 void sys_trace_thread_info_user(struct k_thread *thread);
444 void sys_trace_thread_sched_ready_user(struct k_thread *thread);
445 void sys_trace_thread_pend_user(struct k_thread *thread);
446 void sys_trace_thread_priority_set_user(struct k_thread *thread, int prio);
624 struct k_timer *_track_list_k_timer;
625 struct k_mem_slab *_track_list_k_mem_slab;
626 struct k_sem *_track_list_k_sem;
627 struct k_mutex *_track_list_k_mutex;
628 struct k_stack *_track_list_k_stack;
629 struct k_msgq *_track_list_k_msgq;
630 struct k_mbox *_track_list_k_mbox;
631 struct k_pipe *_track_list_k_pipe;
632 struct k_queue *_track_list_k_queue;
633 struct k_event *_track_list_k_event;
639 struct k_mutex *cur = _track_list_k_mutex;