Searched defs:thread_id (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-3.6.0/subsys/portability/cmsis_rtos_v2/ |
D | thread.c | 66 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() 352 uint32_t osThreadGetStackSize(osThreadId_t thread_id) in osThreadGetStackSize() 367 uint32_t osThreadGetStackSpace(osThreadId_t thread_id) in osThreadGetStackSpace() 388 osStatus_t osThreadSuspend(osThreadId_t thread_id) in osThreadSuspend() 412 osStatus_t osThreadResume(osThreadId_t thread_id) in osThreadResume() 437 osStatus_t osThreadDetach(osThreadId_t thread_id) in osThreadDetach() [all …]
|
D | thread_flags.c | 15 uint32_t osThreadFlagsSet(osThreadId_t thread_id, uint32_t flags) in osThreadFlagsSet()
|
/Zephyr-Core-3.6.0/subsys/portability/cmsis_rtos_v1/ |
D | cmsis_signal.c | 12 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()
|
D | cmsis_thread.c | 142 osPriority osThreadGetPriority(osThreadId thread_id) in osThreadGetPriority() 158 osStatus osThreadSetPriority(osThreadId thread_id, osPriority priority) in osThreadSetPriority() 185 osStatus osThreadTerminate(osThreadId thread_id) in osThreadTerminate()
|
D | cmsis_msgq.c | 14 osThreadId thread_id) in osMessageCreate()
|
D | cmsis_mailq.c | 14 osMailQId osMailCreate(const osMailQDef_t *queue_def, osThreadId thread_id) in osMailCreate()
|
/Zephyr-Core-3.6.0/subsys/tracing/ctf/ |
D | ctf_top.h | 113 static inline void ctf_top_thread_switched_out(uint32_t thread_id, in ctf_top_thread_switched_out() 120 static inline void ctf_top_thread_switched_in(uint32_t thread_id, in ctf_top_thread_switched_in() 127 static inline void ctf_top_thread_priority_set(uint32_t thread_id, int8_t prio, in ctf_top_thread_priority_set() 134 static inline void ctf_top_thread_create(uint32_t thread_id, int8_t prio, in ctf_top_thread_create() 141 static inline void ctf_top_thread_abort(uint32_t thread_id, in ctf_top_thread_abort() 148 static inline void ctf_top_thread_suspend(uint32_t thread_id, in ctf_top_thread_suspend() 155 static inline void ctf_top_thread_resume(uint32_t thread_id, in ctf_top_thread_resume() 162 static inline void ctf_top_thread_ready(uint32_t thread_id, in ctf_top_thread_ready() 169 static inline void ctf_top_thread_pend(uint32_t thread_id, in ctf_top_thread_pend() 176 static inline void ctf_top_thread_info(uint32_t thread_id, in ctf_top_thread_info() [all …]
|
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | signal.c | 39 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-Core-3.6.0/tests/lib/multi_heap/src/ |
D | test_mheap_concept.c | 56 int thread_id = POINTER_TO_INT(p1); in tmheap_handler() local
|
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_flags.c | 141 void test_thread_flags_from_isr(void *thread_id) in test_thread_flags_from_isr()
|
D | thread_apis.c | 41 osThreadId_t thread_id; in thread1() local
|
/Zephyr-Core-3.6.0/include/zephyr/sys/internal/ |
D | kobject_internal.h | 37 unsigned int thread_id; member
|
/Zephyr-Core-3.6.0/tests/kernel/threads/thread_apis/src/ |
D | main.c | 227 static void umode_entry(void *thread_id, void *p2, void *p3) in umode_entry()
|
/Zephyr-Core-3.6.0/kernel/ |
D | thread.c | 325 const char *k_thread_state_str(k_tid_t thread_id, char *buf, size_t buf_size) in k_thread_state_str()
|
/Zephyr-Core-3.6.0/tests/kernel/smp/src/ |
D | main.c | 653 k_tid_t thread_id; in ZTEST() local
|