Home
last modified time | relevance | path

Searched refs:apr_proc_create (Results 1 – 25 of 28) sorted by relevance

12

/external/cronet/tot/third_party/apache-portable-runtime/src/test/
Dtestproc.c57 rv = apr_proc_create(&newproc, proc_child, args, NULL, in test_create_proc()
133 rv = apr_proc_create(&newproc, proc_child, args, NULL, in test_file_redir()
Dtestshm.c196 rv = apr_proc_create(&pidproducer, TESTBINPATH "testshmproducer" EXTENSION, args, in test_named()
208 rv = apr_proc_create(&pidconsumer, TESTBINPATH "testshmconsumer" EXTENSION, args, in test_named()
Dtestoc.c79 rv = apr_proc_create(&newproc, TESTBINPATH "occhild" EXTENSION, args, NULL, procattr, p); in test_child_kill()
Dtestflock.c50 rv = apr_proc_create(&proc, TESTBINPATH "tryread" EXTENSION, args, NULL, procattr, p); in launch_reader()
Dtestglobalmutex.c44 rv = apr_proc_create(proc, TESTBINPATH "globalmutexchild" EXTENSION, args, NULL, in launch_child()
Dtestpipe.c157 rv = apr_proc_create(&proc, TESTBINPATH "readchild" EXTENSION, args, NULL, procattr, p); in test_pipe_writefull()
Dtestsock.c51 rv = apr_proc_create(proc, TESTBINPATH "sockchild" EXTENSION, args, NULL, in launch_child()
Dsendfile.c175 rv = apr_proc_create(&proc, TESTBINPATH "sendfile" EXTENSION, args, NULL, procattr, p); in spawn_server()
/external/cronet/stable/third_party/apache-portable-runtime/src/test/
Dtestproc.c57 rv = apr_proc_create(&newproc, proc_child, args, NULL, in test_create_proc()
133 rv = apr_proc_create(&newproc, proc_child, args, NULL, in test_file_redir()
Dtestshm.c196 rv = apr_proc_create(&pidproducer, TESTBINPATH "testshmproducer" EXTENSION, args, in test_named()
208 rv = apr_proc_create(&pidconsumer, TESTBINPATH "testshmconsumer" EXTENSION, args, in test_named()
Dtestoc.c79 rv = apr_proc_create(&newproc, TESTBINPATH "occhild" EXTENSION, args, NULL, procattr, p); in test_child_kill()
Dtestflock.c50 rv = apr_proc_create(&proc, TESTBINPATH "tryread" EXTENSION, args, NULL, procattr, p); in launch_reader()
Dtestglobalmutex.c44 rv = apr_proc_create(proc, TESTBINPATH "globalmutexchild" EXTENSION, args, NULL, in launch_child()
Dtestpipe.c157 rv = apr_proc_create(&proc, TESTBINPATH "readchild" EXTENSION, args, NULL, procattr, p); in test_pipe_writefull()
Dtestsock.c51 rv = apr_proc_create(proc, TESTBINPATH "sockchild" EXTENSION, args, NULL, in launch_child()
Dsendfile.c175 rv = apr_proc_create(&proc, TESTBINPATH "sendfile" EXTENSION, args, NULL, procattr, p); in spawn_server()
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_thread_proc.h610 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new_proc,
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_thread_proc.h610 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new_proc,
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/beos/
Dproc.c207 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new, const char *progname, in apr_proc_create() function
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/netware/
Dproc.c309 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *newproc, in apr_proc_create() function
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/beos/
Dproc.c207 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new, const char *progname, in apr_proc_create() function
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/netware/
Dproc.c309 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *newproc, in apr_proc_create() function
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/os2/
Dproc.c298 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *proc, const char *progname, in apr_proc_create() function
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/unix/
Dproc.c344 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new, in apr_proc_create() function
/external/cronet/stable/third_party/apache-portable-runtime/src/threadproc/unix/
Dproc.c344 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new, in apr_proc_create() function

12