Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 25 of 232) sorted by relevance

12345678910

/openbsd-src/gnu/usr.bin/perl/cpan/Encode/t/
H A Dmagic.t43 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
44 is(tied($input)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not process set magic'));
54 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
55 is(tied($input)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not process set magic'));
64 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
65 is(tied($input)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not process set magic'));
75 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
76 is(tied($input)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes set magic only once' : 'does not process set magic'));
85 is(tied($input)->{fetch}, 1, "$func processes get magic only once");
86 is(tied($input)->{store}, $mod ? 1 : 0, "$func " . ($mod ? 'processes se
[all...]
/openbsd-src/gnu/llvm/llvm/tools/opt-viewer/
H A Doptpmap.py28 def pmap(func, iterable, processes, should_print_progress, filter_=None, *args, **kwargs): argument
44 if processes == 1:
49 processes=processes)
/openbsd-src/gnu/llvm/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleLoader.cpp207 if (bundle_description.processes) { in LoadBundle()
208 for (const JSONProcess &process : *bundle_description.processes) { in LoadBundle()
240 "processes?": [ in GetSchema()
309 - If "kernel" is provided, then the "processes" section must be empty or not in GetSchema()
322 if (!bundle_description.cpus || !bundle_description.processes) in AugmentThreadsFromContextSwitches()
333 for (JSONProcess &process : *bundle_description.processes) { in AugmentThreadsFromContextSwitches()
372 std::vector<ProcessSP> processes; in CreateTraceIntelPTInstance() local
374 processes.push_back(parsed_process.target_sp->GetProcessSP()); in CreateTraceIntelPTInstance()
384 bundle_description, processes, threads, trace_mode); in CreateTraceIntelPTInstance()
393 if (bundle_description.processes) { in NormalizeAllPaths()
[all …]
H A DTraceIntelPTJSONStructs.cpp137 {"processes", bundle_description.processes}, in toJSON()
149 if (!(o && o.map("processes", bundle_description.processes) && in fromJSON()
171 if (bundle_description.processes && in fromJSON()
172 !bundle_description.processes->empty()) { in fromJSON()
180 } else if (!bundle_description.processes) { in fromJSON()
H A DTraceIntelPTBundleSaver.cpp325 std::vector<JSONProcess> processes; in BuildProcessesSection() local
329 processes.push_back(std::move(*json_process)); in BuildProcessesSection()
333 return processes; in BuildProcessesSection()
339 std::vector<Process *> processes = trace_ipt.GetAllProcesses(); in BuildKernelSection() local
340 Process *kernel_process = processes[0]; in BuildKernelSection()
342 assert(processes.size() == 1 && "User processeses exist in kernel mode"); in BuildKernelSection()
/openbsd-src/regress/usr.sbin/bgpd/integrationtests/
H A Dexabgp.eval_all.in20 processes [ reader ];
38 processes [ reader ];
55 processes [ reader ];
78 processes [ reader ];
H A Dexabgp.med.in20 processes [ reader ];
39 processes [ reader ];
58 processes [ reader ];
H A Dexabgp.as0.test1.in24 processes [ reader ];
H A Dexabgp.attr.in20 processes [ reader ];
H A Dexabgp.as0.test2.in20 processes [ reader ];
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlfork.pod21 "processes" created this way live in the same real process as far as the
44 =head2 Behavior of other Perl features in forked pseudo-processes
46 Most Perl features behave in a natural way within pseudo-processes.
53 It can be used to identify pseudo-processes within a particular
55 pseudo-processes are launched after others have been wait()-ed on.
61 pseudo-process, and in any processes (or pseudo-processes) launched from
68 that pseudo-process, and in any processes (or pseudo-processes) launched from
85 terminated. The process which implements the pseudo-processes can be blocked
91 C<kill('TERM', ...)> can also be used on pseudo-processes, but the
118 wait()-ing for any outstanding child pseudo-processes. Note that this means
[all …]
/openbsd-src/gnu/usr.bin/perl/dist/Storable/t/
H A Dinteger.t45 my @processes = (["dclone", \&do_clone],
67 plan tests => @processes * @numbers * 5;
118 foreach (@processes) {
/openbsd-src/gnu/llvm/lldb/examples/python/scripted_process/
H A Dscripted_platform.py17 processes = None variable in ScriptedPlatform
28 processes = []
/openbsd-src/gnu/llvm/llvm/docs/
H A DSecurityTransparencyReports.rst13 the purpose of the group and the processes it follows. Many of the group's
14 processes were still not well-defined enough for the group to operate well.
15 Over the course of 2021, the key processes were defined well enough to enable
39 the security group now has implemented all necessary processes for the group to
40 operate as promised. The group's processes can be improved further, and we do
/openbsd-src/regress/sys/kern/sosplice/
H A DREADME4 Each test starts those three processes. All processes write log
/openbsd-src/regress/usr.sbin/httpd/tests/
H A DREADME2 Each test creates a special httpd.conf and starts those two processes.
3 All processes write log files that are checked for certain messages.
/openbsd-src/regress/usr.sbin/relayd/
H A DREADME4 those three processes. All processes write log files that are
/openbsd-src/sbin/init/
H A DNOTES48 processes.
109 5: clean up mode (re-read ttys file, killing off controlling processes
113 7: death: send SIGHUP to all controlling processes, reap for 30 seconds,
114 then go to 1 (warn if not all processes died, i.e. wait blocks)
/openbsd-src/usr.bin/top/
H A Dtop.c386 struct handle *processes; in main() local
559 processes = get_process_info(&system_info, &ps, in main()
619 skip_processes(processes, skip); in main()
625 s = format_next_process(processes, in main()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTrace.cpp521 std::vector<Process *> processes; in GetTracedProcesses() local
525 processes.push_back(proc); in GetTracedProcesses()
528 processes.push_back(m_live_process); in GetTracedProcesses()
529 return processes; in GetTracedProcesses()
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/MacOSX/
H A DGenealogySPI.h91 typedef void (^os_diagnostic_block_t)(os_activity_process_list_t processes,
H A DGenealogy.cpp112 pid, 0, flags, ^(os_activity_process_list_t processes, int error) { in GetActivities()
114 m_os_activity_iterate_processes(processes, ^bool( in GetActivities()
H A DGenealogy.h93 os_activity_process_list_t processes,
/openbsd-src/distrib/notes/i386/
H A Dcontents32 OpenBSD El Torito CD-ROMs. It processes boot.conf
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Functions/t/
H A DFunctions.t127 Functions for processes and process groups:

12345678910