Searched refs:z_init_thread_base (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/kernel/include/ |
D | kernel_internal.h | 31 void z_init_thread_base(struct _thread_base *thread_base, int priority,
|
/Zephyr-latest/tests/benchmarks/wait_queues/src/ |
D | main.c | 48 z_init_thread_base(&dummy_thread[i], i / bucket_size, in dummy_threads_init()
|
/Zephyr-latest/kernel/ |
D | mailbox.c | 74 z_init_thread_base(&async_msg[i].thread, 0, _THREAD_DUMMY, 0); in init_mbox_module()
|
D | thread.c | 546 z_init_thread_base(&new_thread->base, prio, _THREAD_SLEEPING, options); in z_setup_new_thread() 742 void z_init_thread_base(struct _thread_base *thread_base, int priority, in z_init_thread_base() function
|