/external/cronet/tot/third_party/apache-portable-runtime/src/test/ |
D | testproc.c | 57 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()
|
D | testshm.c | 196 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()
|
D | testoc.c | 79 rv = apr_proc_create(&newproc, TESTBINPATH "occhild" EXTENSION, args, NULL, procattr, p); in test_child_kill()
|
D | testflock.c | 50 rv = apr_proc_create(&proc, TESTBINPATH "tryread" EXTENSION, args, NULL, procattr, p); in launch_reader()
|
D | testglobalmutex.c | 44 rv = apr_proc_create(proc, TESTBINPATH "globalmutexchild" EXTENSION, args, NULL, in launch_child()
|
D | testpipe.c | 157 rv = apr_proc_create(&proc, TESTBINPATH "readchild" EXTENSION, args, NULL, procattr, p); in test_pipe_writefull()
|
D | testsock.c | 51 rv = apr_proc_create(proc, TESTBINPATH "sockchild" EXTENSION, args, NULL, in launch_child()
|
D | sendfile.c | 175 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/ |
D | testproc.c | 57 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()
|
D | testshm.c | 196 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()
|
D | testoc.c | 79 rv = apr_proc_create(&newproc, TESTBINPATH "occhild" EXTENSION, args, NULL, procattr, p); in test_child_kill()
|
D | testflock.c | 50 rv = apr_proc_create(&proc, TESTBINPATH "tryread" EXTENSION, args, NULL, procattr, p); in launch_reader()
|
D | testglobalmutex.c | 44 rv = apr_proc_create(proc, TESTBINPATH "globalmutexchild" EXTENSION, args, NULL, in launch_child()
|
D | testpipe.c | 157 rv = apr_proc_create(&proc, TESTBINPATH "readchild" EXTENSION, args, NULL, procattr, p); in test_pipe_writefull()
|
D | testsock.c | 51 rv = apr_proc_create(proc, TESTBINPATH "sockchild" EXTENSION, args, NULL, in launch_child()
|
D | sendfile.c | 175 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/ |
D | apr_thread_proc.h | 610 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new_proc,
|
/external/cronet/stable/third_party/apache-portable-runtime/src/include/ |
D | apr_thread_proc.h | 610 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new_proc,
|
/external/cronet/tot/third_party/apache-portable-runtime/src/threadproc/beos/ |
D | proc.c | 207 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/ |
D | proc.c | 309 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/ |
D | proc.c | 207 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/ |
D | proc.c | 309 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/ |
D | proc.c | 298 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/ |
D | proc.c | 344 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/ |
D | proc.c | 344 APR_DECLARE(apr_status_t) apr_proc_create(apr_proc_t *new, in apr_proc_create() function
|