Searched refs:parent_process (Results 1 – 10 of 10) sorted by relevance
/external/perfetto/test/trace_processor/parsing/ |
D | rss_stat_mm_id_clone.out | 2 100,"mem.rss.file",10,"parent_process",100.000000 7 105,"mem.rss.file",10,"parent_process",95.000000 8 107,"mem.rss.file",10,"parent_process",105.000000 9 108,"mem.rss.file",10,"parent_process",110.000000
|
D | rss_stat_mm_id_reuse.out | 2 100,"mem.rss.file",10,"parent_process",100.000000
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/ |
D | 2-1.c | 47 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 int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process() function
|
D | 2-2.c | 42 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 int parent_process(char *mqname, int read_pipe, int write_pipe, in parent_process() function
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_close/ |
D | 2-1.c | 38 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 int parent_process(char *qname, int read_pipe, int write_pipe, in parent_process() function
|
/external/python/cpython3/Lib/multiprocessing/ |
D | context.py | 38 parent_process = staticmethod(process.parent_process) variable in BaseContext
|
D | process.py | 51 def parent_process(): function
|
/external/python/cpython3/Lib/test/ |
D | _test_multiprocessing.py | 272 self.assertIsNone(self.parent_process()) 285 from multiprocessing.process import parent_process 286 wconn.send([parent_process().pid, parent_process().name]) 321 from multiprocessing.process import parent_process 322 wconn.send("alive" if parent_process().is_alive() else "not alive") 323 parent_process().join(timeout=support.SHORT_TIMEOUT) 324 wconn.send("alive" if parent_process().is_alive() else "not alive") 5600 parent_process = staticmethod(multiprocessing.parent_process) variable in ProcessesMixin
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 889 using multiprocessing.process.parent_process
|
/external/python/cpython3/Doc/library/ |
D | multiprocessing.rst | 965 .. function:: parent_process() 968 the :func:`current_process`. For the main process, ``parent_process`` will
|