Home
last modified time | relevance | path

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

/components/drivers/include/ipc/
A Dpipe.h43 rt_pipe_t *rt_pipe_create(const char *name, int bufsz);
/components/drivers/ipc/
A Dpipe.c617 rt_pipe_t *rt_pipe_create(const char *name, int bufsz) in rt_pipe_create() function
751 pipe = rt_pipe_create(dname, RT_USING_POSIX_PIPE_SIZE); in pipe()
795 pipe = rt_pipe_create(path, RT_USING_POSIX_PIPE_SIZE); in mkfifo()

Completed in 4 milliseconds