代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/461804/7219206
o irq_handler.o
www.eeworm.com/read/461804/7219212
s irq_handler.s
IMPORT IRQ_keypad
EXPORT IRQ_Handler
AREA IRQ_Handler,CODE ,READONLY
MOV R14,PC
STMFD SP!,{R0-R12}
MRS R0,SPSR
STMFD SP!,{R0}
BL IRQ_k
www.eeworm.com/read/455501/7370590
c init_handler.c
unsigned *svi_vec=(unsigned *)0x08; //异常向量0x8
extern void SWI_Handler(void); //中断处理程序
unsigned Install_Handler(unsigned routine,unsigned *vector)
{ /*在异常向量vector地址处写入B指令,相对寻址,
routine为中断处理程序入口地
www.eeworm.com/read/455501/7370599
o init_handler.o
www.eeworm.com/read/454368/7393101
h sigquit_handler.h
#ifndef __sigquit_handler__
#define __sigquit_handler__
#include
#define INITSIGINT signal(SIGINT, sigquit_handler);
bool SIGNAL_RUN = true;
void sigquit_handler (int sno)
{
SIGNAL_RUN
www.eeworm.com/read/453468/7419221
cpp handler_gm.cpp
#include "stdafx.h"
#include
#include
#include "Handler_GM.h"
#include "GameServer.h"
#include "ServerSession.h"
#include "ServerSessionFactory.h"
// 辑滚 沥惑
www.eeworm.com/read/453468/7419421
h handler_gm.h
#ifndef _HANDLER_GM_H_
#define _HANDLER_GM_H_
#pragma once
#include
class ServerSession;
class Handler_GM
{
public:
Handler_GM();
~Handler_GM();
static VOID OnG
www.eeworm.com/read/453468/7419600
cpp handler_cw.cpp
#include "stdafx.h"
#include "Handler_CW.h"
#include "User.h"
#include "WorldServer.h"
#include "UserManager.h"
//GM魄沥阑 困秦
#include "GMList.h"
#include
#include
www.eeworm.com/read/453468/7419608
cpp handler_wz.cpp
#include "StdAfx.h"
#include ".\handler_WZ.h"
#include "WorldServer.h"
#include "GuildServerSession.h"
#include "ServerSessionManager.h"
#include
#include
www.eeworm.com/read/453468/7419610
h handler_aw.h
#pragma once
struct MSG_BASE;
class AgentServerSession;
class Handler_AW
{
public:
static VOID OnAW_AGENTSERVER_INFO_SYN( AgentServerSession *pAgentServer, MSG_BASE *pMsg, WORD wSize );
s