Home
last modified time | relevance | path

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

12345

/Zephyr-Core-3.6.0/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
354 struct cv2_thread *tid = (struct cv2_thread *)thread_id; in osThreadGetStackSize() local
369 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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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
237 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.c53 k_tid_t tid = k_thread_create(&kthread_thread, kthread_stack, in ZTEST() local
104 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.c84 k_tid_t tid = k_thread_create(&tdata_custom, tstack_custom, STACK_SIZE, in ZTEST() local
119 k_tid_t tid = k_thread_create(&tdata_name, tstack_name, STACK_SIZE, in ZTEST() local
192 k_tid_t tid = k_thread_create(&tdata_name, tstack_name, STACK_SIZE, in ZTEST_USER() local
217 k_tid_t tid = k_thread_create(&tdata_custom, tstack_custom, STACK_SIZE, in ZTEST_USER() local
260 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
484 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
592 k_tid_t tid = k_thread_create(&tdata, tstack, STACK_SIZE, in ZTEST_USER() local
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/samples/boards/nrf/mesh/onoff_level_lighting_vnd_app/src/mesh/
Dpublisher.c18 static uint8_t tid; variable
Ddevice_composition.c126 uint8_t tid, onoff, tt, delay; in gen_onoff_set_unack() local
195 uint8_t tid, onoff, tt, delay; in gen_onoff_set() local
335 uint8_t tid, tt, delay; in gen_level_set_unack() local
401 uint8_t tid, tt, delay; in gen_level_set() local
470 uint8_t tid, tt, delay; in gen_delta_set_unack() local
552 uint8_t tid, tt, delay; in gen_delta_set() local
637 uint8_t tid, tt, delay; in gen_move_set_unack() local
711 uint8_t tid, tt, delay; in gen_move_set() local
1014 uint8_t tid; in vnd_set_unack() local
1118 uint8_t tid, tt, delay; in light_lightness_set_unack() local
[all …]
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/subsys/rtio/rtio_api/src/
Drtio_api.h13 k_tid_t tid; member
/Zephyr-Core-3.6.0/tests/kernel/threads/dynamic_thread_stack/src/
Dmain.c41 static k_tid_t tid[CONFIG_DYNAMIC_THREAD_POOL_SIZE]; in ZTEST() local
93 static k_tid_t tid[MAX_HEAP_STACKS]; in ZTEST() local
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/lib/posix/options/getopt/
Dgetopt_common.c57 k_tid_t tid; in getopt_state_get() local
/Zephyr-Core-3.6.0/tests/kernel/threads/dynamic_thread/src/
Dmain.c48 k_tid_t tid; in create_dynamic_thread() local
75 k_tid_t tid; in permission_test() local
/Zephyr-Core-3.6.0/tests/kernel/usage/thread_runtime_stats/src/
Dtest_thread_runtime_stats.c66 k_tid_t tid; in ZTEST() local
189 k_tid_t tid; in ZTEST() local
391 k_tid_t tid; in ZTEST() local

12345