THE SEMAPHORE 日本語 意味 - 日本語訳 - 英語の例文

[ðə 'seməfɔːr]
名詞
[ðə 'seməfɔːr]
セマフォが
セマフォの
セマフォを
semaphore

英語 での The semaphore の使用例とその 日本語 への翻訳

{-}
  • Programming category close
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Remove the semaphore identified by semid.
Semidで識別されるセマフォを削除する。
When a process has finished using the semaphore.
プロセスがセマフォの使用を終えた際は、。
Remove the semaphore created with semkey.
Semkeyで作成されたセマフォを削除する。
The number of tasks that can acquire the semaphore at the same time.
同時にセマフォを得ることが可能なプロセス数を。
References the semaphore status. This is similar to tk_ref_sem().
セマフォの状態を参照する。tk_ref_sem()と同等。
The sema_value() function returns the current value of the semaphore.
Sema_value()関数は現在のセマフォの値を返します。
And decrement the semaphore value by one(sem_wait(3)).
セマフォ値を1減らす(sem_wait(3))。
Release() method overload the same number of times, or call the Semaphore.
Release()メソッドオーバーロードを同じ回数呼び出すか、Semaphore
Also, the Semaphore class supports specialized resource counting.
Semaphoreクラスではも特殊なリソースカウントをサポートします。
Sem_post() increments(unlocks) the semaphore pointed to by sem.
Sem_post()は、semが指すセマフォの値を1増やす(ロックを解除する)。
To release the semaphore, the thread can either call the Semaphore..
セマフォを解放するために、スレッドは、Semaphore。
Two operations can be performed on semaphores: increment the semaphore value by one.
セマフォに対してできる操作は2つである:セマフォ値を1増やす。
In this case the semaphore clean up code simply discards the sem_undo data structure.
その場合、セマフォを片づける(cleanup)コードが、単にそのsem_undo構造体を破棄する。
DiskPart has encountered an error: The semaphore timeout period has expired.
DiskPartにエラーが発生しました:セマフォがタイムアウトしました。
The semaphore field is the semaphore used to coordinate access to the control block.
セマフォフィールドは、制御ブロックへのアクセスを調整するために使用されるセマフォである。
E_NOEXS Object does not exist(the semaphore specified in semid does not exist).
E_NOEXSオブジェクトが存在していない(semidのセマフォが存在しない)。
When a task(the task waiting for an event) acquires n resources,it decreases the semaphore resource count by n.
一方、資源をn個獲得する側(イベントを待つ側)では、セマフォの資源数をn個減らす。
E_NOEXS Object does not exist(the semaphore specified in semid does not exist).
E_NOEXS対象オブジェクトが存在しない(semidのセマフォが存在しない)。
When the semaphore is no longer required, and before the memory in which it is located is deallocated, the semaphore should be destroyed using.
セマフォがもはや必要なくなったときや、セマフォが置かれているメモリを解放する前には、。
Ensure that there are no accidents in the streets by closing and opening the semaphore signals in accordance with traffic.
トラフィックに応じて、セマフォ信号を開閉することにより路上には事故がないことを確認してください。
The value of the semaphore S is the number of units of the resource that are currently available.
セマフォSの値は、その時点で使用可能な資源の個数である。
Be sure to check out the Adelaide International Kite Festivaland the Semaphore Street Fair at the end of November.
月末開催されるアデレード・インターナショナル・カイト・フェスティバル(AdelaideInternationalKiteFestival)とセマフォア・ストリート・フェア(SemaphoreStreetFair)も必ずチェックしておきましょう。
If decrementing the semaphore would result in its value being negative, sema_trywait() returns 0 to indicate failure.
セマフォのデクリメントによりその値が負になった場合には、sema_trywait()は失敗を示すために0を返します。
If the semaphore count increases to the point where the maximum count(maxsem) would be exceeded by the return of more resources, error code E_QOVR is returned.
セマフォのカウント値の増加により、その値がセマフォの最大値(maxsem)を越えようとした場合は、E_QOVRのエラーとなる。
For more information, see the Semaphore and SemaphoreSlim article and the Semaphore or SemaphoreSlim API reference.
詳細については、「SemaphoreとSemaphoreSlim」の記事と、SemaphoreまたはSemaphoreSlimAPIリファレンスを参照してください。
When the semaphore countergt;0, the task that executes a wait semaphore system call makes a transition from RUN to READY.
Whenthesemaphorecountergt;0:taskthatexecutesawaitsemaphoresystem callmakesatransitiontoRUN→READY.このときセマフォカウンタはデクリメントされる。
Acronis Backup 12.5: remote installation fails with"The semaphore timeout period has expired"| Knowledge Base Symptoms You are installing Acronis Backup 12.5 components to a remote machine.
AcronisBackup12.5:「セマフォがタイムアウトしました」エラーが表示され、リモートインストールに失敗する場合|Knowledge Base事象AcronisBackup12.5のコンポーネントをリモートコンピュータにインストールしようとしています。
If all of the semaphore operations would have succeeded and the current process does not need to be suspended, Linux goes ahead and applies the operations to the appropriate members of the semaphore array.
もしセマフォ操作がすべて成功し、現在のプロセスを停止させる必要がなければ、Linuxは処理を継続し、セマフォ配列の適切なメンバーにその操作を適用する。
On error, the value of the semaphore is left unchanged, -1 is returned, and errno is set to indicate the error.
エラーの場合、セマフォの値は変更せずに、-1を返し、errnoにエラーを示す値をセットする。
Sem_remove() removes the semaphore sem_identifier if it has been created by sem_get(), otherwise generates a warning.
Sem_remove()は、セマフォsem_identifierがsem_get()により作成されている場合にそのセマフォを削除します。それ以外の場合は、警告を発生します。
結果: 34, 時間: 0.0323

単語ごとの翻訳

トップ辞書のクエリ

英語 - 日本語