Ada 程式設計/庫/Ada.Execution_Time.Interrupts
外觀
此語言功能已在 Ada 2012 中引入。
Ada.Execution_Time.Interrupts 是 預定義語言環境 自 Ada 2012 以來的一部分。
-- Standard Ada library specification -- Copyright (c) 2004-2016 AXE Consultants -- Copyright (c) 2004, 2005, 2006 Ada-Europe -- Copyright (c) 2000 The MITRE Corporation, Inc. -- Copyright (c) 1992, 1993, 1994, 1995 Intermetrics, Inc. -- SPDX-License-Identifier: BSD-3-Clause and LicenseRef-AdaReferenceManual -- -------------------------------------------------------------------------withAda.Interrupts;packageAda.Execution_Time.InterruptsisfunctionClock (Interrupt : Ada.Interrupts.Interrupt_Id)returnCPU_Time;functionSupported (Interrupt : Ada.Interrupts.Interrupt_Id)returnBoolean;endAda.Execution_Time.Interrupts;
外部示例
[編輯原始碼]- 在以下位置搜尋
Ada.Execution_Time.Interrupts的示例:Rosetta Code,GitHub (gist),任何 Alire 包 或 此華夏公益教科書。 - 在以下位置搜尋與
Ada.Execution_Time.Interrupts相關的帖子:Stack Overflow,comp.lang.ada 或 任何與 Ada 相關的頁面。
FSF GNAT
- 規範:a-extiin.ads
drake
