MULTIPLE THREADS in Japanese translation

['mʌltipl θredz]
['mʌltipl θredz]
複数のスレッド
マルチスレッド
multi-threaded
multi-threading
multithreading
multithreaded
multiple threads

Examples of using Multiple threads in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
ReaderWriterLockSlim class grants exclusive access to a shared resource for writing and allows multiple threads to access the resource simultaneously for reading.
ReaderWriterLockSlimクラスでは、書き込み用の共有リソースへの排他アクセスを許可し、複数のスレッドでの読み取り用のリソースへの同時アクセスを許可します。
In GDScript, reading and writing elements from multiple threads is ok, but anything that changes the container size(resizing, adding or removing elements) requires locking a mutex.
GDScriptでは、複数のスレッドから要素を読み書きすることは可能ですが、コンテナのサイズを変更する操作(要素のサイズ変更、追加、削除)には、ミューテックスをロックする必要があります。
Modifying a unique resource from multiple threads is not supported, but loading them on threads or handling a reference is perfectly supported. Scenes, textures, meshes.
複数のスレッドから一意のリソースを変更することはサポートされていませんが、スレッドへのリソースの読み込みや参照の処理は完全にサポートされています。
Your performance problem may be due to the fact that HTTP jobs run in multiple threads and need a"level of activity" in the upper* BASE pool.
おそらくパフォーマンス問題の原因は、HTTPジョブがマルチスレッドで動作しており、*BASEプールでより多くの「アクティビティー・レベル」が必要なためでしょう。
With handling all the customer interactions through a cloud-enabled platform, you could have instant access to multiple threads of communication concerning a particular prospect.
クラウド対応プラットフォームを通じてすべての顧客の相互作用を扱うと,あなたは特定の見通しに関する通信の複数のスレッドに瞬時にアクセスを持つことができます。
The variable sum in the previous loop must be shared to generate the correct result, but it also must be private to permit access by multiple threads.
変数sumは正しい結果を生成するように共有する必要がありますが、複数のスレッドによるアクセスを許可するためにプライベートにする必要もあります。
The variable sum in the previous loop must be shared to generate the correct result, but it also must be private to permit access by multiple threads.
上記のループでは、変数sumは正しい結果を生成するために共有し、複数のスレッドによるアクセスを許可するためにプライベートにしなければなりません。
So on SMP systems, when multiple threads make concurrent heap requests, all but one will be blocked by the heap manager, nullifying the benefit of the extra CPUs.
このため、SMPシステム上で複数のスレッドが同時にヒープ要求を行うと、1つを除くすべてのスレッドがヒープマネージャによってブロックされてしまいます。
The physics engine may spawn multiple threads to improve performance, so it can use up to a full frame to process physics.
物理エンジンは、パフォーマンスを向上させるために複数のスレッドを生成する場合があるため、物理を処理するために最大でフルフレームを使用できます。
Accessing objects or data from multiple threads is not always supported(if you do it, it will cause unexpected behaviors or crashes).
複数のスレッドからオブジェクトまたはデータへのアクセスは常にサポートされているわけではありません(アクセスすると、予期しない動作やクラッシュが発生します)。
Supports multiple threads as efficiently as statically typed languages- one of the limitations that made us avoid VMs such as Lua, Squirrel, etc.
静的に型指定された言語と同じくらい効率的に複数のスレッドをサポートします-Lua、SquirrelなどのVMを避けた理由のひとつはスレッド処理に制限があるからです。
If the space has multiple threads, the space page provides the icon to create an app. Click the icon to create an app through the Marketplace page.
複数のスレッドがあるスペースでは、スペース画面のアプリを作成するメニューをクリックしてアプリストアの画面からアプリを作成できます。
If attr is used to create multiple threads, then the caller must change the stack address attribute between calls to pthread_create(3);
一つのattrを使って複数のスレッドを作成する場合、pthread_create(3)の次の呼び出しを行う前に、呼び出し側でスタックアドレス属性を変更しなければならない。
In particular, if there are multiple threads of execution using the same data, a method is required to prevent them from stepping on each other.
特に、同じデータを使用する実行の複数のスレッドが存在する場合、お互いにそのデータを変更しないような方法が必要とされる。
If you allow multiple threads to use the same IEnumerator, then you could get a call sequence such as MoveNext, MoveNext, Current, Current, which would skip one item and repeat the next one.
複数のスレッドが同一のIEnumeratorを使用することを許可すると、MoveNext、MoveNext、Current、Currentのような呼び出しシーケンスがあり、1つの項目をスキップし、次を繰り返す。
This means that if there are more than 128 elements at any level, these elements are processed in parallel using multiple threads.
これは、あるレベルに128個以上の要素が存在する場合、複数のスレッドを使用してこれらの要素が処理されることを意味します。
Multiple threads should not modify a single variable because that would lead to data contention and thus to loss of speed up because the advantages of HTM could not be leveraged then.
複数のスレッドによる同じ変数の変更はデータ競合を誘発し,HTMLのアドバンテージを活かせなくなり,結果として速度低下を招くため,そのような処理は避けるべきだ。
FromGuerrilla Programming: A feature of our browser is a high speed on slow computers, high speed download on a poor internet, support resuming file download when connection is broken and the download in multiple threads, the ability to go on blocked web-sites and downloading videos from video sites.
FromGuerrillaプログラミング:私たちのブラウザの機能は遅いコンピュータ上で高速である、貧しいインターネット上での高速ダウンロード、接続が切断し、複数のスレッドでダウンロードされたときにサポートがファイルのダウンロードを再開、ブロックされたウェブサイトに移動するための能力とダウンロード動画サイトから動画。
For programming threaded applications(multiple threads of control in the same memory space),
スレッド化されたアプリケーション(同一のメモリー・スペース内の、制御の複数のスレッド)をプログラミングする場合は、Linux-ThreadsライブラリーなどのようなPOSIX1003.1c
Attempting to load or create scene chunks from multiple threads may work, but you risk resources(which are only loaded once in Godot) tweaked by the multiple threads, resulting in unexpected behaviors or crashes.
複数のスレッドからシーンチャンクをロードまたは作成しようとすると、一応は動作する場合もありますが、リソース(Godotで一度だけロードされる)が複数のスレッドによって微調整され、それにより予期しない動作やクラッシュが発生するリスクがあります。
Results: 58, Time: 0.0382

Word-for-word translation

Top dictionary queries

English - Japanese