マイクロソフト用語集

日本マイクロソフト株式会社

調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

JST科学技術用語日英対訳辞書

独立行政法人科学技術振興機構

spin lock

日英・英日専門用語辞書

日中韓辭典研究所

spin lock

Wiktionary英語版

出典:Wiktionary

spinlock

語源

spin +‎ lock

名詞

spinlock (複数形 spinlocks)

  1. (programming) A lock which causes a thread trying to acquire it simply to wait in a loop ("spin") while repeatedly checking if the lock is available.

アナグラム

  • polincks

ウィキペディア英語版

出典:Wikipedia

Spinlock

出典:『Wikipedia』 (2011/05/15 12:59 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

In software engineering, a spinlock is a lock where the thread simply waits in a loop ("spins") repeatedly checking until the lock becomes available. As the thread remains active but isn't performing a useful task, the use of such a lock is a kind of busy waiting. Once acquired, spinlocks will usually be held until they are explicitly released, although in some implementations they may be automatically released if the thread being waited on (that which holds the lock) blocks, or "goes to sleep".

閲覧履歴

spinlockのページの著作権