1016万例文収録!

「呼び出し元」に関連した英語例文の一覧と使い方 - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 呼び出し元の意味・解説 > 呼び出し元に関連した英語例文

セーフサーチ:オン

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

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

セーフサーチについて

呼び出し元の部分一致の例文一覧と使い方

該当件数 : 318



例文

呼び出し元のオブジェクト。例文帳に追加

calling object  - PEAR

呼び出し元のスレッド ID (TID) を返す。例文帳に追加

returns the caller's thread ID (TID).  - JM

(Linux 2.6.8 以前)呼び出し元プロセスがmunlockall ()例文帳に追加

(Linux 2.6.8 and earlier)  - JM

を行うと、呼び出し元プロセスにSIGPIPE例文帳に追加

will cause a SIGPIPE  - JM

例文

呼び出し元はwrite (2)例文帳に追加

, a "partial write" may occur;the caller should check the return value from write (2)  - JM


例文

の場合:pidが呼び出し元のプロセスではなく、呼び出し元のプロセスの子プロセスでもない。例文帳に追加

pid is not the calling process and not a child of the calling process.  - JM

は接続が発生するまで呼び出し元を停止 (block) する。例文帳に追加

blocks the caller until a connection is present.  - JM

と同様に) 呼び出し元のプロセスがその子供の親になる。例文帳に追加

the child's parent is the calling process.  - JM

呼び出し元のプロセスや子プロセスのどちらか一方によってchroot (2),例文帳に追加

Any call to chroot (2),  - JM

例文

これ以降は、呼び出し元のプロセスと子プロセスの一方がchroot (2),例文帳に追加

Calls to chroot (2),  - JM

例文

呼び出し元のプロセスまたは子プロセスのどちらかがsigaction (2)例文帳に追加

If the calling process or child process calls sigaction (2)  - JM

さらに、子プロセスや呼び出し元のプロセスの一方がmmap (2)例文帳に追加

Moreover, any memory mapping or unmapping performed with mmap (2)  - JM

呼び出し元のプロセスの実グループ ID を返す。例文帳に追加

returns the real group ID of the calling process.  - JM

呼び出し元のプロセスの実効グループ ID を返す。例文帳に追加

returns the effective group ID of the calling process.  - JM

呼び出し元プロセスの補助グループ (supplementary group) ID をlistに返す。例文帳に追加

returns the supplementary group IDs of the calling process in list .  - JM

は、呼び出し元プロセスの補助グループ ID を設定する。例文帳に追加

sets the supplementary group IDs for the calling process.  - JM

呼び出し元プロセスが十分な特権を持っていない。例文帳に追加

The calling process has insufficient privilege.  - JM

呼び出し元プロセスには制御端末がない。例文帳に追加

The calling process has no controlling tty.  - JM

呼び出し元のプロセスのプロセス ID を返す。例文帳に追加

returns the process ID of the calling process.  - JM

getsid(0)は呼び出し元のプロセスのセッション ID を返す。例文帳に追加

getsid(0) returns the session ID of the calling process.  - JM

成功の場合、呼び出し元のプロセスのスレッドID を返す。例文帳に追加

On success, returns the thread ID of the calling process.  - JM

呼び出し元のプロセスの実ユーザー ID を返す。例文帳に追加

returns the real user ID of the calling process.  - JM

呼び出し元のプロセスの実効ユーザー ID を返す。例文帳に追加

returns the effective user ID of the calling process.  - JM

呼び出し元に必要な権限がない。例文帳に追加

The caller does not have the required privileges.  - JM

呼び出し元プロセスがシグナルを捕獲した。例文帳に追加

The calling process catches a signal.  - JM

呼び出し元はbufのサイズをbufsizeに指定しなければならない。例文帳に追加

The caller must specify the size of buf in bufsize .  - JM

呼び出し元は、不要になった時点で、このバッファをfree (3)例文帳に追加

this buffer when it is no longer required.  - JM

pidが 0 の場合、呼び出し元プロセスが使われる。例文帳に追加

If pid is zero, then the calling process is used.  - JM

pidが 0 の場合、呼び出し元のプロセスのマスクが返される。例文帳に追加

If pid is zero, then the mask of the calling process is returned.  - JM

呼び出し元のプロセスに適切な特権がなかった。例文帳に追加

The calling process does not have appropriate privileges.  - JM

呼び出し元にはこのセマフォを削除する許可がない。例文帳に追加

The caller does not have permission to unlink this semaphore.  - JM

呼び出し元にさらに送るデータがあることを示す。例文帳に追加

The caller has more data to send.  - JM

呼び出し元のプロセスの実効ユーザー ID を設定する。例文帳に追加

sets the effective user ID of the calling process.  - JM

呼び出し元のプロセスの実効 (effective) グループID を設定する。例文帳に追加

sets the effective group ID of the calling process.  - JM

は、呼び出し元プロセスのシグナルマスクを返す。例文帳に追加

returns the signal mask of the calling process.  - JM

は引き数を一つもとらず、呼び出し元プロセスの PGID を返す。例文帳に追加

which takes no arguments, returns the PGID of the calling process.  - JM

は、呼び出し元プロセスのシグナルマスクにsigを追加する。例文帳に追加

function adds sig to the calling process's signal mask.  - JM

は、呼び出し元プロセスのシグナルマスクからsigを削除する。例文帳に追加

function removes sig from the calling process's signal mask.  - JM

と組み合わせて使用される。 まず最初に、呼び出し元はsigprocmask (2)例文帳に追加

The caller first blocks the signals with sigprocmask (2).  - JM

クリティカル・コードが完了すると、呼び出し元はsigprocmask (2)例文帳に追加

with the signal mask that was returned by sigprocmask (2)  - JM

状態を検出し、呼び出し元にこれらの情報を返す。例文帳に追加

conditions and will return these to the caller.  - JM

呼び出し元のプロセスをその制御端末から切り離す。例文帳に追加

Detach the calling process from its controlling terminal.  - JM

関数の呼び出し元へTOSを返します。例文帳に追加

Returns with TOS to the caller of the function.  - Python

呼び出し元のフレームオブジェクトを返します。例文帳に追加

Return the frame object for the caller's stack frame.  - Python

このバッファは、呼び出し元プログラムで例文帳に追加

It is up to the caller to decode the contents of the buffer (see the optional built-in module - Python

と等しいが、呼び出し元のスレッドだけでなく、呼び出し元のプロセスのスレッドグループにある全てのスレッドを終了させる点が異なる。例文帳に追加

except that it terminates not only the calling thread, but all threads in the calling process's thread group.  - JM

は、呼び出し元プロセスがファイルpathnameにアクセスできるかどうかをチェックする。例文帳に追加

checks whether the calling process can access the file pathname .  - JM

の禁止 (block) を解除してから、呼び出し元のプロセスにSIGABRT シグナルを上げる。例文帳に追加

signal, and then raises that signal for the calling process.  - JM

bufが 0 でなく、かつ呼び出し元が十分な特権を持っていない。例文帳に追加

buf is non-zero and the caller does not have sufficient privilege.  - JM

例文

呼び出した関数が呼出に返るときに自動的に解放される。例文帳に追加

returns to its caller.  - JM

索引トップ用語の索引



  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
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.
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS