Searched refs:parent_process (Results 1 – 8 of 8) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
D | 2-1.c | 47 static int parent_process(char *mqname, int read_pipe, int write_pipe, pid_t child_pid); 91 return parent_process(mqname, to_parent[PIPE_READ], in main() 96 static int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process() function
|
D | 2-2.c | 42 static int parent_process(char *mqname, int read_pipe, int write_pipe, pid_t child_pid); 86 return parent_process(mqname, to_parent[PIPE_READ], in main() 91 static int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
D | 2-1.c | 38 static int parent_process(char *qname, int read_pipe, int write_pipe, pid_t child_pid); 88 return parent_process(qname, to_parent[PIPE_READ], in main() 95 static int parent_process(char *qname, int read_pipe, int write_pipe, in parent_process() function
|
/third_party/python/Lib/multiprocessing/ |
D | context.py | 38 parent_process = staticmethod(process.parent_process) variable in BaseContext
|
D | process.py | 51 def parent_process(): function
|
/third_party/python/Lib/test/ |
D | _test_multiprocessing.py | 276 self.assertIsNone(self.parent_process()) 289 from multiprocessing.process import parent_process 290 wconn.send([parent_process().pid, parent_process().name]) 325 from multiprocessing.process import parent_process 326 wconn.send("alive" if parent_process().is_alive() else "not alive") 327 parent_process().join(timeout=support.SHORT_TIMEOUT) 328 wconn.send("alive" if parent_process().is_alive() else "not alive") 5737 parent_process = staticmethod(multiprocessing.parent_process) variable in ProcessesMixin
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 889 using multiprocessing.process.parent_process
|
/third_party/python/Doc/library/ |
D | multiprocessing.rst | 966 .. function:: parent_process() 969 the :func:`current_process`. For the main process, ``parent_process`` will
|