代码搜索:handler

找到约 10,000 项符合「handler」的源代码

代码结果 10,000
www.eeworm.com/read/140266/13092507

htm 0147.htm

新时代软件教程:操作系统 主页制作 服务器 设计软件 网络技术 编程语言 文字编辑
www.eeworm.com/read/139738/13137071

java timer.java

// PART OF THE MACHINE SIMULATION. DO NOT CHANGE. package nachos.machine; import nachos.security.*; /** * A hardware timer generates a CPU timer interrupt approximately every 500 * clock ticks. T
www.eeworm.com/read/139738/13137083

java interrupt.java

// PART OF THE MACHINE SIMULATION. DO NOT CHANGE. package nachos.machine; import nachos.security.*; import java.util.TreeSet; import java.util.Iterator; import java.util.SortedSet; /** * The
www.eeworm.com/read/139738/13137099

java elevatorcontrols.java

// PART OF THE MACHINE SIMULATION. DO NOT CHANGE. package nachos.machine; /** * A set of controls that can be used by an elevator controller. */ public interface ElevatorControls { /** *
www.eeworm.com/read/326320/13147350

h handlerpredicate.h

// ------------------------------------------------------------ // File Name: CHandlerPredicate.h // Description: // Doctrine Name: StrikeDoctrine // Object Name: // Object Description: // BK
www.eeworm.com/read/241361/13152374

c sigactdemo.c

/* sigactdemo.c * purpose: shows use of sigaction() * feature: blocks ^\ while handling ^C * does not reset ^C handler, so two kill */ #include
www.eeworm.com/read/241361/13152404

c sigdemo3.c

/* sigdemo3.c * purpose: show answers to signal questions * question1: does the handler stay in effect after a signal arrives? * question2: what if a signalX arrives while handling signalX? *
www.eeworm.com/read/139229/13172873

cpp hngenericarray.cpp

/* * HnGenericArray.cc * Copyright (C) 1998 Norio Katayama * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public *
www.eeworm.com/read/240863/13190284

c interrupts.c

//***************************************************************************** // // interrupts.c - Interrupt preemption and tail-chaining example. // // Copyright (c) 2005,2006 Luminary Micro, I
www.eeworm.com/read/240862/13190788

c interrupts.c

//***************************************************************************** // // interrupts.c - Interrupt preemption and tail-chaining example. // // Copyright (c) 2005,2006 Luminary Micro, I