小窓モード


プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > コンピューター用語 > 割込みハンドラの英語・英訳 

割込みハンドラの英語

ピン留め

追加できません

(登録数上限)

単語を追加

英訳・英語 interrupt handler


コンピューター用語辞典での「割込みハンドラ」の英訳

割込みハンドラ

読み方 ワリコミハンドラ

interrupt handler<IH>

参照

「割込みハンドラ」の部分一致の例文検索結果

該当件数 : 17



例文

割込みハンドラ予測方法およびシステム例文帳に追加

METHOD AND SYSTEM FOR PREDICTING INTERRUPTION HANDLER - 特許庁

割込みが発生した際には、発生した割込みに対する割込みハンドラの優先度が、実行中のタスクまたは割込みハンドラより優先度が低い場合は、その割込みハンドラを保留する。例文帳に追加

When interrupt occurs, and the priority of the interrupt handler to the generated interrupt is lower than the priority of a running task or interrupt handler, the interrupt handler is held. - 特許庁

仮想計算機の実行するタスクと割込みハンドラの遷移を監視し、保留中の割込みハンドラの優先度が、仮想計算機が次に実行するタスクまたは割込みハンドラより高くなった時に、保留中の割込みハンドラが属する仮想計算機に保留中の割込みハンドラを実行させる。例文帳に追加

The transition of the task and interrupt handler executed by the virtual computer is monitored, and when the priority of the held interrupt handler becomes higher than that of task or interrupt handler to be executed next by the virtual computer, the virtual computer to which the held interrupt handler is belonging, executes the held interrupt handler. - 特許庁

履歴情報に基づいて、割込みを処理する第2レベル割込みハンドラ(SLIH)を予測するための方法およびシステムを開示する。例文帳に追加

This method and system are for predicting a second level interruption handler (SLIH) for processing then interruption on the basis of history information. - 特許庁

予測SLIHは、割込みのための正しいSLIHを決定する第1レベル割込みハンドラ(FLIH)と同時に投機的に実行される。例文帳に追加

The predicted SLIH is speculatively executed at the same time as a first level interruption handler (FLIH) for determining a right SLIH for interruption. - 特許庁

割込みコントローラ7は、割込み予告信号が入力されると、当該予告信号に対応する割込みベクタ及び割込みハンドラを、ROM3から命令キャッシュ5にロードさせる先読み処理を行う。例文帳に追加

When the interruption notice signals are inputted, the interruption controller 7 performs lookahead processing of loading an interruption vector and an interruption handler corresponding to the notice signals from a ROM 3 to an instruction cache 5. - 特許庁

例文

クロック4に対応する割込みハンドラが時刻同期割込み信号によって起動すると、そのハンドラの中では、予め予約されたメモリ領域を参照し、パケットを順番に実行する。例文帳に追加

When an interrupt handler corresponding to a clock is started by a time-synchronization interrupt signal, packets are executed sequentially in the handler by referring to a previously reserved memory region. - 特許庁

>>例文の一覧を見る


調べた例文を記録して、 効率よく覚えましょう
Weblio会員登録無料で登録できます!
  • 履歴機能
    履歴機能
    過去に調べた
    単語を確認!
  • 語彙力診断
    語彙力診断
    診断回数が
    増える!
  • マイ単語帳
    マイ単語帳
    便利な
    学習機能付き!
  • マイ例文帳
    マイ例文帳
    文章で
    単語を理解!
  • その他にも便利な機能が満載!
Weblio会員登録(無料)はこちらから

日英・英日専門用語辞書での「割込みハンドラ」の英訳

割込みハンドラ


クロスランゲージ 37分野専門語辞書での「割込みハンドラ」の英訳

割込みハンドラ


「割込みハンドラ」の部分一致の例文検索結果

該当件数 : 17



例文

したがって、割込みハンドラを起動させずに子プロセッサ3との同期を取ることができ、高速に処理することが可能となる。例文帳に追加

