Home
last modified time | relevance | path

Searched defs:parent_process (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-2.c91 static int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process() function
H A D2-1.c96 static int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process() function
/aosp_15_r20/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/
H A D2-1.c95 static int parent_process(char *qname, int read_pipe, int write_pipe, in parent_process() function
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/multiprocessing/
H A Dprocess.py51 def parent_process(): function
H A Dcontext.py38 parent_process = staticmethod(process.parent_process) variable in BaseContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/multiprocessing/
Dprocess.py51 def parent_process(): function
Dcontext.py38 parent_process = staticmethod(process.parent_process) variable in BaseContext
/aosp_15_r20/external/python/cpython3/Lib/multiprocessing/
Dprocess.py51 def parent_process(): function
Dcontext.py38 parent_process = staticmethod(process.parent_process) variable in BaseContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/multiprocessing/
Dprocess.py51 def parent_process(): function
Dcontext.py38 parent_process = staticmethod(process.parent_process) variable in BaseContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/multiprocessing/
Dprocess.py51 def parent_process(): function
Dcontext.py38 parent_process = staticmethod(process.parent_process) variable in BaseContext
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/multiprocessing/
Dprocess.py51 def parent_process(): function
Dcontext.py38 parent_process = staticmethod(process.parent_process) variable in BaseContext
/aosp_15_r20/external/python/cpython3/Lib/test/
D_test_multiprocessing.py5847 parent_process = staticmethod(multiprocessing.parent_process) variable in ProcessesMixin