mutex lock
ミューテックスロック
holding mutex
ミューテックスを保持中
acquire mutex
ミューテックスを獲得する
release mutex
ミューテックスを解放する
nested mutex
ネストされたミューテックス
mutex guard
ミューテックスガード
mutex state
ミューテックス状態
mutex contention
ミューテックス競合
using mutex
ミューテックスを使用中
mutex timeout
ミューテックスタイムアウト
the mutex prevents race conditions when multiple threads access shared data.
ミューテックスは、複数のスレッドが共有データにアクセスするときに競合条件を防ぎます。
acquire the mutex before modifying the critical section of code.
コードのクリティカルセクションを変更する前にミューテックスを取得してください。
release the mutex after you're finished with the protected resource.
保護されたリソースの操作が終わったらミューテックスを解放してください。
deadlock can occur if mutexes are not released properly.
ミューテックスが適切に解放されない場合、死鎖が発生する可能性があります。
use a recursive mutex if a thread might acquire it multiple times.
スレッドがそれを複数回取得する可能性がある場合は、再帰的ミューテックスを使用してください。
the mutex ensures exclusive access to the printer queue.
ミューテックスは、プリンタキューへの排他的なアクセスを保証します。
implement a mutex to protect the global variable from concurrent access.
グローバル変数が同時アクセスから保護されるように、ミューテックスを実装してください。
check if the mutex is already held before attempting to acquire it.
ミューテックスを取得しようとする前に、すでに保持されているかどうかを確認してください。
the mutex provides a simple mechanism for thread synchronization.
ミューテックスは、スレッド同期のための単純なメカニズムを提供します。
avoid holding a mutex for an extended period to prevent blocking other threads.
他のスレッドのブロッキングを防ぐために、ミューテックスを長時間保持しないでください。
the application uses a mutex to serialize access to the database connection.
このアプリケーションは、データベース接続へのアクセスをシリアル化するためにミューテックスを使用しています。
mutex lock
ミューテックスロック
holding mutex
ミューテックスを保持中
acquire mutex
ミューテックスを獲得する
release mutex
ミューテックスを解放する
nested mutex
ネストされたミューテックス
mutex guard
ミューテックスガード
mutex state
ミューテックス状態
mutex contention
ミューテックス競合
using mutex
ミューテックスを使用中
mutex timeout
ミューテックスタイムアウト
the mutex prevents race conditions when multiple threads access shared data.
ミューテックスは、複数のスレッドが共有データにアクセスするときに競合条件を防ぎます。
acquire the mutex before modifying the critical section of code.
コードのクリティカルセクションを変更する前にミューテックスを取得してください。
release the mutex after you're finished with the protected resource.
保護されたリソースの操作が終わったらミューテックスを解放してください。
deadlock can occur if mutexes are not released properly.
ミューテックスが適切に解放されない場合、死鎖が発生する可能性があります。
use a recursive mutex if a thread might acquire it multiple times.
スレッドがそれを複数回取得する可能性がある場合は、再帰的ミューテックスを使用してください。
the mutex ensures exclusive access to the printer queue.
ミューテックスは、プリンタキューへの排他的なアクセスを保証します。
implement a mutex to protect the global variable from concurrent access.
グローバル変数が同時アクセスから保護されるように、ミューテックスを実装してください。
check if the mutex is already held before attempting to acquire it.
ミューテックスを取得しようとする前に、すでに保持されているかどうかを確認してください。
the mutex provides a simple mechanism for thread synchronization.
ミューテックスは、スレッド同期のための単純なメカニズムを提供します。
avoid holding a mutex for an extended period to prevent blocking other threads.
他のスレッドのブロッキングを防ぐために、ミューテックスを長時間保持しないでください。
the application uses a mutex to serialize access to the database connection.
このアプリケーションは、データベース接続へのアクセスをシリアル化するためにミューテックスを使用しています。
よく検索される語彙を調べる
もっと効率的に語彙を学びたいですか?DictoGoアプリをダウンロードして、さらに多くの語彙暗記や復習機能をお楽しみください!
DictoGoを今すぐダウンロード