Accordingly, the synchronization with the slave processor 3 can be attained without starting an interruption handler, and the processing can be performed at high speed. - 特許庁

個々の仮想計算機に属するタスクと割込みハンドラに、複数の仮想計算機の間で同一の方式に従った優先度を付与する。例文帳に追加

Priority is given in conformity to the same system to a task and interrupt handler belonging to each virtual computer between a plurality of virtual computers. - 特許庁

また、割込みをシミュレートするシグナルの発生時には、各割込みハンドラ処理終了後、アイドルタスクから通常のユーザタスクへのタスクスイッチが起こるかどうかを判定し、もしそうなら再びプロセス相対時間タイマ機能に切り替える。例文帳に追加

When the signal simulating an interrupt is generated, it is decided whether the task switch from the idle task to the normal user task occurs after each interrupt handler processing completion, and it so the process relative time timer function is newly changed over to ON. - 特許庁

タイマ割込みハンドラ130がPCBリスト310および割込み処理要求フラグ320を用いて汎用OSタスク400の処理の必要性を判定し、汎用OSタスク400の処理が必要な場合には、汎用OSタスク400の優先度を上げることとする。例文帳に追加

A timer interrupt handler 130 uses a PCB list 310 and an interrupt handling request flag 320 to determine whether processing by a general purpose OS task 400 is necessary, and if processing by the general purpose OS task 400 is necessary, increases the priority of the general purpose OS task 400. - 特許庁

最下位エントリにある命令の命令実行時に、カウンタ3の値とレジズタ5の設定値が比較器4で比較され、カウンタ値>設定値(タイムアウト)で割込み論理7に通知がされ、これにより割込みハンドラが起動され、当該命令に関する情報が記録される。例文帳に追加

When the instruction in the lowest-order entry is executed, a comparator 4 compares the value of the counter 3 with the set value of the register 5 and informs interruption logic 7 of counter value > set value (time-out) in such a case to actuates an interruption handier, so that information regarding the instruction is recorded. - 特許庁

識別されたパーティションに対するトレース・データが、マシン・チェック割込みハンドラに対するエラー・ログ又は他のデータ構造体に記憶される。例文帳に追加

The trace data to the identified partition are stored in an error log to a machine check interrupt handler or other data structure. - 特許庁

マイクロ割り込みハンドラ612は、割込み信号を操作するために生成され、実行中のタスク610の第2の部分は、DMAチャンネル618によってシステムメモリ616に格納される。例文帳に追加

A micro-interruption handler 612 is generated for operating an interruption signal, and a second part of the task 610 under execution is stored in the system memory 616 through a DMA channel 618. - 特許庁

例文

本発明は、複数個のオペレーティングシステム301、351間で処理要求を通信によって送信する際に、処理要求を受信したオペレーティングシステムは他のオペレーティングシステムからの処理要求を割込ハンドラ305により割込み処理するようにしたことにある。例文帳に追加

When the processing request is transmitted by communication between the operating systems 301 and 351, the operating system receiving the processing request interruption-processes the processing request from the other operating system by an interruption handler 305. - 特許庁

>>例文の一覧を見る


割込みハンドラのページの著作権
英和・和英辞典 情報提供元は 参加元一覧 にて確認できます。

   
日外アソシエーツ株式会社日外アソシエーツ株式会社
Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved.
日中韓辭典研究所日中韓辭典研究所
Copyright © 2024 CJKI. All Rights Reserved
株式会社クロスランゲージ株式会社クロスランゲージ
Copyright © 2024 Cross Language Inc. All Right Reserved.

ピン留めアイコンをクリックすると単語とその意味を画面の右側に残しておくことができます。

こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

このモジュールを今後表示しない
みんなの検索ランキング
閲覧履歴
無料会員登録をすると、
単語の閲覧履歴を
確認できます。
無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2024 GRAS Group, Inc.RSS