Searched defs:tid2 (Results 1 – 3 of 3) sorted by relevance
/tests/kernel/pipe/deprecated/pipe_api/src/ |
A D | test_pipe_contexts.c | 370 k_tid_t tid2 = k_thread_create(&tdata2, tstack2, STACK_SIZE, in ZTEST() local 401 k_tid_t tid2 = k_thread_create(&tdata2, tstack2, STACK_SIZE, in ZTEST() local 422 k_tid_t tid2 = k_thread_create(&tdata2, tstack2, STACK_SIZE, in ZTEST() local
|
/tests/kernel/poll/src/ |
A D | test_poll.c | 485 k_tid_t tid2 = k_thread_create(&test_thread, test_stack, in ZTEST() local 727 k_tid_t tid2 = k_thread_create(&test_loprio_thread, test_loprio_stack, in ZTEST() local
|
/tests/integration/kernel/src/ |
A D | main.c | 285 k_tid_t tid2 = k_thread_create(&tdata_2, tstack_2, STACK_SIZE, in ZTEST() local
|
Completed in 10 milliseconds