Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/pipe/pipe_api/src/
Dtest_pipe_contexts.c47 static void tpipe_put(struct k_pipe *ppipe, k_timeout_t timeout) in tpipe_put() function
85 tpipe_put((struct k_pipe *)p1, K_NO_WAIT); in tThread_entry()
97 tpipe_put(ppipe, K_NO_WAIT); in tpipe_thread_thread()
114 tpipe_put(ppipe, K_NO_WAIT); in tpipe_kthread_to_kthread()
338 tpipe_put((struct k_pipe *)p1, K_FOREVER); in tThread_half_pipe_put()