1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > "wrapper function"に関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

"wrapper function"を含む例文一覧と使い方

該当件数 : 19



例文

wrapper function invokes this system call rather than the mmap (2) 例文帳に追加

のラッパー関数は、mmap (2) - JM

"--wrap " "symbol" Use a wrapper function for symbol. 例文帳に追加

"\\-\\-wrap " "symbol"symbolに対してラッパ機能を用いる。 - JM

wrapper function does not invoke the kernel system call. 例文帳に追加

ラッパー関数はカーネルのシステムコールを起動しない。 - JM

The function always returns NULL, so a wrapper function around a system call can write"return PyErr_SetFromErrno(type);" when the system call returns an error.例文帳に追加

関数は常にNULLを返します。 - Python

例文

wrapper function invokes mmap2 (2) with a suitably adjusted value for offset . 例文帳に追加

のラッパー関数はoffsetを適切に調整してからmmap2 (2) - JM


例文

Glibc does not provide a wrapper function for this system call. 例文帳に追加

glibc はこのシステムコール用のラッパー関数を提供していない。 - JM

wrapper function updates the times for the file referred to by dirfd . 例文帳に追加

ラッパー関数はdirfdで参照されるファイルの時刻を更新する。 - JM

Versions of the GNU C library that include the NPTL threading library contain a wrapper function for getpid (2) 例文帳に追加

NPTL スレッド・ライブラリを含んでいる GNU C ライブラリのいくつかのバージョンには、getpid (2) - JM

Sometimes, however, the wrapper function does some extra work before invoking the system call. 例文帳に追加

しかしながら、時には、ラッパー関数がシステムコールを起動する前に何らかの追加の処理を行う場合がある。 - JM

例文

the wrapper function allocates a temporary buffer large enough for all of the items specified by iov , passes that buffer in a call to read (2), 例文帳に追加

の場合、ラッパー関数はiovで指定された全ての要素を格納できる大きさの一時バッファを割り当て、read (2) - JM

例文

wrapper function checks which of those system calls are provided by the kernel and determines which should be employed. 例文帳に追加

は、カーネルがこれらのシステムコールのうちどちらを提供しているかをチェックし、どちらを採用するかを決定する。 - JM

However, the glibc wrapper function hides this behavior by using a local variable for the timeout argument that is passed to the system call. 例文帳に追加

しかし、glibc のラッパー関数は、システムコールに渡す timeout 引き数としてローカル変数を使うことでこの動作を隠蔽している。 - JM

Often, but not always, the name of the wrapper function is the same as the name of the system call that it invokes. 例文帳に追加

いつもという訳ではないが、普通は、ラッパー関数の名前はその関数が起動するシステムコールの名前と同じである。 - JM

wrapper function hides these details from applications, invoking the most recent version of the system call provided by the kernel. 例文帳に追加

ラッパー関数は、これらの詳細をアプリケーションから隠蔽し、カーネルが提供しているシステムコールのうち最新のバージョンを起動する。 - JM

The prove functions are called through a wrapper function structured to comply with restrictive calling conventions of the platform for which the computer program is developed.例文帳に追加

プローブ関数は、コンピュータプログラムが開発されるプラットフォームの制限的な呼び出し規約に従うように、ラッパー関数を介して呼び出される。 - 特許庁

In most cases, it is unnecessary to invoke a system call directly, but there are times when the Standard C library does not implement a nice wrapper function for you. 例文帳に追加

ほとんどの場合、直接システムコールを呼び出す必要はないが、場合によっては標準 C ライブラリに適切な関数が実装されていないこともある。 - JM

When a master process requests to generate a slave process, a process generation wrapper function 11 generates a slave process, acquires a slave process information cell 21 and also updates the process information of a self-process information cell 21.例文帳に追加

親プロセスから子プロセスを生成する要求が行われたときに、プロセス生成ラッパ関数11は、子プロセスを生成して子プロセス情報セル21を獲得するとともに、自プロセス情報セル21のプロセス情報を更新する。 - 特許庁

wrapper function hides these details from applications, invoking the most recent version of the system call provided by the kernel, and repacking the returned information if required for old binaries. 例文帳に追加

ラッパー関数はこれらの詳細をアプリケーションから隠蔽してくれる。 具体的には、カーネルが提供しているシステムコールのうち最新のバージョンを起動し、古いバイナリの場合には必要に応じて返された情報を再構成 (repack) する。 - JM

例文

When the master process requests the end waiting of the slave process, a process end waiting wrapper function 13 acquires the end state of function processing of the slave process and subsequently ends the master process in the case where the slave process is finished with end waiting of the slave process.例文帳に追加

親プロセスが子プロセスの終了待ちを要求したときに、プロセス終了待ちラッパ関数13は、子プロセスの終了待ちで子プロセスが終了すれば、子プロセスの機能処理の終了状態を獲得し、その後に親プロセスを終了させる。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS