| 意味 | 例文 |
shared lockの部分一致の例文一覧と使い方
該当件数 : 50件
The window displays the data by lock type (such as shared page lock, exclusive table lock, etc.) . 例文帳に追加
ウィンドウは,データを,(共用ページ・ロック,専用テーブル・ロックなどの)ロックタイプによって表示する. - コンピューター用語辞典
LOCK MECHANISM FOR PERFORMING ATOMIC UPDATE TO SHARED MEMORY例文帳に追加
共有メモリに対するアトミックな更新を可能にするロックメカニズム - 特許庁
A computer 1-1 requesting exclusive or shared lock for exclusive units transmits an exclusive or shared lock request to all computers.例文帳に追加
排他単位に対する排他,共有ロックを要求するコンピュータ1−1は、全コンピュータに対して排他,共有ロック要求を送信する。 - 特許庁
After gaining the lock, the first virtual computer accesses the shared data.例文帳に追加
ロックを獲得した後、第1の仮想計算機は共用データにアクセスする。 - 特許庁
METADATA LOCK MANAGEMENT FOR HIGH-FUNCTION n-WAY SHARED STORAGE AREA CONTROLLER SYSTEM例文帳に追加
高機能nウェイ共用記憶域コントローラ・システムにおけるメタデータ・ロック管理 - 特許庁
Timer monitoring means 102, 202 monitor a wait for resource lock for shared resources, and shared resources long time lock checking means 103, 203 investigate hosts and processes causing the wait for the resource lock for the shared resources.例文帳に追加
タイマ監視手段102,202は共有資源に対する資源ロック待ちを監視し、共有資源長時間ロックチェック手段103,203は共有資源に対する資源ロック待ちの原因となっているホストおよびプロセスを調査する。 - 特許庁
EXCLUSIVE CONTROL SYSTEM FOR SHARED RESOURCE AND RESOURCE LOCK METHOD AND RECORDING MEDIUM例文帳に追加
共有資源の排他制御システム及び資源ロック方法並びに記録媒体 - 特許庁
The first virtual computer gains the lock about the shared data when it is usable through the operation of the lock structure.例文帳に追加
第1の仮想計算機は、ロック構造の操作により使用可能なときに共用データに関するロックを獲得する。 - 特許庁
The electric lock of the shared part is controlled by a system consisting of an electric lock control part 50, the terminal units 60 of the part 50 and an electric lock serving as a terminal device.例文帳に追加
共用部の電気錠の制御の処理は、電気錠制御部50、その端末ユニット60及び端末器である電気錠の系統で行われる。 - 特許庁
The lock structure and the shared data can be directly accessed by the first virtual computer.例文帳に追加
ロック構造および共用データは、第1の仮想計算機により直接アクセス可能である。 - 特許庁
Any number of processes may hold a read lock (shared lock) on a file region, but only one process may hold a write lock (exclusive lock). 例文帳に追加
のどちらを設定するかを指定する。 ファイルのある領域に対して、読み出しロック (共有ロック) を保持できるプロセス数に制限はないが、書き込みロック (排他ロック) を保持できるのは一つのプロセスだけである。 - JM
An exclusive lock excludes all other locks, both shared and exclusive. 例文帳に追加
排他ロックを設定すると、(共有ロックか排他ロックにかかわらず) 他のロックは何も設定できない。 - JM
More than one process may hold a shared lock for a given file at a given time. 例文帳に追加
指定したファイルに対して、一つ以上のプロセスが同時に共有ロックを保持することができる。 - JM
The computer 1-1 receives the lock permission from all the normally operating computers, and obtains the exclusive or shared lock.例文帳に追加
コンピュータ1−1は、正常に動作している全てのコンピュータからロック許可を受信することにより、排他若しくは共有ロックを獲得する。 - 特許庁
In the storage chamber 27 of the lid 26, an unlock switch 60 shared by both the power feed plug lock apparatus and the lid lock apparatus is provided.例文帳に追加
また、リッド26の収納室27内に、給電プラグロック装置及びリッドロック装置の両方で共用可能なアンロックスイッチ60を設ける。 - 特許庁
Converting a lock (shared to exclusive, or vice versa) is not guaranteed to be atomic: the existing lock is first removed, and then a new lock is established. 例文帳に追加
ロックの変換 (共有ロックから排他ロックへ、もしくはその反対) がアトミックに行われることは保証されていない: 既存のロックがまず削除され、それから新しいロックが設定される。 - JM
Meanwhile, the control unit 110X acquires an access right (lock) for the shared resource accessed by the analysis target program, and measures a lock acquisition required time required for acquiring the lock.例文帳に追加
一方、制御部110Xは、当該分析対象プログラムでアクセスされる共有資源のアクセス権(ロック)を獲得し、ロックの獲得に要したロック獲得所要時間を計測する。 - 特許庁
A shared or exclusive lock can be placed on a file regardless of the mode in which the file was opened. 例文帳に追加
共有ロックも排他ロックも、ファイルがどのモードでオープンされたかに関係なく適用することができる。 - JM
To handle shared memory accesses between a plurality of processors, using lock-free synchronization through transactional execution.例文帳に追加
トランザクショナル実行によるロックのない同期を利用して複数のプロセッサ間での共有メモリアクセスをハンドリングする。 - 特許庁
To provide an improved lock mechanism for performing access to a shared memory for executing an atomic memory operation.例文帳に追加
アトミックなメモリオペレーションを遂行するために共有メモリにアクセスする改良されたロックメカニズムを提供する。 - 特許庁
A process may only hold one type of lock (shared or exclusive) on a file. 例文帳に追加
一つのプロセスは、一つのファイルに対して (共有ロックと排他ロックのうち)いずれか一種類のロックしか設定できない。 - JM
The global interpreter lock is also shared by all threads, regardless of to which interpreter they belong.例文帳に追加
グローバルインタプリタロックもまた、スレッドがどのインタプリタに属しているかに関わらずすべてのスレッドで共有されています。 - Python
To improve the convenience in the operation of an electronic conference system utilizing a shared screen such as operation right release processing, operation right lock release processing and operation right lock set processing.例文帳に追加
操作権解除処理、操作権ロック解除処理、操作権ロック設定処理など共有画面を利用する電子会議システムの運用における使い勝手を向上する。 - 特許庁
A lock chamber is shared, and the air conveyance robot for transfer and the air conveyance robot installed in a washing/drying device are shared, thus providing a further compact and inexpensive treating device.例文帳に追加
ロック室の共用化、受渡し用大気搬送ロボットと洗浄・乾燥装置内設置大気搬送ロボットの共用化でコンパクトさらに安価な処理装置が提供できることを見出した。 - 特許庁
The apparatus and method are for handling shared memory accesses between multiple processors utilizing lock-free synchronization through transactional-execution.例文帳に追加
トランザクショナル実行によるロックのない同期を利用して複数のプロセッサ間での共有メモリアクセスをハンドリングするためのものである。 - 特許庁
It is typically used to implement the contended case of a lock in shared memory, as described in futex (7). 例文帳に追加
典型的には、futex はfutex (7) に記されているように、共有メモリ中のロックが競合する場合の処理を実装するのに用いられる。 - JM
To do away with waiting of a transmission/reception task generated by exclusive control of a shared memory by a CPU lock, interrupt inhibition or the like for performing inter-task communication, in the inter-task communication through the shared memory.例文帳に追加
共有メモリを介したタスク間通信において、タスク間通信を行うためのCPUロックや割込み禁止などによる共有メモリの排他制御によって発生する送受信タスクの待ちをなくす。 - 特許庁
The loosely-coupled system 1 comprises a plurality of hosts 3, a shared resource shared by the plurality of hosts, a plurality of active systems MSCPs 11 which lock or unlock the shared resource upon receipt of commands from the plurality of hosts, and a backup MSCP 12.例文帳に追加
本発明の疎結合システム1は、複数のホスト3と、複数のホストに共用される共有資源と、複数のホストからのコマンドを受けて共有資源をロックもしくはアンロックする複数台の運用系MSCP11と、待機系MSCP12からなる。 - 特許庁
In the general mode and the abnormality alarm mode, the obstacle sensing sensor 10 and the motor lock current detection part 21 are shared.例文帳に追加
通常モードと異常警戒モードとにおいてそれぞれ障害物感知センサ10やモータロック電流検出部21を兼用している。 - 特許庁
To provide a mechanism for adjusting timing wherein housekeeping processing is executed and timing wherein the lock of a shared external resource is acquired by a thread on a server and for not holding a lock for a long time.例文帳に追加
ハウスキーピング処理が実行されるタイミングと、サーバ上のスレッドによって共有外部資源のロックが獲得されるタイミングとを調整し、ロックが長時間保持されない仕組みを提供する。 - 特許庁
If a latest lock acquisition required time is within the allowable range, the control unit 110X analyzes the state of access contention for a shared resource as being normal.例文帳に追加
最新のロック獲得所要時間が当該許容範囲に含まれている場合、共有資源へのアクセス競合の状態は正常であると分析する。 - 特許庁
A system and method for locking and unlocking access to a shared memory for atomic operation includes giving instantaneous feedback to instruct whether or not lock has been successfully performed.例文帳に追加
アトミックなオペレーションのための共有メモリへのアクセスをロック及びアンロックするシステム及び方法は、ロックが首尾良く行われたかどうか指示する即時フィードバックを与える。 - 特許庁
A data contention is reported when the lock set of a certain specific shared memory location is empty and cardinality of a set of synchronous threads for the memory location is greater than 1.例文帳に追加
データ競合は、ある特定の共用メモリロケーションのロックセットが空であり、そのメモリロケーションに対する共時スレッドの集合のカーディナリティが1より大きいときに報告される。 - 特許庁
An operation input controlling part 12 selects and executes the movement prohibition of a pointer to the outside of a shared picture area, the forced release of the operation right and the forced release of the operation right lock with regard to an operation input that moves the pointer from the shared picture area to the outside of the area.例文帳に追加
共有画面領域内から領域外へ移動する操作入力に対して、操作入力制御部12は、ポインタの共有画面領域外への移動禁止、操作権の強制解除、操作権ロックの強制解除などを選択して実行する。 - 特許庁
In a shared document system, the possessed contents (a) of the client who carry away a duplication document A are turned into a lock state based on an access control list and the non-possessed contents b and c of the client are turned into the lock state based on a duplication access control list in the duplication document A.例文帳に追加
共有文書システムにおいて、複製文書Aを持出したクライアントの所有コンテンツaをアクセス制御リストに基づいてロック状態とし、複製文書Aにおいてはそのクライアントの非所有コンテンツb及びcを複製アクセス制御リストに基づいてロック状態とする。 - 特許庁
This card lock system 1 comprises a plurality of private section side devices 2 privately used in units of predetermined users, and a shared section side device 3 sharable by the users who use the plurality of private section side devices.例文帳に追加
カードロックシステム1は、予め決められた利用者単位で専有して使用する複数の専有部側装置2と、複数の専有部側装置を使用する利用者が共用可能な共用部側装置3とを備える。 - 特許庁
To provide a maintenance device in a liquid ejector where a maintenance member such as a lock member or a wiper can be operated appropriately even when a rotary drive source is shared, and to provide a liquid ejector.例文帳に追加
例えば回転駆動源を共有する使われ方をされても、ロック部材やワイパなどの保守部品を適切に作動させることができる液体噴射装置におけるメンテナンス装置および液体噴射装置を提供する。 - 特許庁
A slide lock releasing mechanism is provided in a longitudinally symmetrical state and a connecting rod 33 connected to a shared hitter 40 is inserted into an oblong hole 323 provided in a link arm 32 to be rotated by a front side operation lever 30.例文帳に追加
スライドロック解除機構を前後対称状に設け、前側操作レバー30により回動させるリンクアーム32に共有ヒッター40と連結する連結ロッド33をリンクアーム32に設けた長孔323に挿通させる。 - 特許庁
The junction connection detection circuit 11 and the door lock detection circuit 14 have a common circuit unit 10 in which one junction terminal 21 (21e) in a junction switch 2 is shared, and the door opening and closing switch 111 and the door lock switch 141 are connected in parallel to each other on the side of the slide door.例文帳に追加
ジャンクション接続検出回路11とドアロック検出回路14とは、ジャンクションスイッチ2における1つのジャンクション端子21(21e)を共有してなる共有回路部10を有し、かつ、ドア開閉スイッチ111とドアロックスイッチ141とは、スライドドア側において互いに並列に接続されている。 - 特許庁
In a memory card attachment where one slot is shared by at least two memory cards different in thickness and size this lock device for the memory attachment is characteristically equipped with a lock device for blocking entry of another memory card by projecting, when one of the memory card is located in the slot, to an empty space of the slot by pressing of the one of the memory cards.例文帳に追加
1つのスロットを厚さと大きさの異なる少なくとも2つのメモリカードが共用するメモリカードアタッチメントにおいて、1のメモリカードがスロット中にある時、該1のメモリカードの押圧で該スロットの空きスペースに突出して他のメモリカードの進入を阻止するロック装置を具備することを特徴とするメモリカードアタッチメントのロック装置である。 - 特許庁
In the reregistration of the locking/unlocking key 10, new locking/unlocking information with changed sequence information is written in the locking/unlocking key 10 from the occupied section-side electric lock device 20; the new locking/unlocking information written in the locking/unlocking key 10 is read by the shared section-side electric lock device 30; and the locking/unlocking information of the past is rewritten and stored.例文帳に追加
施解錠キー10の再登録時は、占有部側電気錠装置20からシーケンス情報を変更した新たな施解錠用情報を施解錠キー10に書き込み、この施解錠キー10に書き込んだ新たな施解錠用情報を共用部側電気錠装置20に読み取らせ、過去の施解錠用情報を書き換えて記憶させる。 - 特許庁
In the system, the existing villas are shared by owners and an operation managing company to remodel into villas having some themes and to compose a reservation managing system using a server and an OVS remote-controlled lock system allowing unlocking of the villas with ID numbers of sub owners on the reserved date.例文帳に追加
既存別荘を持主と運営管理会社で共有化し、テーマ性を持った別荘に改装し、サーバーを使った予約管理システムと別荘が予約日にサブオーナーのIDナンバーで解錠できるOVSリモートコントロールロックシステムを設置する。 - 特許庁
The shared DB data management unit adjusts an I/O issuing interval when implementing the data read processing in the data reference request processing, and it executes exclusive lock control for data and acquisition thereof in the data acquisition request processing.例文帳に追加
共有DBデータ管理部は、データ参照要求時処理においてデータ読み出し処理を実施する際にI/O発行間隔を調整し、共有DBデータ管理部は、データ取得要求時処理においてデータの排他ロック制御及び取得を行う。 - 特許庁
A LAN-side server 103 connected to a LAN 101 and an Initernet-side server 105 connected to the Internet 102 share data on a shared disk 104 for which they use a bus 106 with a bus lock function to exclusively control, and they use this data to provide the same services respectively.例文帳に追加
LAN101に接続されたLAN側サーバー103と、インターネット102に接続されたインターネット側サーバー105とが、バスロック機能付きバス106を用いて排他制御する共有ディスク104上でデータを共有し、そのデータを用いて、それぞれに同一のサービスを提供することを特徴とする。 - 特許庁
In a system, a computer comprises: a shared DB data management unit for managing actions including exclusive lock control for data stored in a buffer, reference thereto and acquisition thereof; a data processing unit for acquiring and processing requested data; and a read-ahead unit for referring to data stored in the buffer and reading the data ahead.例文帳に追加
一実施形態のシステムにおいて、計算機は、バッファに格納されたデータの排他ロック制御、参照及び取得を含む動作を管理する共有DBデータ管理部と、要求されたデータを取得して処理をするデータ処理部と、バッファに格納されているデータを参照してデータを先読みする先読み部とを有す。 - 特許庁
The laser printer 1 as a precondition that is connected to a LAN and provided with the scanner section 2 shared by personal computers PC1, PC2, is provided with an automatic document feeder 22 that carries and discharges an original set on an original placing platen and with a lock section 24 that locks an opening/closing original cover closed when the original is set to the original placing plate.例文帳に追加
LANに接続され、複数のパーソナルコンピュータPC1,PC2で共有されるスキャナ部2を備えたレーザプリンタ1を前提とし、原稿載置台にセットされた原稿を搬送および排出する自動原稿送り装置22と、原稿を原稿載置台にセットした状態で閉塞される開閉可能な原稿カバーを施錠する施解錠可能なロック部24とを備える。 - 特許庁
(Like all other Python/C API functions, the global interpreter lock must be held before calling this function and is still held when it returns; however, unlike most other Python/C API functions, there needn't be a current thread state on entry.)Extension modules are shared between (sub-)interpreters as follows:the first time a particular extension is imported, it is initializednormally, and a (shallow) copy of its module's dictionary issquirreled away.例文帳に追加
(他の Python/C API 関数のように、この関数を呼び出す前にはグローバルインタプリタロック(global interpreter lock) が保持されていなければならず、関数が処理を戻した際にも保持されたままになります; しかし、他の Python/C API 関数とは違い、関数から戻ったときの現在のスレッド状態が関数に入るときと同じとは限らないので注意してください)。 拡張モジュールは以下のような形で (サブ) インタプリタ間で共有されます: ある特定の拡張モジュールを最初に import すると、モジュールを通常通りに初期化し、そのモジュールの辞書の(浅い) コピーをしまい込んでおきます。 - Python
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill. The contents of this document are licensed under the GNU Free Documentation License. Copyright (C) 1999 JM Project All rights reserved. |
| Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
