Home
last modified time | relevance | path

Searched refs:open_process (Results 1 – 25 of 75) sorted by relevance

123

/dports/net/py-trio/trio-0.19.0/trio/tests/
H A Dtest_subprocess.py16 open_process,
51 async with await open_process(EXIT_TRUE) as proc:
58 async with await open_process(EXIT_FALSE) as proc:
67 p = await open_process(SLEEP(9999))
79 async with await open_process(SLEEP(10)) as proc:
118 async with await open_process(
159 async with await open_process(
282 async with await open_process(
315 async with await open_process(
327 async with await open_process(
[all …]
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D35loop-openprocess.t22 my $proc = $loop->open_process(
35 ok( exception { $loop->open_process(
41 ok( exception { $loop->open_process(
/dports/devel/py-anyio/anyio-3.4.0/src/anyio/_core/
H A D_subprocesses.py43 async with await open_process(command, stdin=PIPE if input else DEVNULL, stdout=stdout,
68 async def open_process(command: Union[str, Sequence[str]], *, stdin: int = PIPE, function
90 return await get_asynclib().open_process(command, shell=shell, stdin=stdin, stdout=stdout,
/dports/devel/py-pex/pex-1.2.7/tests/
H A Dtest_executor.py22 process = Executor.open_process('exit 8', shell=True)
28 process = Executor.open_process(['/bin/echo', '-n', 'hello'])
60 @pytest.mark.parametrize('testable', [Executor.open_process, Executor.execute])
/dports/editors/jed/jed-0.99-19/doc/tm/rtl/
H A Dprocess.tm25 \seealso{open_process}
28 \function{open_process}
30 \usage{Int_Type open_process (name, argv1, argv2, ..., argvN, N)}
79 \seealso{system, open_process}
121 \var{pid} is the process handle returned by \var{open_process}. The second
159 \seealso{set_process_flags, get_process_flags, open_process}
183 that was returned by \var{open_process}.
/dports/devel/py-os-win/os-win-5.5.0/os_win/utils/
H A Dprocessutils.py64 def open_process(self, pid, desired_access, inherit_handle=False): member in ProcessUtils
93 process_handle = self.open_process(pid, desired_process_access)
123 handle = self.open_process(pid,
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/win-capture/inject-helper/
H A Dinject-helper.c37 static inline HANDLE open_process(DWORD desired_access, bool inherit_handle, in open_process() function
66 HANDLE process = open_process(PROCESS_ALL_ACCESS, false, process_id); in inject_library_full()
/dports/devel/py-pex/pex-1.2.7/pex/
H A Dexecutor.py47 def open_process(cls, cmd, env=None, cwd=None, combined=False, **kwargs): member in Executor
87 process = cls.open_process(cmd=cmd, env=env, cwd=cwd, **kwargs)
/dports/devel/py-anyio/anyio-3.4.0/tests/
H A Dtest_subprocesses.py11 from anyio import open_process, run_process
63 async with await open_process([sys.executable, str(script_path)]) as process:
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/systhreads/
H A DthreadUnix.ml51 let open_process = Unix.open_process var
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/systhreads/
H A DthreadUnix.ml51 let open_process = Unix.open_process var
/dports/japanese/jed/jed-B0.99-8__J067/lib/
H A Dashell.sl126 AShell_Id = open_process (Shell_Default_Shell,
141 AShell_Id = open_process ();
/dports/lang/ocaml/ocaml-4.05.0/otherlibs/threads/
H A DthreadUnix.ml33 let open_process = Unix.open_process var
/dports/lang/ocaml-nox11/ocaml-4.05.0/otherlibs/threads/
H A DthreadUnix.ml33 let open_process = Unix.open_process var
/dports/devel/py-anyio/anyio-3.4.0/docs/
H A Dsubprocesses.rst47 with :func:`~open_process`::
49 from anyio import open_process, run
54 async with await open_process(['ps']) as process:
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc106 static const IPCCall open_process = { in ThreadProcessDispatcher() local
128 ipc_calls_.push_back(open_process); in ThreadProcessDispatcher()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc107 static const IPCCall open_process = { in ThreadProcessDispatcher() local
139 ipc_calls_.push_back(open_process); in ThreadProcessDispatcher()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc107 static const IPCCall open_process = { in ThreadProcessDispatcher() local
139 ipc_calls_.push_back(open_process); in ThreadProcessDispatcher()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc107 static const IPCCall open_process = { in ThreadProcessDispatcher() local
139 ipc_calls_.push_back(open_process); in ThreadProcessDispatcher()
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc106 static const IPCCall open_process = { in ThreadProcessDispatcher() local
138 ipc_calls_.push_back(open_process); in ThreadProcessDispatcher()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc107 static const IPCCall open_process = { in ThreadProcessDispatcher() local
139 ipc_calls_.push_back(open_process); in ThreadProcessDispatcher()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc107 static const IPCCall open_process = { in ThreadProcessDispatcher() local
139 ipc_calls_.push_back(open_process); in ThreadProcessDispatcher()
/dports/www/chromium-legacy/chromium-88.0.4324.182/sandbox/win/src/
H A Dprocess_thread_dispatcher.cc107 static const IPCCall open_process = { in ThreadProcessDispatcher() local
139 ipc_calls_.push_back(open_process); in ThreadProcessDispatcher()
/dports/devel/py-anyio/anyio-3.4.0/src/anyio/
H A Dto_process.py12 from ._core._subprocesses import open_process
123 process = await open_process(command, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
/dports/net/py-trio/trio-0.19.0/trio/
H A D__init__.py73 from ._subprocess import Process, open_process, run_process

123