Home
last modified time | relevance | path

Searched refs:tThread_entry (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/tests/kernel/msgq/msgq_api/src/
Dtest_msgq_purge.c15 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/
Dtest_fifo_loop.c48 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function
64 tThread_entry, pfifo, NULL, NULL, in tfifo_read_write()
Dtest_fifo_contexts.c81 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/
Dtest_lifo_loop.c48 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function
64 tThread_entry, plifo, NULL, NULL, in tlifo_read_write()
Dtest_lifo_contexts.c52 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/
Dtest_queue_loop.c75 static void tThread_entry(void *p1, void *p2, void *p3) in tThread_entry() function
90 tThread_entry, pqueue, NULL, NULL, in tqueue_read_write()
Dtest_queue_fail.c34 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()
Dtest_queue_contexts.c104 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/
Dtest_stack_contexts.c59 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/
Dmain.c204 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/
Dtest_pipe_contexts.c80 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()