代码搜索:dispatch
找到约 10,000 项符合「dispatch」的源代码
代码结果 10,000
www.eeworm.com/read/136812/5859373
c ndet_single.c
#ifndef lint
#ifdef sccs
static char sccsid[] = "@(#)ndet_single.c 1.1 92/07/30 Copyr 1985 Sun Micro";
#endif
#endif
/*
* Copyright (c) 1985 by Sun Microsystems, Inc.
*/
/*
* Ndet_single.c - Impl
www.eeworm.com/read/100017/6276281
asm apcddb.asm
.386p
;******************************************************************************
; I N C L U D E S
;***********************************************************************
www.eeworm.com/read/494555/6377537
asm eppfctrl.asm
.386p
;******************************************************************
; I N C L U D E S
;******************************************************************
include v
www.eeworm.com/read/261380/11651390
sources
TARGETNAME = vCOM
TARGETPATH = obj
TARGETTYPE = DRIVER
DRIVERTYPE = WDM
TARGETLIBS= \
$(DDK_LIB_PATH)\csq.lib
SOURCES = vCOM_init.c \
vCOM_device.c \
vCOM_pnp.c \
www.eeworm.com/read/209795/15214268
c pnp.c
/* LIBUSB-WIN32, Generic Windows USB Library
* Copyright (c) 2002-2005 Stephan Meyer
*
* This program is free software; you can redistribute it and/or modify
* it under the ter
www.eeworm.com/read/171594/5392369
c pnp.c
/* LIBUSB-WIN32, Generic Windows USB Driver
* Copyright (C) 2002-2003 Stephan Meyer,
*
* This program is free software; you can redistribute it and/or modify
* it under the
www.eeworm.com/read/113855/15446933
h workitem.h
//********************************************************************
// 日期: 2004/08/24 - 24:8:2004 19:55
// 名前: tiamo
// 描述: work item
//*****************************************************
www.eeworm.com/read/288359/8640708
c bulkdev.c
/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
bulkdev.c
Abstract:
This file contains dispatch routines for create,
close and selective suspend.
The sel
www.eeworm.com/read/385844/8786222
cc scheduler.cc
// scheduler.cc
// Routines to choose the next thread to run, and to dispatch to
// that thread.
//
// These routines assume that interrupts are already disabled.
// If interrupts are disabled, we c
www.eeworm.com/read/285126/8867304
c cleanup.c
/*++
Copyright (c) 1989 Microsoft Corporation
Module Name:
Cleanup.c
Abstract:
This module implements the File Cleanup routine for Udfs called by the
dispatch driver.
A