A process inherits its process group from its parentprocess.
プロセスは親プロセスからプロセスグループを引き継ぎます。 - FreeBSD
Most processes also have a parentprocess.
多くのプロセスには親プロセスもあります。 - FreeBSD
The parentprocess PA executes a health check on the child process PC generated by the parentprocess PA. 親プロセスPAは、親プロセスPAによって生成された子プロセスPCのヘルスチェックを実行する。 - 特許庁
The parentprocess is the process that started them.
親プロセスとは、そのプロセスをスタートさせたプロセスのことです。 - FreeBSD
returns the process ID of the parent of the calling process.
は呼び出し元のプロセスの親プロセスのプロセス ID を返す。 - JM
Process IDs, parentprocess IDs, process group IDs, and session IDs are specified in POSIX.1-2001.
プロセス ID、親プロセス ID、プロセスグループ ID、セッション ID はPOSIX.1-2001 で規定されている。 - JM
then the parentprocess must specify the __WALL or __WCLONE
以外が指定された場合、親プロセスは、wait (2) - JM
The child's parentprocess ID is the same as the parent's process ID.
子プロセスの親プロセス ID は、親プロセスのプロセス ID と同じである。 - JM
A process's parentprocess ID identifies the process that created this process using fork (2).
プロセスの親プロセスの ID は、fork (2) を使ってそのプロセスを生成したプロセスを示す。 - JM
(A process inherits its root directory from its parent.
(プロセスはルートディレクトリを親プロセスから継承する。 - JM
Set the parentprocess death signal of the calling process to arg2 (either a signal value in the range 1.. maxsig, or 0 to clear).
親プロセス死亡シグナル (parent process death signal) を arg2 に設定する(設定できるシグナル値の範囲は 1..maxsig であり、0 は通知の解除である)。 - JM
generally does not make the parent of the new thread the same as the parent of the calling process.
フラグを指定しても新しいスレッドの親を呼び出し元プロセスの親と同じにはしない。 - JM
COIL COMPONENT, SUBSTRATE PARENT MATERIAL, AND PROCESS FOR MANUFACTURING COIL COMPONENT コイル部品、基板母材、及びコイル部品の製造方法 - 特許庁
the child's parent is the calling process.
と同様に) 呼び出し元のプロセスがその子供の親になる。 - JM
The initial contents of the segments of a child process are duplicates of the segments of a parentprocess.
子プロセスのセグメントの初期の内容は親プロセスのセグメントのコピーです。 - FreeBSD
Each process you run in this way will have your shell as its parentprocess.
このようにして起動するプロセスはそれぞれシェルが親プロセスになります。 - FreeBSD
(Note that on this manual page, "calling process" normally corresponds to "parent process".
(このマニュアルにおける「呼び出し元のプロセス」は、通常は「親プロセス」と一致する。 - JM
Indicates that this process is to be traced by its parent.
このプロセスが親プロセスによってトレースされることを表す。 - JM
the exit status must be transmitted to the parentprocess.
の後、親プロセスに終了ステータスが渡されなければならない。 - JM
Mainly the same as detach, but also sends a HANGUP signal to the parentprocess of screen .
基本的には detach と同じだが、screenの親プロセスにも HANGUP シグナルを送る。 - JM
The parentprocess was suspended while the child was using its resources.
親プロセスは子プロセスがその資源を使用している間は停止された。 - JM
The descriptor table of a process is inherited from that process's parent, and thus access to the objects to which the descriptors refer also is inherited.
そのため、記述子の参照先も同じく継承されます。 - FreeBSD
the process by which a single parent cell divides to make two new daughter cells.
1個の親細胞が分裂して新たに2個の娘細胞が生じる過程。 - PDQ®がん用語辞書 英語版
When an event occurs, a child process or child thread is generated and a parentprocess is made to be always adaptive. イベントが生じた場合は、子プロセスもしくは子スレッドを生成し、親プロセスは常に対応可能とする。 - 特許庁
the new directory will inherit the group ownership from its parent; otherwise it will be owned by the effective group ID of the process.
それ以外の場合は、グループ所有権はプロセスの実効グループ ID となる。 - JM
TONER, PARENT PARTICLE FOR TONER, DEVELOPER, DEVELOPING DEVICE, PROCESS CARTRIDGE, AND IMAGE FORMING APPARATUS トナー、トナー用母体粒子、現像剤、現像装置、プロセスカートリッジ、画像形成装置 - 特許庁
The set of supplementary group IDs is inherited from the parentprocess, and preserved across an execve (2).
補助グループ ID の集合は親プロセスから継承され、execve (2) の前後で保持される。 - JM
Well, it's complicated, I mean, there's this whole process, and i'm not even a foster parent. そうね 複雑なの 手続きがいっぱいあって それに 私は良い母親ではないし・・・ - 映画・海外ドラマ英語字幕翻訳辞書
A parentprocess can arrange to be notified by a signal when a child process exits or terminates abnormally.
親プロセスは、子プロセスが終了または異常終了したときのシグナルによる通知のされ方を調整できます。 - FreeBSD
The fork call returns twice: once in the parentprocess, where the return value is the process identifier of the child, and once in the child process, where the return value is 0.
forkは呼び出されると二度戻ります。 一方は親プロセスに子プロセスのプロセス ID を返し、 もう一方は子プロセスに 0を返します。 - FreeBSD
After all of the threads in a thread group terminate the parentprocess of the thread group is sent a SIGCHLD
スレッド・グループに属す全てのスレッドが終了した後、そのスレッド・グループの親プロセスにSIGCHLD - JM
function causes normal process termination and the value of status & 0377 is returned to the parent (see wait (2)).
関数は、プロセスを正常に終了させ、status & 0377 という値を親プロセスへ返す( wait (2) を参照)。 - JM
On success, the PID of the child process is returned in the parent, and 0 is returned in the child.
成功した場合、親プロセスには子プロセスの PID が返され、子プロセスには 0 が返される。 - JM
delivered to this process will cause it to stop and its parent to be notified via wait (2).
以外の) シグナルが配送されると、プロセスは停止し、親プロセスにwait (2) を通じて通知される。 - JM
This is the signal that the calling process will get when its parent dies.
呼び出し元プロセスの親プロセスが死んだ際に、ここで設定した値がシグナルとして通知される。 - JM
In this case, the server sends a SIGUSR1 to its parentprocess after it has setup the various connection schemes. この場合、様々な接続スキームを設定した後にサーバはその親プロセスに SIGUSR1 を送る。 - XFree86
numerical ID of parent of processprocess priority (non-positive when in non-interruptible wait)
親プロセスの数字表記によるID、プロセスの優先度(割り込み不可のウエイトであるときには非正値)元のテキストは以下の通りです。 - JM
The value status is returned to the parentprocess as the process's exit status, and can be collected using one of the wait (2) family of calls.
statusの値は、このプロセスの終了状態としてその親プロセスに対して返され、wait (2) - JM
in the child will return the wrong value (to be precise: it will return the PID of the parent process).
を呼び出すと間違った値が返ることだろう(正確にいうと、親プロセスの PID が返される)。 - JM
system call, that did not fully copy the address space of the parentprocess, but borrowed the parent's memory and thread of control until a call to execve (2)
システムコールを導入して親プロセスのアドレス空間を完全にコピーするかわりに、execve (2) - JM
The new process is termed a child process of the original parentprocess The context duplicated in process creation includes both the user-level execution state of the process and the process's system state managed by the kernel.
新しく生成されたプロセスを 元の親プロセスの 子プロセスと呼びます。 プロセス生成時に複製されたコンテキストは、ユーザレベルのプロセスの実行状態とカーネルが管理しているプロセスのシステム状態の両方を含んでいます。 - FreeBSD
The main ways that a process can obtain a descriptor are by opening or creation of an object, and by inheritance from the parentprocess.
記述子を得るためには、オブジェクトを開いたり、 作成したりする以外に、このような親プロセスからの継承による方法があります。 - FreeBSD
xieperf then forks, and the child process streams the LUT data to the flo using PutClientData, while the parent blocks in XieAwait. 次にxieperfは fork を行い、子プロセスは LUT データを PutClientData を用いている flo に送る。 この間、親プロセスは XieAwait をブロックする。 - XFree86
To provide a process for the heat treatment of a parent material for optical fibers that can remove ununiformity due to scratches, unevenness and contaminants on the surface of the parent material as well as the residual strain inside the parent material and the cloudiness caused by glass fine particles sticking to the surface on the parent material. 光ファイバ母材表面の傷、凹凸、不純異物による不均一性の除去、光ファイバ母材内部の残留歪みの除去、および母材表面に付着したガラス微粒子による曇りの除去ができる、光ファイバ母材の熱処理方法を提供する。 - 特許庁
If the parent has not indicated that it is not interested in the exit status, but is not waiting, the exiting process turns into a "zombie" process (which is nothing but a container for the single byte representing the exit status) so that the parent can learn the exit status when it later calls one of the wait (2)
「終了ステータスを関知せず終了も待たない」ということを親プロセスが指示していない場合、exit プロセスは (終了ステータスを表す 1 バイトのみを保持する)「ゾンビ」プロセスになる。 これにより、後からwait (2) - JM
A process may terminate by executing an exit system call, sending 8 bits of exit status to its parent.
プロセスは exitシステムコールを実行することで、 親プロセスに 8 ビットの exitステータスを送信して終了することができます。 - FreeBSD
A process probably shouldn't make this request if its parent isn't expecting to trace it.
親プロセスが自プロセスをトレースするつもりがない場合には、おそらくこのプロセスは本要求を行うべきではないだろう。 - JM
It is used to create new processes without copying the page tables of the parentprocess.
の特殊な場合である。 親プロセスのページテーブルのコピーを行わずに新しいプロセスを作成するために使用する。 - JM
system call provides a means by which a parentprocess may observe and control the execution of another process, and examine and change its core image and registers.
システムコールは、親プロセスが、別のプロセスの実行の監視/制御を行ったり、コアイメージ (core image) やレジスタの調査/変更を行ったりする手段を提供する。 ptrace () - JM
Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved.