Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/sched/tool/
Dtime-schedule.c91 int use_pipe = FALSE; in main() local
128 use_pipe = TRUE; in main()
177 if (use_pipe) { in main()
192 if (use_pipe) { in main()
223 if (use_pipe) { in main()
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c3576 int use_pipe; in MHD_start_daemon_va() local
3637 use_pipe = (0 != (daemon->options & (MHD_USE_NO_LISTEN_SOCKET | MHD_USE_PIPE_FOR_SHUTDOWN))); in MHD_start_daemon_va()
3639 use_pipe = 1; /* yes, must use pipe to signal shutdown */ in MHD_start_daemon_va()
3642 use_pipe = 0; /* useless if we are using 'external' select */ in MHD_start_daemon_va()
3643 if ( (use_pipe) && (0 != MHD_pipe_ (daemon->wpipe)) ) in MHD_start_daemon_va()
3655 (1 == use_pipe) && in MHD_start_daemon_va()