代码搜索:handler

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

代码结果 10,000
www.eeworm.com/read/315631/13539571

c noprtscr.c

#include #include #include int count = 0; void interrupt handler(void) { count++; } void main(void) { void interrupt (*original_handler)();
www.eeworm.com/read/315002/13554483

makefile

TOPDIR = ../.. all: $(ASM) exec_library.asm -o bin/exec_library.bin $(ASM) floppy_device.asm -o bin/floppy_device.bin $(ASM) fat12_handler.asm -o bin/fat12_handler.bin $(ASM) console_library.asm
www.eeworm.com/read/308442/13701313

c noprtscr.c

#include #include #include int count = 0; void interrupt handler(void) { count++; } void main(void) { void interrupt (*original_handler)();
www.eeworm.com/read/301268/13862257

h sighandler.h

#ifndef Sighandler_h #define Sighandler_h #include "signal.h" class sigint_handler { public: explicit sigint_handler (void (*p)(int)) { new_.sa_handler = p; sigemptyset(&new_.sa_mask);
www.eeworm.com/read/301198/13864106

c noprtscr.c

#include #include #include int count = 0; void interrupt handler(void) { count++; } void main(void) { void interrupt (*original_handler)();
www.eeworm.com/read/136177/13868855

h searchfrm.h

/* * Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ
www.eeworm.com/read/136177/13868965

h generalpage.h

/* * Copyright (C) 2001-2003 Jacek Sieka, j_s@telia.com * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as publ
www.eeworm.com/read/147766/5722471

c ints.c

/* * linux/arch/m68k/hp300/ints.c * * Copyright (C) 1998 Philip Blundell * * This file contains the HP300-specific interrupt handling. * We only use the autovector interrupts
www.eeworm.com/read/147766/5725337

c evrgnini.c

/****************************************************************************** * * Module Name: evrgnini- ACPI Address_space (Op_region) init * $Revision: 48 $ * *******************
www.eeworm.com/read/147756/5727676

c enet.c

//========================================================================== // // net/enet.c // // Stand-alone ethernet [link-layer] support for RedBoot // //===============================