Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 17 of 17) sorted by relevance

/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c66 void *is_cmsis_rtos_v2_thread(void *thread_id) in is_cmsis_rtos_v2_thread()
220 const char *osThreadGetName(osThreadId_t thread_id) in osThreadGetName()
253 osPriority_t osThreadGetPriority(osThreadId_t thread_id) in osThreadGetPriority()
271 osStatus_t osThreadSetPriority(osThreadId_t thread_id, osPriority_t priority) in osThreadSetPriority()
297 osThreadState_t osThreadGetState(osThreadId_t thread_id) in osThreadGetState()
350 uint32_t osThreadGetStackSize(osThreadId_t thread_id) in osThreadGetStackSize()
365 uint32_t osThreadGetStackSpace(osThreadId_t thread_id) in osThreadGetStackSpace()
386 osStatus_t osThreadSuspend(osThreadId_t thread_id) in osThreadSuspend()
410 osStatus_t osThreadResume(osThreadId_t thread_id) in osThreadResume()
435 osStatus_t osThreadDetach(osThreadId_t thread_id) in osThreadDetach()
[all …]
Dthread_flags.c15 uint32_t osThreadFlagsSet(osThreadId_t thread_id, uint32_t flags) in osThreadFlagsSet()
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_signal.c12 void *k_thread_other_custom_data_get(struct k_thread *thread_id) in k_thread_other_custom_data_get()
20 int32_t osSignalSet(osThreadId thread_id, int32_t signals) in osSignalSet()
46 int32_t osSignalClear(osThreadId thread_id, int32_t signals) in osSignalClear()
Dcmsis_thread.c152 osPriority osThreadGetPriority(osThreadId thread_id) in osThreadGetPriority()
168 osStatus osThreadSetPriority(osThreadId thread_id, osPriority priority) in osThreadSetPriority()
195 osStatus osThreadTerminate(osThreadId thread_id) in osThreadTerminate()
Dcmsis_msgq.c14 osThreadId thread_id) in osMessageCreate()
Dcmsis_mailq.c14 osMailQId osMailCreate(const osMailQDef_t *queue_def, osThreadId thread_id) in osMailCreate()
/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_porting_layer_zephyr.c64 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void *, void *, void *)) in tm_thread_create()
84 int tm_thread_resume(int thread_id) in tm_thread_resume()
95 int tm_thread_suspend(int thread_id) in tm_thread_suspend()
/Zephyr-latest/tests/kernel/sched/wraparound/src/
Dmain.c9 static k_tid_t thread_id; variable
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dsignal.c39 void test_multiple_signal_flags(void const *thread_id) in test_multiple_signal_flags()
176 void test_signal_from_isr(void const *thread_id) in test_signal_from_isr()
/Zephyr-latest/tests/lib/multi_heap/src/
Dtest_mheap_concept.c56 int thread_id = POINTER_TO_INT(p1); in tmheap_handler() local
/Zephyr-latest/subsys/tracing/ctf/
Dctf_top.h195 static inline void ctf_top_thread_switched_out(uint32_t thread_id, in ctf_top_thread_switched_out()
202 static inline void ctf_top_thread_switched_in(uint32_t thread_id, in ctf_top_thread_switched_in()
209 static inline void ctf_top_thread_priority_set(uint32_t thread_id, int8_t prio, in ctf_top_thread_priority_set()
216 static inline void ctf_top_thread_create(uint32_t thread_id, int8_t prio, in ctf_top_thread_create()
223 static inline void ctf_top_thread_abort(uint32_t thread_id, in ctf_top_thread_abort()
230 static inline void ctf_top_thread_suspend(uint32_t thread_id, in ctf_top_thread_suspend()
237 static inline void ctf_top_thread_resume(uint32_t thread_id, in ctf_top_thread_resume()
244 static inline void ctf_top_thread_ready(uint32_t thread_id, in ctf_top_thread_ready()
251 static inline void ctf_top_thread_pend(uint32_t thread_id, in ctf_top_thread_pend()
258 static inline void ctf_top_thread_info(uint32_t thread_id, in ctf_top_thread_info()
[all …]
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_flags.c141 void test_thread_flags_from_isr(void *thread_id) in test_thread_flags_from_isr()
Dthread_apis.c41 osThreadId_t thread_id; in thread1() local
/Zephyr-latest/include/zephyr/sys/internal/
Dkobject_internal.h37 unsigned int thread_id; member
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dmain.c230 static void umode_entry(void *thread_id, void *p2, void *p3) in umode_entry()
/Zephyr-latest/kernel/
Dthread.c226 const char *k_thread_state_str(k_tid_t thread_id, char *buf, size_t buf_size) in k_thread_state_str()
/Zephyr-latest/tests/kernel/smp/src/
Dmain.c654 k_tid_t thread_id; in ZTEST() local