代码搜索:Routine
找到约 10,000 项符合「Routine」的源代码
代码结果 10,000
www.eeworm.com/read/100594/15870281
h pqueues.h
#pragma PQueues
#include
#include
/********************************* Link **********************************)
(*
www.eeworm.com/read/434785/7801701
s int.s
.global setup_idt,fatal_interruption_routine
.global disable_interruption,restore_interruption
disable_interruption:
pushfl
popl %eax
cli
ret
restore_interruption:
movl 0x04(%esp),%eax
www.eeworm.com/read/331913/12801086
s int.s
.global setup_idt,fatal_interruption_routine
.global disable_interruption,restore_interruption
disable_interruption:
pushfl
popl %eax
cli
ret
restore_interruption:
movl 0x04(%esp),%eax
www.eeworm.com/read/478234/6722327
c interrupt.c
/****************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/478234/6722368
c watchdog.c
/****************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/261161/11663376
h thread.h
/*
* thread.h
*
* Copyright (C) 2006 Insigme Co., Ltd
*
* Authors:
* - Limin Jin
*
* This software has been developed while working on the Linux Unified Kernel
* project (http://linux.insigm
www.eeworm.com/read/155823/11844791
c interrupt.c
/****************************************************************************/
/* */
/* FILE NAME
www.eeworm.com/read/149140/12398960
s int.s
.global setup_idt,fatal_interruption_routine
.global disable_interruption,restore_interruption
disable_interruption:
pushfl
popl %eax
cli
ret
restore_interruption:
movl 0x04(%esp),%eax
www.eeworm.com/read/223685/14619411
txt pthread_once.txt
--------------------------------------------------------------------------------
AIX Version 4.3 Base Operating System and Extensions Technical Reference, Volume
www.eeworm.com/read/159715/5581914
inl tod.inl
/**
* @file rtems/score/tod.inl
*
* This file contains the static inline implementation of the inlined routines
* from the Time of Day Handler.
*/
/*
* COPYRIGHT (c) 1989-2004.
* On-Lin