Home
last modified time | relevance | path

Searched full:process (Results 1 – 25 of 7100) sorted by relevance

12345678910>>...284

/third_party/vk-gl-cts/framework/delibs/deutil/
DdeProcess.c21 * \brief Process abstraction.
66 printf("Process launch failed: %s\n", message); in die()
138 deProcess* process = (deProcess*)deCalloc(sizeof(deProcess)); in deProcess_create() local
139 if (!process) in deProcess_create()
142 process->state = PROCESSSTATE_NOT_STARTED; in deProcess_create()
144 return process; in deProcess_create()
147 static void deProcess_cleanupHandles (deProcess* process) in deProcess_cleanupHandles() argument
149 if (process->standardIn) in deProcess_cleanupHandles()
150 deFile_destroy(process->standardIn); in deProcess_cleanupHandles()
152 if (process->standardOut) in deProcess_cleanupHandles()
[all …]
/third_party/rust/crates/rustix/tests/process/
Did.rs1 use rustix::process;
5 assert_eq!(process::getuid(), process::getuid()); in test_getuid()
7 assert_eq!(process::getuid().as_raw(), libc::getuid()); in test_getuid()
8 assert_eq!(process::getuid().is_root(), libc::getuid() == 0); in test_getuid()
14 assert_eq!(process::getgid(), process::getgid()); in test_getgid()
16 assert_eq!(process::getgid().as_raw(), libc::getgid()); in test_getgid()
17 assert_eq!(process::getgid().is_root(), libc::getgid() == 0); in test_getgid()
23 assert_eq!(process::geteuid(), process::geteuid()); in test_geteuid()
25 assert_eq!(process::geteuid().as_raw(), libc::geteuid()); in test_geteuid()
26 assert_eq!(process::geteuid().is_root(), libc::geteuid() == 0); in test_geteuid()
[all …]
/third_party/ltp/testcases/kernel/controllers/freezer/
D00_description.txt2 This bash script tests freezer code by starting a long sleep process.
4 After we cancel the sleep process should eventually reach the thawed
5 state. We expect the process to still be alive as we cleanup the test.
8 This bash script tests freezer code by starting a long sleep process.
9 The sleep process is frozen. We then kill the sleep process.
10 Then we unfreeze the sleep process and see what happens. We expect the
11 sleep process to receive the kill signals and exit almost immediately
15 This bash script tests freezer code by starting a long sleep process.
16 The sleep process is frozen. We then move the sleep process to a THAWED
17 cgroup. We expect moving the sleep process to fail.
[all …]
/third_party/icu/icu4c/source/data/translit/
Droot.txt15 resource:process(transliterator){"Latin_ASCII.txt"}
21 resource:process(transliterator){"Any_Accents.txt"}
30 resource:process(transliterator){"Any_Accents.txt"}
36 resource:process(transliterator){"Any_Publishing.txt"}
42 resource:process(transliterator){"Arab_Latn.txt"}
60 resource:process(transliterator){"Latn_Armn.txt"}
72 resource:process(transliterator){"Beng_Arab.txt"}
78 resource:process(transliterator){"Beng_Deva.txt"}
84 resource:process(transliterator){"Beng_Gujr.txt"}
90 resource:process(transliterator){"Beng_Guru.txt"}
[all …]
/third_party/openhitls/testcode/framework/tls/process/src/
Dprocess.c32 #include "process.h"
38 #define START_PROCESS_CMD "./process %d ./%s_%d ./%s %d > ./%s_%d.log &"
49 Process *process; member
59 static Process *g_process = NULL;
62 // Initialization process linked list, which is used only in the Local Process process and is used …
63 // Process.
73 // Inserts a process to a linked list. Currently, only remote processes are stored.
74 int InsertProcessToList(Process *tmpProcess) in InsertProcessToList()
80 // Find the last process resource. The obtained frontProcessRes is the last process resource. in InsertProcessToList()
86 // Applying for Process Resources in InsertProcessToList()
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
Droot.txt15 resource:process(transliterator){"Latin_ASCII.txt"}
21 resource:process(transliterator){"Any_Accents.txt"}
30 resource:process(transliterator){"Any_Accents.txt"}
36 resource:process(transliterator){"Any_Publishing.txt"}
42 resource:process(transliterator){"Arab_Latn.txt"}
60 resource:process(transliterator){"Latn_Armn.txt"}
72 resource:process(transliterator){"Beng_Arab.txt"}
78 resource:process(transliterator){"Beng_Deva.txt"}
84 resource:process(transliterator){"Beng_Gujr.txt"}
90 resource:process(transliterator){"Beng_Guru.txt"}
[all …]
/third_party/skia/m133/third_party/externals/icu/source/data/translit/
Droot.txt15 resource:process(transliterator){"Latin_ASCII.txt"}
21 resource:process(transliterator){"Any_Accents.txt"}
33 resource:process(transliterator){"Any_Accents.txt"}
39 resource:process(transliterator){"Any_Publishing.txt"}
45 resource:process(transliterator){"Arab_Latn.txt"}
63 resource:process(transliterator){"Latn_Armn.txt"}
75 resource:process(transliterator){"Beng_Arab.txt"}
81 resource:process(transliterator){"Beng_Deva.txt"}
87 resource:process(transliterator){"Beng_Gujr.txt"}
93 resource:process(transliterator){"Beng_Guru.txt"}
[all …]
/third_party/grpc/src/python/grpcio_tests/tests/unit/
D_exit_test.py54 for process in processes:
56 process.kill()
64 def _process_wait_with_timeout(process, timeout=WAIT_CHECK_DEFAULT_TIMEOUT): argument
65 """A function to mimic 3.3+ only timeout argument in process.wait."""
67 while (process.poll() is None) and (datetime.datetime.now() < deadline):
69 if process.returncode is None:
70 raise RuntimeError("Process failed to exit within %s" % timeout)
73 def interrupt_and_wait(process): argument
75 processes.append(process)
77 os.kill(process.pid, signal.SIGINT)
[all …]
/third_party/iptables/
DOAT.xml34 …es. For example, "!.*/lib/.*" means files in lib dir will be exclude while process this policyitem.
73 <policy name="defaultPolicy" desc="use iptables by independent process">
74 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/>
75 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/>
76 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/>
77 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/>
78 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/>
79 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/>
80 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/>
81 … group="defaultGroup" filefilter="defaultPolicyFilter" desc="use iptables by independent process"/>
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
Dassertions.xml3 fork() creates a new process.
6 The new process is a copy of the original process
10 The new process' ID does not match any existing
11 process or group ID.
14 The parent process ID (ppid) of the child process
15 is the process ID (pid) of the parent process
19 The opened file descriptors are copied to the child process
23 The opened directory streams are copied to the child process.
27 The child process gets a copy of the parent message catalog descriptor.
31 are set to 0 in the child process.
[all …]
/third_party/typescript/scripts/build/
Doptions.mjs4 const ci = ["1", "true"].includes(process.env.CI ?? "");
6 const parsed = minimist(process.argv.slice(2), {
24 colors: process.env.colors || process.env.color || true,
25 debug: process.env.debug || process.env["debug-brk"] || process.env.d,
26 inspect: process.env.inspect || process.env["inspect-brk"] || process.env.i,
27 host: process.env.TYPESCRIPT_HOST || process.env.host || "node",
28 … browser: process.env.browser || process.env.b || (os.platform() === "win32" ? "edge" : "chrome"),
29 timeout: process.env.timeout || 40000,
30 tests: process.env.test || process.env.tests || process.env.t,
31 runners: process.env.runners || process.env.runner || process.env.ru,
[all …]
/third_party/elfutils/libdwfl/
Ddwfl_frame.c50 Ebl *ebl = state->thread->process->ebl; in state_fetch_pc()
89 Ebl *ebl = thread->process->ebl; in state_alloc()
109 __libdwfl_process_free (Dwfl_Process *process) in __libdwfl_process_free() argument
111 Dwfl *dwfl = process->dwfl; in __libdwfl_process_free()
112 if (process->callbacks->detach != NULL) in __libdwfl_process_free()
113 process->callbacks->detach (dwfl, process->callbacks_arg); in __libdwfl_process_free()
114 assert (dwfl->process == process); in __libdwfl_process_free()
115 dwfl->process = NULL; in __libdwfl_process_free()
116 if (process->ebl_close) in __libdwfl_process_free()
117 ebl_closebackend (process->ebl); in __libdwfl_process_free()
[all …]
/third_party/openhitls/testcode/framework/tls/rpc/src/
Dhlt_func.c25 #include "process.h"
50 Process *process; in HLT_TlsNewCtx() local
51 process = GetProcess(); in HLT_TlsNewCtx()
52 switch (process->tlsType) { in HLT_TlsNewCtx()
59 if ((process->remoteFlag == 0) && (ctx != NULL)) { in HLT_TlsNewCtx()
76 Process *process; in HLT_TlsProviderNewCtx() local
77 process = GetProcess(); in HLT_TlsProviderNewCtx()
78 switch (process->tlsType) { in HLT_TlsProviderNewCtx()
86 if ((process->remoteFlag == 0) && (ctx != NULL)) { in HLT_TlsProviderNewCtx()
101 Process *process; in HLT_TlsNewSsl() local
[all …]
/third_party/rust/crates/rustix/src/process/
Dwait.rs1 use crate::process::Pid;
9 const NOHANG = backend::process::wait::WNOHANG as _;
11 const UNTRACED = backend::process::wait::WUNTRACED as _;
13 const CONTINUED = backend::process::wait::WCONTINUED as _;
34 /// Returns whether the process is currently stopped.
37 backend::process::wait::WIFSTOPPED(self.0 as _) in stopped()
40 /// Returns whether the process has continued from a job control stop.
43 backend::process::wait::WIFCONTINUED(self.0 as _) in continued()
46 /// Returns the number of the signal that stopped the process,
47 /// if the process was stopped by a signal.
[all …]
Dprocctl.rs11 use crate::backend::process::syscalls;
12 use crate::backend::process::types::{RawId, Signal};
14 use crate::process::{Pid, RawPid};
23 /// Process id.
25 /// Process group id.
29 /// A process selector for use with the `procctl` interface.
31 /// `None` represents the current process. `Some((IdType::Pid, pid))` represents the process
33 /// the process group with id `pgid`.
45 process: ProcSelector, in procctl()
48 let (idtype, id) = proc_selector_to_raw(process); in procctl()
[all …]
/third_party/mindspore/mindspore-src/source/docs/api/api_python_en/
Dmindspore.multiprocessing.md9process waits for the internal thread task to finish executing before the fork, and actively holds…
10 - After fork occurs, the parent process releases the actively held GIL lock.
11 - After fork occurs, the child process releases the actively held GIL lock, then restores and clean…
13 The above process is not triggered when creating a multiprocess without using fork. At this point, …
32 p = multiprocessing.Process(target=child_process)
43 A sample of creating a process pool using mindspore.multiprocessing is shown below:
65 … is not mindspore.multiprocessing, there may be a problem that the child process is stuck due to t…
71 # Child process may be stuck when using 'import multiprocessing' .
81 print("parent process:ops.log(Tensor(2.0))=", ops.log(Tensor(2.0)))
83 p = multiprocessing.Process(target=child_process, args=(q,))
[all …]
/third_party/rust/rust/library/std/src/os/unix/
Dprocess.rs1 //! Unix-specific extensions to primitives in the [`std::process`] module.
3 //! [`std::process`]: crate::process
10 use crate::process;
33 /// Unix-specific extensions to the [`process::Command`] builder.
39 /// Sets the child process's user ID. This translates to a
40 /// `setuid` call in the child process. Failure in the `setuid`
43 fn uid(&mut self, id: UserId) -> &mut process::Command; in uid()
45 /// Similar to `uid`, but sets the group ID of the child process. This has
48 fn gid(&mut self, id: GroupId) -> &mut process::Command; in gid()
50 /// Sets the supplementary group IDs for the calling process. Translates to
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
Dassertions.xml13 If a process specified by pid exists, and if the calling process has
14 permission, the scheduling parameters shall be set for the process whose
15 process ID is equal to pid
19 process
22 The conditions under which one process has permission to change the
23 scheduling parameters of another process are implementation-defined
26 Implementations may require the requesting process to have the appropriate
27 privilege to set its own scheduling parameters or those of another process
30 The target process, whether it is running or not running, shall be moved to
34 If the priority of the process specified by the pid argument is set higher
[all …]
/third_party/python/Doc/library/
Dasyncio-subprocess.rst70 wrappers for :attr:`Process.stdout` and :attr:`Process.stderr`
73 Return a :class:`~asyncio.subprocess.Process` instance.
88 wrappers for :attr:`Process.stdout` and :attr:`Process.stderr`
91 Return a :class:`~asyncio.subprocess.Process` instance.
132 :attr:`Process.stdin <asyncio.subprocess.Process.stdin>` attribute
136 :attr:`Process.stdout <asyncio.subprocess.Process.stdout>` and
137 :attr:`Process.stderr <asyncio.subprocess.Process.stderr>`
150 to process creation functions. It indicates that the special file
158 functions return instances of the *Process* class. *Process* is a high-level
162 .. class:: asyncio.subprocess.Process
[all …]
/third_party/python/Lib/multiprocessing/
Dprocess.py2 # Module providing the `Process` class which emulates `threading.Thread`
4 # multiprocessing/process.py
39 Return process object representing the current process
45 Return list of process objects corresponding to live child processes
53 Return process object representing the parent process
68 # The `Process` class
73 Process objects represent activity that is run in a separate process
101 raise ValueError("process object is closed")
105 Method to be run in sub-process; can be overridden in sub-class
112 Start child process
[all …]
/third_party/rust/rust/library/std/src/os/windows/
Dprocess.rs1 //! Windows-specific extensions to primitives in the [`std::process`] module.
3 //! [`std::process`]: crate::process
11 use crate::process;
17 impl FromRawHandle for process::Stdio {
18 unsafe fn from_raw_handle(handle: RawHandle) -> process::Stdio { in from_raw_handle()
20 let io = sys::process::Stdio::Handle(handle); in from_raw_handle()
21 process::Stdio::from_inner(io) in from_raw_handle()
26 impl From<OwnedHandle> for process::Stdio {
27 fn from(handle: OwnedHandle) -> process::Stdio { in from()
29 let io = sys::process::Stdio::Handle(handle); in from()
[all …]
/third_party/skia/m133/third_party/externals/icu/flutter/
Dbrkitr.patch8 line:process(dependency){"line_normal.brk"}
9 - line_loose:process(dependency){"line_loose_cj.brk"}
10 - line_loose_phrase:process(dependency){"line_loose_phrase_cj.brk"}
11 - line_normal:process(dependency){"line_normal_cj.brk"}
12 - line_normal_phrase:process(dependency){"line_normal_phrase_cj.brk"}
13 - line_phrase:process(dependency){"line_phrase_cj.brk"}
14 - line_strict:process(dependency){"line.brk"}
15 - line_strict_phrase:process(dependency){"line_phrase_cj.brk"}
16 word:process(dependency){"word_ja.brk"}
25 grapheme:process(dependency){"char.brk"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/brkitr/
Droot.txt6 grapheme:process(dependency){"char.brk"}
7 line:process(dependency){"line_normal.brk"}
8 line_loose:process(dependency){"line_loose.brk"}
9 line_normal:process(dependency){"line_normal.brk"}
10 line_strict:process(dependency){"line.brk"}
11 sentence:process(dependency){"sent.brk"}
12 title:process(dependency){"title.brk"}
13 word:process(dependency){"word.brk"}
16 Hani:process(dependency){"cjdict.dict"}
17 Hira:process(dependency){"cjdict.dict"}
[all …]
/third_party/skia/m133/third_party/externals/icu/source/data/brkitr/
Droot.txt6 grapheme:process(dependency){"char.brk"}
7 line:process(dependency){"line_normal.brk"}
8 line_loose:process(dependency){"line_loose.brk"}
9 line_normal:process(dependency){"line_normal.brk"}
10 line_strict:process(dependency){"line.brk"}
11 sentence:process(dependency){"sent.brk"}
12 title:process(dependency){"title.brk"}
13 word:process(dependency){"word.brk"}
16 Hani:process(dependency){"cjdict.dict"}
17 Hira:process(dependency){"cjdict.dict"}
[all …]
/third_party/icu/icu4c/source/data/brkitr/
Droot.txt7 grapheme:process(dependency){"char.brk"}
8 line:process(dependency){"line.brk"}
9 line_loose:process(dependency){"line_loose.brk"}
10 line_normal:process(dependency){"line_normal.brk"}
11 line_strict:process(dependency){"line.brk"}
12 sentence:process(dependency){"sent.brk"}
13 title:process(dependency){"title.brk"}
14 word:process(dependency){"word.brk"}
17 Hani:process(dependency){"cjdict.dict"}
18 Hira:process(dependency){"cjdict.dict"}
[all …]

12345678910>>...284