/Zephyr-latest/tests/kernel/msgq/msgq_api/src/ |
D | test_msgq_purge.c | 15 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 33 tThread_entry, q, NULL, NULL, in purge_when_put()
|
/Zephyr-latest/tests/kernel/fifo/fifo_api/src/ |
D | test_fifo_loop.c | 48 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 64 tThread_entry, pfifo, NULL, NULL, in tfifo_read_write()
|
D | test_fifo_contexts.c | 81 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 92 tThread_entry, pfifo, NULL, NULL, in tfifo_thread_thread()
|
/Zephyr-latest/tests/kernel/lifo/lifo_api/src/ |
D | test_lifo_loop.c | 48 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 64 tThread_entry, plifo, NULL, NULL, in tlifo_read_write()
|
D | test_lifo_contexts.c | 52 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 63 tThread_entry, plifo, NULL, NULL, in tlifo_thread_thread()
|
/Zephyr-latest/tests/kernel/queue/src/ |
D | test_queue_loop.c | 75 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 90 tThread_entry, pqueue, NULL, NULL, in tqueue_read_write()
|
D | test_queue_fail.c | 34 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 85 k_thread_create(&tdata, tstack, STACK_SIZE, tThread_entry, &queue, in ZTEST()
|
D | test_queue_contexts.c | 104 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 115 tThread_entry, pqueue, NULL, NULL, in tqueue_thread_thread()
|
/Zephyr-latest/tests/kernel/stack/stack/src/ |
D | test_stack_contexts.c | 59 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 72 tThread_entry, pstack, NULL, NULL, in tstack_thread_thread() 170 tThread_entry, &kstack_test_alloc, in ZTEST()
|
/Zephyr-latest/tests/ztest/error_hook/src/ |
D | main.c | 204 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 257 tThread_entry, in run_trigger_thread()
|
/Zephyr-latest/tests/kernel/pipe/pipe_api/src/ |
D | test_pipe_contexts.c | 80 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function 93 tThread_entry, ppipe, NULL, NULL, in tpipe_thread_thread() 111 tThread_entry, ppipe, NULL, NULL, in tpipe_kthread_to_kthread()
|