Searched refs:thread_data1 (Results 1 – 9 of 9) sorted by relevance
/Zephyr-latest/tests/kernel/stack/stack/src/ |
D | test_stack_contexts.c | 21 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()
|
D | main.c | 309 extern struct k_thread thread_data1; 315 &end_sema, &threadstack, &kstack, &stack, &thread_data1, in stack_setup()
|
/Zephyr-latest/tests/benchmarks/sys_kernel/src/ |
D | sema.c | 125 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()
|
D | stack.c | 155 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()
|
D | lifo.c | 157 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()
|
D | mwfifo.c | 158 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()
|
D | syskernel.h | 27 extern struct k_thread thread_data1;
|
D | syskernel.c | 18 struct k_thread thread_data1; variable
|
/Zephyr-latest/tests/kernel/context/src/ |
D | main.c | 107 static struct k_thread thread_data1; variable 1074 k_thread_create(&thread_data1, thread_stack1, THREAD_STACKSIZE, in ZTEST()
|