代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/332697/12743563
h usbout.h
/*************************************************************************/
/* */
/* Copyright Shenzhen Watertek S
www.eeworm.com/read/152843/5663153
c evmisc.c
/******************************************************************************
*
* Module Name: evmisc - Miscellaneous event manager support functions
*
******************************************
www.eeworm.com/read/152843/5663154
c evxfregn.c
/******************************************************************************
*
* Module Name: evxfregn - External Interfaces, ACPI Operation Regions and
* Address Spaces.
www.eeworm.com/read/152843/5663160
c evxface.c
/******************************************************************************
*
* Module Name: evxface - External interfaces for ACPI events
*
***************************************************
www.eeworm.com/read/141268/5774961
h m_templ.h
/////////////////////////////////////////////////////////////////////////////
// Name: m_templ.h
// Purpose: Modules template file
// Author: Vaclav Slavik
// RCS-ID: $Id: m_t
www.eeworm.com/read/137626/5823269
h data.h
/* $Id: data.h,v 1.2 2004/08/18 14:11:51 jonas Exp $ */
#ifndef EL__PROTOCOL_DATA_H
#define EL__PROTOCOL_DATA_H
#include "protocol/protocol.h"
#ifdef CONFIG_DATA
extern protocol_handler data_protoc
www.eeworm.com/read/136989/5826714
cpp sighandlers.cpp
// SigHandlers.cpp,v 1.2 2004/01/03 13:07:52 jwillemsen Exp
#include "ace/OS_NS_unistd.h"
#include "ace/Log_Msg.h"
#include "ace/Signal.h"
class MySignalHandler : public ACE_Event_Handler
{
www.eeworm.com/read/136989/5827296
cpp registration.cpp
// Registration.cpp,v 4.5 2003/11/05 05:27:35 dhinton Exp
//
// ============================================================================
//
// = LIBRARY
// examples
//
// = FILENAME
//
www.eeworm.com/read/136989/5827358
cpp test_signals_1.cpp
// test_signals_1.cpp,v 4.17 2003/11/05 02:04:53 dhinton Exp
// This simple program illustrates the difference between handling
// signals via the Reactor (which doesn't cause the event loop to
/
www.eeworm.com/read/136989/5827675
brk server.brk
#include "ace/Acceptor.h"
#include "ace/SOCK_Acceptor.h"
#include "ace/Reactor.h"
#include "ace/Thread.h"
ACE_Reactor * g_reactor;
static sig_atomic_t finished = 0;
class Logging_Ha