代码搜索:SWITCHING

找到约 1,142 项符合「SWITCHING」的源代码

代码结果 1,142
www.eeworm.com/read/432012/1901280

c context.c

/* * context switching * 2003-10 by SONE Takeshi */ #include "openbios/config.h" #include "openbios/kernel.h" #include "context.h" #define MAIN_STACK_SIZE 16384 #define IMAGE_STACK_SIZE 4096 #de
www.eeworm.com/read/407313/2266376

c context.c

/* * context switching * 2003-10 by SONE Takeshi */ #include "openbios/config.h" #include "openbios/kernel.h" #include "context.h" #define MAIN_STACK_SIZE 16384 #define IMAGE_STACK_SIZE 4096 #de
www.eeworm.com/read/407313/2266408

c context.c

/* * context switching * 2003-10 by SONE Takeshi */ #include "openbios/config.h" #include "openbios/kernel.h" #include "context.h" #define MAIN_STACK_SIZE 16384 #define IMAGE_STACK_SIZE 4096 #de
www.eeworm.com/read/286757/8744319

txt frsw.txt

FRSW配置 frame-relay switching ! interface Serial0 no ip address no ip directed-broadcast encapsulation frame-relay clockrate 56000 no frame-relay inverse-arp frame-relay intf-type dce
www.eeworm.com/read/110034/6166912

s entry.s

/* * arch/v850/kernel/entry.S -- Low-level system-call handling, trap handlers, * and context-switching * * Copyright (C) 2001,2002 NEC Corporation * Copyright (C) 2001,2002 Miles Bader
www.eeworm.com/read/209559/4970404

h system.h

#ifndef __ASM_CRIS_SYSTEM_H #define __ASM_CRIS_SYSTEM_H #include /* the switch_to macro calls resume, an asm function in entry.S which does the actual * task switching. */ ext
www.eeworm.com/read/316872/3600176

h system.h

#ifndef __ASM_CRIS_SYSTEM_H #define __ASM_CRIS_SYSTEM_H #include /* the switch_to macro calls resume, an asm function in entry.S which does the actual * task switching. */ ext
www.eeworm.com/read/182135/9215287

c modeswitch.c

/* An example of framebuffer mode switching. */ #include #include #include #include #include #include #include #include
www.eeworm.com/read/152843/5661682

c cs53l32a.c

/* * cs53l32a (Adaptec AVC-2010 and AVC-2410) i2c ivtv driver. * Copyright (C) 2005 Martin Vaughan * * Audio source switching for Adaptec AVC-2410 added by Trev Jackson * * This program is free
www.eeworm.com/read/152661/5672229

changelog

2000-11-27 Drew Moseley * src/sa1100mm_misc.c (sa1100mm_program_new_stack): New function for switching to an application stack when running a program under a ROM monitor.