Home
last modified time | relevance | path

Searched refs:thread_data1 (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/tests/kernel/stack/stack/src/
Dtest_stack_contexts.c21 struct k_thread thread_data1; variable
71 k_tid_t tid = k_thread_create(&thread_data1, threadstack1, STACK_SIZE, in tstack_thread_thread()
169 k_tid_t tid = k_thread_create(&thread_data1, threadstack1, STACK_SIZE, in ZTEST()
249 k_thread_create(&thread_data1, threadstack1, STACK_SIZE, in ZTEST()
276 k_thread_join(&thread_data1, K_FOREVER); in ZTEST()
Dmain.c309 extern struct k_thread thread_data1;
315 &end_sema, &threadstack, &kstack, &stack, &thread_data1, in stack_setup()
/Zephyr-latest/tests/benchmarks/sys_kernel/src/
Dsema.c125 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, sema_thread1, in sema_test()
150 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, sema_thread1, in sema_test()
175 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, sema_thread1, in sema_test()
Dstack.c155 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, stack_thread1, in stack_test()
182 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, stack_thread1, in stack_test()
210 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, stack_thread1, in stack_test()
Dlifo.c157 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, lifo_thread1, in lifo_test()
191 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, lifo_thread1, in lifo_test()
223 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, lifo_thread1, in lifo_test()
Dmwfifo.c158 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, fifo_thread1, in fifo_test()
190 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, fifo_thread1, in fifo_test()
221 k_thread_create(&thread_data1, thread_stack1, STACK_SIZE, fifo_thread1, in fifo_test()
Dsyskernel.h27 extern struct k_thread thread_data1;
Dsyskernel.c18 struct k_thread thread_data1; variable
/Zephyr-latest/tests/kernel/context/src/
Dmain.c107 static struct k_thread thread_data1; variable
1074 k_thread_create(&thread_data1, thread_stack1, THREAD_STACKSIZE, in ZTEST()