Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/pipe/deprecated/pipe_api/src/
Dtest_pipe_contexts.c47 static void tpipe_put(struct k_pipe *ppipe, k_timeout_t timeout) in tpipe_put() argument
55 zassert_false(k_pipe_put(ppipe, &data[i], to_wt, in tpipe_put()
61 static void tpipe_get(struct k_pipe *ppipe, k_timeout_t timeout) in tpipe_get() argument
71 zassert_false(k_pipe_get(ppipe, &rx_data[i], to_rd, in tpipe_get()
89 static void tpipe_thread_thread(struct k_pipe *ppipe) in tpipe_thread_thread() argument
93 tThread_entry, ppipe, NULL, NULL, in tpipe_thread_thread()
97 tpipe_put(ppipe, K_NO_WAIT); in tpipe_thread_thread()
101 tpipe_get(ppipe, K_FOREVER); in tpipe_thread_thread()
107 static void tpipe_kthread_to_kthread(struct k_pipe *ppipe) in tpipe_kthread_to_kthread() argument
111 tThread_entry, ppipe, NULL, NULL, in tpipe_kthread_to_kthread()
[all …]