Searched refs:processes (Results 1 – 25 of 73) sorted by relevance
123
/glibc-2.36/stdlib/ |
D | tst-arc4random-fork.c | 44 enum { processes = subprocesses + 1 }; enumerator 60 struct result results[runs][processes]; 147 struct index indexes[runs * processes]; in do_test_func() 149 for (int process_index = 0; process_index < processes; ++process_index) in do_test_func() 150 indexes[run * processes + process_index] in do_test_func() 182 xpthread_barrier_init (&shared_data->barrier, &attr, processes); in do_test()
|
/glibc-2.36/manual/ |
D | job.texi | 32 * Access to the Terminal:: How processes share the controlling terminal. 43 commands from the user's terminal and create processes to execute the 49 several processes. If you use the @samp{|} operator in a shell command, 50 you explicitly request several programs in their own processes. But 51 even if you run just one program, it can use multiple processes 53 -c foo.c} typically uses four processes (though normally only two at any 55 in separate processes. 57 The processes belonging to a single command are called a @dfn{process 60 terminate all the processes in the foreground process group. 63 A @dfn{session} is a larger group of processes. Normally all the [all …]
|
D | resource.texi | 25 @deftypefun int getrusage (int @var{processes}, struct rusage *@var{rusage}) 29 This function reports resource usage totals for processes specified by 30 @var{processes}, storing the information in @code{*@var{rusage}}. 32 In most systems, @var{processes} has only two valid values: 41 All child processes (direct and indirect) that have already terminated. 49 The argument @var{processes} is not valid. 67 Time spent in operating system code on behalf of @var{processes}. 71 number of kilobytes of physical memory that @var{processes} used 77 processes. 94 The number of times @var{processes} was swapped entirely out of main memory. [all …]
|
D | process.texi | 2 @c %MENU% How to create processes and run other programs 9 processes executing the same program, but each process has its own copy 16 process} which explicitly arranged to create it. The processes created 17 by a given parent are called its @dfn{child processes}. A child 21 child processes. Actually, there are three distinct operations 130 This section gives an overview of processes and of the steps involved in 138 A new processes is created when one of the functions 140 (The @code{system} and @code{popen} also create new processes internally.) 147 After forking a child process, both the parent and child processes 162 Having several processes run the same program is only occasionally [all …]
|
D | pipe.texi | 19 from a pipe or FIFO file that doesn't have any processes writing to it 48 processes (@pxref{Creating a Process}). The pipe is then used for 49 communication either between the parent or child processes, or between 50 two sibling processes. 314 example, output data from other processes sharing the descriptor may be
|
D | README.tunables | 66 child processes. 68 child processes.
|
D | signal.texi | 23 parent process to abort a child, or two related processes to communicate 118 An external event generally has to do with I/O or other processes. 527 termination effectively disconnects all processes in the session from 621 processes terminates or stops. 624 handler for this signal while there are child processes that have 627 applies to those processes or not depends on the particular operating 679 read from the terminal, all of the processes in the job are sent a 716 orphaned processes lying around the system. 811 to all the processes in the foreground process group of the controlling 1494 @r{- kill child processes} [all …]
|
D | ipc.texi | 16 System V. Semaphores can be used by multiple processes to coordinate shared
|
D | conf.texi | 65 @cindex limits, number of processes 68 If defined, the unvarying maximum number of processes that can exist 157 control. Otherwise, the implementation behaves as if all processes 1017 for the maximum number of simultaneous processes per real user ID. Its 1122 written atomically to a pipe. If multiple processes are writing to the 1123 same pipe simultaneously, output from different processes might be 1176 that the only changes permitted to nonprivileged processes is to change
|
D | terminal.texi | 149 it contains characters that have been written by processes, but not yet 354 terminal, normally all processes in the process group are sent a 688 If this bit is set, a modem disconnect is generated when all processes 916 @code{SIGTTOU} signals are generated by background processes that 1172 to or for certain classes of processes. 1326 processes in the foreground job associated with the terminal. The INTR 1340 The QUIT character raises a @code{SIGQUIT} signal for all processes in 1358 signal to be sent to all processes in the foreground job associated with 1675 controlling terminal, normally all processes in the process group are 2226 processes and both see @code{forkpty} return, but with different values:
|
D | errno.texi | 124 or processes with special privileges can perform the operation. 195 @errno{ECHILD, 10, No child processes} 197 supposed to manipulate child processes, when there aren't any processes 409 again, to allow time for other processes to release scarce resources. 650 @errno{EPROCLIM, 67, Too many processes}
|
D | dynlink.texi | 71 This interface is prone to buffer overflows in multi-threaded processes
|
D | users.texi | 97 in more than one group). In normal circumstances, all your other processes 170 only privileged processes can do that. Instead, the normal way for a 297 @c nptl to propagate the syscall to all cloned processes used to 375 effective and real user IDs of the process. (Privileged processes are 450 processes are not limited to this usage.) If file IDs are supported, 470 The system also lets privileged processes change their supplementary 481 be called from privileged processes. The @var{count} argument specifies 984 the exit status of processes marked as @code{DEAD_PROCESS} in the user
|
D | llio.texi | 1058 streams persist in other processes, their file positions become 1590 file. Changes made will be shared immediately with other processes 1594 @code{msync}, described below, if it is important that other processes 1934 memory via mmap. Unrelated processes can use same @var{name} to create or 2037 example is a program that acts as a server to several other processes 3483 in the context of a pipeline of processes in @ref{Launching Jobs}. 3901 of other processes writing to the file. Conversely, if you simply set 4060 other processes can request read locks. 4064 locking protocol for a file shared by multiple processes, your application 4068 Locks are associated with processes. A process can only have one kind [all …]
|
D | startup.texi | 12 processes executing the same program, but each process has its own copy 867 reasons for the failure, and most parent processes would not want much 1057 Any child processes of the process being terminated are assigned a new
|
D | time.texi | 245 time waiting for I/O or for other processes to use the CPU. However, 364 values of all terminated child processes of the calling process, whose 368 of all the terminated child processes of the calling process, excluding 369 child processes which have not yet been reported by @code{wait} or 375 time the system has used on behalf of all the terminated child processes 460 Clocks can be system-wide, measuring time the same for all processes; 612 processes wake up (@pxref{Sleeping}), which avoids some of the 2228 The @code{strptime} function processes the input string from right to
|
D | intro.texi | 1401 processes (such as between a parent and child), while FIFOs allow 1402 communication between processes sharing a common file system on the same 1407 mechanism that allows processes running on different machines to 1447 @ref{Processes}, contains information about how to start new processes
|
/glibc-2.36/mach/ |
D | err_kern.sub | 103 "(os/unix) no child processes are present", 104 "(os/unix) no more processes are available", 160 "(os/unix) quota on number of processes exceeded",
|
/glibc-2.36/elf/ |
D | dl-tunables.list | 28 # child processes.
|
/glibc-2.36/po/ |
D | hu.po | 980 #. TRANS or processes with special privileges can perform the operation. 1037 #. TRANS supposed to manipulate child processes, when there aren't any processes 1040 msgid "No child processes" 1210 #. TRANS again, to allow time for other processes to release scarce resources. 1720 msgid "Too many processes"
|
D | el.po | 2159 #. TRANS or processes with special privileges can perform the operation. 2216 #. TRANS supposed to manipulate child processes, when there aren't any processes 2219 msgid "No child processes" 2389 #. TRANS again, to allow time for other processes to release scarce resources. 2875 msgid "Too many processes"
|
D | sl.po | 1126 " -f, --follow Trace child processes\n" 2207 #. TRANS or processes with special privileges can perform the operation. 2264 #. TRANS supposed to manipulate child processes, when there aren't any processes 2267 msgid "No child processes" 2437 #. TRANS again, to allow time for other processes to release scarce resources.
|
D | nb.po | 2255 #. TRANS or processes with special privileges can perform the operation. 2303 #. TRANS supposed to manipulate child processes, when there aren't any processes 2306 msgid "No child processes" 2476 #. TRANS again, to allow time for other processes to release scarce resources. 2949 msgid "Too many processes"
|
D | en_GB.po | 2472 #. TRANS There are no child processes. This error happens on operations that are 2473 #. TRANS supposed to manipulate child processes, when there aren't any processes 2477 msgid "No child processes" 2750 #. TRANS or processes with special privileges can perform the operation. 3167 #. TRANS again, to allow time for other processes to release scarce resources. 3445 msgid "Too many processes"
|
/glibc-2.36/ |
D | Rules | 63 # See below. This must be set before Makerules processes it.
|
123