Home
last modified time | relevance | path

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

/third_party/libuv/test/
Dbenchmark-spawn.c44 static int pipe_open; variable
51 if (process_open == 0 && pipe_open == 0) { in maybe_spawn()
85 ASSERT(pipe_open == 1); in pipe_close_cb()
86 pipe_open = 0; in pipe_close_cb()
93 ASSERT(pipe_open == 1); in on_read()
108 ASSERT(pipe_open == 0); in spawn()
129 pipe_open = 1; in spawn()
/third_party/ffmpeg/libavformat/
Dfile.c379 static int pipe_open(URLContext *h, const char *filename, int flags) in pipe_open() function
404 .url_open = pipe_open,
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h32376 void (*pipe_open)(struct trace_iterator *); member