Home
last modified time | relevance | path

Searched defs:tid (Results 1 – 25 of 133) sorted by relevance

123456

/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c57 struct cv2_thread *tid = arg2; in zephyr_thread_wrapper() local
82 osThreadId_t get_cmsis_thread_id(k_tid_t tid) in get_cmsis_thread_id()
108 struct cv2_thread *tid; in osThreadNew() local
230 struct cv2_thread *tid = in osThreadGetName() local
245 k_tid_t tid = k_current_get(); in osThreadGetId() local
255 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadGetPriority() local
273 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadSetPriority() local
299 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadGetState() local
352 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadGetStackSize() local
367 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadGetStackSpace() local
[all …]
Dthread_flags.c18 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadFlagsSet() local
39 struct cv2_thread *tid; in osThreadFlagsGet() local
58 struct cv2_thread *tid; in osThreadFlagsClear() local
88 struct cv2_thread *tid; in osThreadFlagsWait() local
/Zephyr-latest/tests/kernel/timer/timer_error_case/src/
Dmain.c53 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
91 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
129 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
167 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
205 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
242 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
279 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
319 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Duser_api.c34 k_tid_t tid = k_thread_create(&user_thread, ustack, STACK_SIZE, sleepy_thread, in ZTEST_USER() local
69 k_tid_t tid = k_thread_create(&user_thread, ustack, in ZTEST_USER() local
122 k_tid_t tid = k_thread_create(&user_thread, ustack, STACK_SIZE, in ZTEST_USER() local
163 k_tid_t tid = k_thread_create(&user_thread, ustack, STACK_SIZE, in ZTEST_USER() local
204 k_tid_t tid = k_thread_create(&user_thread, ustack, STACK_SIZE, in ZTEST_USER() local
245 k_tid_t tid = k_thread_create(&user_thread, ustack, STACK_SIZE, in ZTEST_USER() local
287 k_tid_t tid = k_thread_create(&user_thread, ustack, STACK_SIZE, in ZTEST_USER() local
331 k_tid_t tid = k_thread_create(&user_thread, ustack, STACK_SIZE, in ZTEST_USER() local
372 k_tid_t tid = k_thread_create(&user_thread, ustack, STACK_SIZE, in ZTEST_USER() local
Dtest_sched_priority.c58 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
93 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
126 k_tid_t tid[THREAD_NUM]; in ZTEST() local
Dtest_sched.h22 k_tid_t tid; member
/Zephyr-latest/tests/kernel/threads/thread_apis/src/
Dtest_threads_suspend_resume.c27 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in threads_suspend_resume() local
96 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
133 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
161 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
Dtest_threads_cancel_abort.c66 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
95 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
140 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
255 k_tid_t tid; in ZTEST() local
Dtest_threads_spawn.c116 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
142 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
169 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
Dtest_essential_thread.c54 k_tid_t tid = k_thread_create(&kthread_thread, kthread_stack, in ZTEST() local
105 k_tid_t tid = k_thread_create(&kthread_thread1, kthread_stack, STACKSIZE, in ZTEST() local
Dtest_kthread_for_each.c104 k_tid_t tid = k_thread_create(&tdata, tstack, in ZTEST() local
153 k_tid_t tid = k_thread_create(&tdata, tstack, in ZTEST() local
227 k_tid_t tid = &tdata1; in ZTEST() local
Dmain.c87 k_tid_t tid = k_thread_create(&tdata_custom, tstack_custom, STACK_SIZE, in ZTEST() local
122 k_tid_t tid = k_thread_create(&tdata_name, tstack_name, STACK_SIZE, in ZTEST() local
195 k_tid_t tid = k_thread_create(&tdata_name, tstack_name, STACK_SIZE, in ZTEST_USER() local
220 k_tid_t tid = k_thread_create(&tdata_custom, tstack_custom, STACK_SIZE, in ZTEST_USER() local
263 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
487 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
595 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
/Zephyr-latest/tests/benchmarks/sched_userspace/src/
Dmain.c81 for (size_t tid = 0; tid < nb_threads; tid++) { in exec_test() local
101 for (size_t tid = 0; tid < nb_threads; tid++) { in exec_test() local
104 for (size_t tid = 0; tid < nb_threads; tid++) { in exec_test() local
/Zephyr-latest/tests/kernel/threads/dynamic_thread_stack/src/
Dmain.c41 k_tid_t tid; in ZTEST_USER() local
77 static k_tid_t tid[CONFIG_DYNAMIC_THREAD_POOL_SIZE]; in ZTEST() local
129 static k_tid_t tid[MAX_HEAP_STACKS]; in ZTEST() local
216 static k_tid_t tid[2]; in ZTEST() local
/Zephyr-latest/tests/kernel/stack/stack/src/
Dmain.c174 k_tid_t tid = k_thread_create(&thread_data, threadstack, TSTACK_SIZE, in ZTEST_USER() local
203 k_tid_t tid = k_thread_create(&thread_data, threadstack, TSTACK_SIZE, in ZTEST_USER() local
232 k_tid_t tid = k_thread_create(&thread_data, threadstack, TSTACK_SIZE, in ZTEST() local
282 k_tid_t tid = k_thread_create(&thread_data, threadstack, in ZTEST() local
/Zephyr-latest/tests/lib/newlib/thread_safety/src/
Dlocks.c117 k_tid_t tid; in ZTEST() local
196 k_tid_t tid; in ZTEST() local
266 k_tid_t tid; in ZTEST() local
336 k_tid_t tid; in ZTEST() local
406 k_tid_t tid; in ZTEST() local
/Zephyr-latest/samples/boards/nordic/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dpublisher.c18 static uint8_t tid; variable
Ddevice_composition.c124 uint8_t tid, onoff, tt, delay; in gen_onoff_set_unack() local
193 uint8_t tid, onoff, tt, delay; in gen_onoff_set() local
333 uint8_t tid, tt, delay; in gen_level_set_unack() local
399 uint8_t tid, tt, delay; in gen_level_set() local
468 uint8_t tid, tt, delay; in gen_delta_set_unack() local
550 uint8_t tid, tt, delay; in gen_delta_set() local
635 uint8_t tid, tt, delay; in gen_move_set_unack() local
709 uint8_t tid, tt, delay; in gen_move_set() local
1012 uint8_t tid; in vnd_set_unack() local
1116 uint8_t tid, tt, delay; in light_lightness_set_unack() local
[all …]
/Zephyr-latest/tests/kernel/fifo/fifo_usage/src/
Dmain.c157 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
188 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
220 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
/Zephyr-latest/tests/integration/kernel/src/
Dmain.c73 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
141 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
217 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
280 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST() local
/Zephyr-latest/tests/subsys/fs/fat_fs_api/src/
Dtest_fat_file_reentrant.c34 k_tid_t tid = k_thread_create(&tlock_mutex_data, tlock_mutex_stack_area, in test_reentrant_access() local
78 k_tid_t tid = k_thread_create(&tfile2_access_data, tfile2_access_stack_area, in test_reentrant_parallel_file_access() local
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c223 uint8_t tid) in avdtp_create_reply_pdu()
264 uint8_t tid) in avdtp_discover_handler()
356 uint8_t msg_type, uint8_t tid) in avdtp_get_capabilities_handler()
423 uint8_t msg_type, uint8_t tid, bool reconfig) in avdtp_process_configuration()
530 uint8_t msg_type, uint8_t tid) in avdtp_set_configuration_handler()
536 uint8_t msg_type, uint8_t tid) in avdtp_get_configuration_handler()
558 uint8_t msg_type, uint8_t tid) in avdtp_re_configure_handler()
564 uint8_t tid) in avdtp_open_handler()
638 uint8_t tid) in avdtp_start_handler()
712 uint8_t tid) in avdtp_close_handler()
[all …]
/Zephyr-latest/tests/kernel/msgq/msgq_api/src/
Dtest_msgq_contexts.c97 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in msgq_thread() local
134 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in msgq_thread_overflow() local
185 k_tid_t tid = k_thread_create(&tdata2, tstack2, STACK_SIZE, in msgq_thread_data_passing() local
402 k_tid_t tid = k_thread_create(&tdata2, tstack2, STACK_SIZE, in ZTEST() local
445 k_tid_t tid = k_thread_create(&tdata2, tstack2, STACK_SIZE, in ZTEST() local
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt_common.c57 k_tid_t tid; in getopt_state_get() local
/Zephyr-latest/modules/lvgl/include/
Dlvgl_zephyr_osal.h17 k_tid_t tid; member

123456