小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > 英和対訳 > Global Interpreter Lockの意味・解説 

Global Interpreter Lockとは 意味・読み方・使い方

ピン留め

追加できません

(登録数上限)

単語を追加

意味・対訳 グローバルインタプリタロック(英: Global Interpreter Lock、GIL)とは、プログラミング言語のインタプリタのスレッドによって保持されるスレッドセーフでないコードを、他のスレッドと共有してしまうことを防ぐための排他 ロックである。


Weblio英和対訳辞書での「Global Interpreter Lock」の意味

Global interpreter lock

グローバルインタプリタロック
Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「Global Interpreter Lock」の部分一致の例文検索結果

該当件数 : 17



例文

8.1 Thread State and the Global Interpreter Lock発音を聞く 例文帳に追加

8.1 スレッド状態 (thread state) とグローバルインタプリタロック (global interpreter lock) - Python

Subsections 8.1 Thread State and the Global Interpreter Lock発音を聞く 例文帳に追加

8.1 スレッド状態 (thread state) とグローバルインタプリタロック (global interpreter lock) - Python

Global Interpreter Lock handling in event loops.発音を聞く 例文帳に追加

イベントループ中のグローバルインタープリタの取り扱い - Python

Initialize and acquire the global interpreter lock.発音を聞く 例文帳に追加

グローバルインタプリタロックを初期化し、獲得します。 - Python

Acquire the global interpreter lock.発音を聞く 例文帳に追加

グローバルインタプリタロックを獲得します。 - Python

Release the global interpreter lock.発音を聞く 例文帳に追加

グローバルインタプリタロックを解放します。 - Python

例文

2.10 autoGIL -- Global Interpreter Lock handling in event loops発音を聞く 例文帳に追加

2.10 autoGIL -- イベントループ中のグローバルインタープリタの取り扱い - Python

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

ウィキペディア英語版での「Global Interpreter Lock」の意味

Global Interpreter Lock

出典:『Wikipedia』 (2011/06/22 04:12 UTC 版)

英語による解説
ウィキペディア英語版からの引用

Weblio例文辞書での「Global Interpreter Lock」に類似した例文

global interpreter lock

例文

a world crisis

例文

a cosmopolitan

例文

a secretary-translator

Weblio例文辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。

「Global Interpreter Lock」の部分一致の例文検索結果

該当件数 : 17



例文

This is done so that dynamically loaded extensions compiled with thread support enabled can be loaded by an interpreter that was compiled with disabled thread support. The global interpreter lock is used to protect the pointer to the current thread state.例文帳に追加

グローバルインタプリタロックは、現在のスレッド状態を指すポインタを保護するために使われます。 - Python

The global interpreter lock is also shared by all threads, regardless of to which interpreter they belong.例文帳に追加

グローバルインタプリタロックもまた、スレッドがどのインタプリタに属しているかに関わらずすべてのスレッドで共有されています。 - Python

Most code manipulating the global interpreter lock has the following simple structure:例文帳に追加

グローバルインタプリタロックを操作数ほとんどのコードは、以下のような単純な構造を持ちます: - Python

Reset the current thread state to NULL and release the global interpreter lock.例文帳に追加

現在のスレッド状態をリセットして NULL にし、グローバルインタプリタロックを解放します。 - Python

(The global interpreter lock must be held before calling this function and is still held when itreturns.)例文帳に追加

(この関数を呼び出す前にはグローバルインタプリタロックを保持しておかねばならず、ロックは関数が戻ったときも保持されています。 - Python

Acquire the global interpreter lock and set the current thread state to tstate, which should not be NULL.例文帳に追加

グローバルインタプリタロックを獲得し、現在のスレッド状態をtstate に設定します。 tstate は NULLであってはなりません。 - Python

Because when threads are created from C, they don't have the global interpreter lock, nor is there a thread state data structure for them.例文帳に追加

なぜここまで詳しく説明しようとするかおわかりでしょうか? それは、C でスレッドを生成した場合、そのスレッドにはグローバルインタプリタロックがなく、スレッド状態データ構造体もないからです。 - Python

例文

Install an observer callback in the event loop (CFRunLoop) for the current thread, that will lock and unlock the Global Interpreter Lock(GIL) at appropriate times, allowing other Python threads to run while the event loop is idle.Availability: OSX 10.1 or later.例文帳に追加

現在のスレッドのイベントループ(CFRunLoop)中のオブザーバにコールバックを行ない、適切な時にグローバルインタープリタロック(GIL)を、イベントループが使用されていない間、他の Python スレッドの起動ができるようにロックしたり、ロックの解除をしたりします。 有効性:OSX 10.1以降 - Python

>>例文の一覧を見る

「Global Interpreter Lock」の意味に関連した用語

Global Interpreter Lockのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
Text is available under Creative Commons Attribution-ShareAlike (CC-BY-SA) and/or GNU Free Documentation License (GFDL).
Weblio英和・和英辞典に掲載されている「Wikipedia英語版」の記事は、WikipediaのGlobal Interpreter Lock (改訂履歴)の記事を複製、再配布したものにあたり、Creative Commons Attribution-ShareAlike (CC-BY-SA)もしくはGNU Free Documentation Licenseというライセンスの下で提供されています。

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS