Home
last modified time | relevance | path

Searched refs:parent_process (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/test/trace_processor/parsing/
Drss_stat_mm_id_clone.out2 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
Drss_stat_mm_id_reuse.out2 100,"mem.rss.file",10,"parent_process",100.000000
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
D2-1.c47 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
D2-2.c42 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/
D2-1.c38 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/
Dcontext.py38 parent_process = staticmethod(process.parent_process) variable in BaseContext
Dprocess.py51 def parent_process(): function
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py272 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/
D3.8.0b1.rst889 using multiprocessing.process.parent_process
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst965 .. function:: parent_process()
968 the :func:`current_process`. For the main process, ``parent_process`` will