| 意味 | 例文 |
child processの部分一致の例文一覧と使い方
該当件数 : 123件
performed by the calling process or the child process also affects the other process. 例文帳に追加
が呼び出されると、もう一方のプロセスにも影響が及ぶ。 - JM
This class represents a child process. 例文帳に追加
このクラスは子プロセスを表現します。 - Python
If the calling process or child process calls sigaction (2) 例文帳に追加
呼び出し元のプロセスまたは子プロセスのどちらかがsigaction (2) - JM
The child process PC executes a health check on the grandchild process PG generated by the child process PC.例文帳に追加
子プロセスPCは、子プロセスPCによって生成された孫プロセスPGのヘルスチェックを実行する。 - 特許庁
meaning wait for any child process whose process group ID is equal to that of the calling process. 例文帳に追加
プロセスグループID が呼び出したプロセスのものと等しい子プロセスを待つ。 - JM
meaning wait for the child whose process ID is equal to the value of pid . 例文帳に追加
プロセスID がpidに等しい子プロセスを待つ。 - JM
function application returns, the child process terminates. 例文帳に追加
関数が終了すると、子プロセスは終了する。 - JM
In the following requests, pid specifies the child process to be acted on. 例文帳に追加
残りは親プロセスだけが行なうものである。 - JM
is set, the child process is created with the same process ID as the calling process. 例文帳に追加
が設定された場合、子プロセスは呼び出し元のプロセスと同じプロセス IDで作成される。 - JM
When an event occurs, a child process or child thread is generated and a parent process is made to be always adaptive.例文帳に追加
イベントが生じた場合は、子プロセスもしくは子スレッドを生成し、親プロセスは常に対応可能とする。 - 特許庁
The education process begins even before the child is born例文帳に追加
教育は子どもが生まれる前から始まります - 映画・海外ドラマ英語字幕翻訳辞書
with a SIGKILL signal can be used instead to kill the child process after receiving one of these messages. 例文帳に追加
を行う方法を代わりに使用できる。 - JM
The initial contents of the segments of a child process are duplicates of the segments of a parent process. 例文帳に追加
子プロセスのセグメントの初期の内容は親プロセスのセグメントのコピーです。 - FreeBSD
A file object that provides output from the child process. 例文帳に追加
子プロセスからの出力を提供するファイルオブジェクトです。 - Python
The parent process PA executes a health check on the child process PC generated by the parent process PA.例文帳に追加
親プロセスPAは、親プロセスPAによって生成された子プロセスPCのヘルスチェックを実行する。 - 特許庁
The fork call returns twice: once in the parent process, 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
On success, the PID of the child process is returned in the parent, and 0 is returned in the child. 例文帳に追加
成功した場合、親プロセスには子プロセスの PID が返され、子プロセスには 0 が返される。 - JM
signal is generated when a child process terminates. 例文帳に追加
シグナルが生成されるかどうかは、POSIX.1 では規定されていない。 - JM
CHILD INFORMATION MANAGEMENT APPARATUS WITH GROWING PROCESS GRAPH DISPLAY例文帳に追加
成長過程グラフ表示機能付き生体情報管理装置 - 特許庁
by the child or calling process also affects the other process. 例文帳に追加
を使ってメモリをマップしたりアンマップした場合、もう一方のプロセスにも影響が及ぶ。 - JM
pid is not the calling process and not a child of the calling process. 例文帳に追加
の場合:pidが呼び出し元のプロセスではなく、呼び出し元のプロセスの子プロセスでもない。 - JM
Since the child and calling process may share memory, it is not possible for the child process to execute in the same stack as the calling process. 例文帳に追加
子プロセスと呼び出し元のプロセスはメモリを共有することがあるため、子プロセスは呼び出し元のプロセスと同じスタックで実行することができない。 - JM
The integer returned by fn is the exit code for the child process. 例文帳に追加
fnによって返された整数が子プロセスの終了コードとなる。 - JM
is set, the execution of the calling process is suspended until the child releases its virtual memory resources via a call to execve (2) 例文帳に追加
が設定された場合、( vfork (2) と同様に) 子プロセスがexecve (2) - JM
returns the number of the signal that caused the child process to terminate. 例文帳に追加
子プロセス終了の原因となったシグナルの番号を返す。 - JM
We were in the process of giving birth to our first child.例文帳に追加
私たちは初めての子供を分娩する過程にありました - 映画・海外ドラマ英語字幕翻訳辞書
is set, the calling process and the child process share the same file descriptor table. 例文帳に追加
が設定された場合、呼び出し元のプロセスと子プロセスはファイルディスクリプタのテーブルを共有する。 - JM
is set, the calling process and the child process run in the same memory space. 例文帳に追加
が設定された場合、呼び出し元のプロセスと子プロセスは同じメモリ空間で実行される。 - JM
meaning wait for any child process whose process group ID is equal to the absolute value of pid . 例文帳に追加
プロセスグループID がpidの絶対値に等しい子プロセスのいずれかが終了するまでを待つ。 - JM
Any file descriptor created by the calling process or by the child process is also valid in the other process. 例文帳に追加
呼び出し元プロセスとその子プロセスの一方が作成したファイルディスクリプタは、もう一方においても有効である。 - JM
to create a child process; the child inherits a duplicate set of file descriptors that refer to the same pipe. 例文帳に追加
で子プロセスを生成する。 子プロセスは同じパイプを参照するファイルディスクリプタ集合のコピーを継承する。 - JM
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
JESC: Japanese-English Subtitle Corpus映画・海外ドラマ英語字幕翻訳辞書のコンテンツは、特に明示されている場合を除いて、次のライセンスに従います: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| 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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|

Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)