1153万例文収録!

「child process」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > child processの意味・解説 > child processに関連した英語例文

セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

child processの部分一致の例文一覧と使い方

該当件数 : 123



例文

Fork a child process. 例文帳に追加

子プロセスを fork します。 - Python

The child process may also terminate explicitly by calling exit (2) 例文帳に追加

子プロセスは、exit (2) - JM

The process ID of the child process. 例文帳に追加

子プロセスのプロセス番号です。 - Python

When one thread creates a new child process using fork (2), 例文帳に追加

あるスレッドがfork (2) - JM

例文

Fork a child process, using a new pseudo-terminal as the child'scontrolling terminal. 例文帳に追加

子プロセスを fork します。 - Python


例文

on this child process. 例文帳に追加

を適用することができない。 - JM

returns the process ID of the child process. 例文帳に追加

の親プロセスは子プロセスのプロセス ID を返す。 - JM

A child process does not inherit these locks. 例文帳に追加

子プロセスはロックを継承しない。 - JM

performed by the calling process or the child process also affects the other process. 例文帳に追加

が呼び出されると、もう一方のプロセスにも影響が及ぶ。 - JM

例文

This class represents a child process. 例文帳に追加

このクラスは子プロセスを表現します。 - Python

例文

The program creates a child process. 例文帳に追加

このプログラムでは子プロセスを生成する。 - JM

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のヘルスチェックを実行する。 - 特許庁

Restarts the stopped child process. 例文帳に追加

停止した子プロセスの実行を再開させる。 - JM

meaning wait for any child process. 例文帳に追加

子プロセスのどれかが終了するまで待つ。 - JM

Wait for the child whose process ID matches id . 例文帳に追加

プロセスID がidと一致する子プロセスを待つ。 - JM

to kill the child process 例文帳に追加

子(チャイルド)プロセスをキル(強制終了)する - コンピューター用語辞典

meaning wait for any child process whose process group ID is equal to that of the calling process. 例文帳に追加

プロセスグループID が呼び出したプロセスのものと等しい子プロセスを待つ。 - JM

creates a child process of the calling process. 例文帳に追加

と全く同じように呼び出したプロセスの子プロセスを生成する。 - JM

meaning wait for the child whose process ID is equal to the value of pid . 例文帳に追加

プロセスID がpidに等しい子プロセスを待つ。 - JM

Wait for any child whose process group ID matches id . 例文帳に追加

プロセスグループID がidと一致する子プロセスを待つ。 - 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

Waits for and returns the status code of the child process. 例文帳に追加

子プロセスの状態コード出力を待機して返します。 - Python

A file object that provides output from the child process. 例文帳に追加

子プロセスからの出力を提供するファイルオブジェクトです。 - Python

A file object that provides input to 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

returns true if the child process was terminated by a signal. 例文帳に追加

子プロセスがシグナルにより終了した場合に真を返す。 - 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

例文

on success, returns the process ID of the child whose state has changed; if WNOHANG 例文帳に追加

成功すると、状態が変化した子プロセスのプロセスID を返す。 WNOHANG - 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会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS