代码搜索:rtLinux

找到约 409 项符合「rtLinux」的源代码

代码结果 409
www.eeworm.com/read/180227/5288191

txt license.txt

FSMLABS Licensing for RTLinux/Free This document specifies the licensing for this release of RTLinux/Free. Individual files in this release are each labeled with an ide
www.eeworm.com/read/180227/5288077

txt releasenote3.2.txt

RTLinux/Open 3.2 is now available from: ftp://ftp.rtlinux.com/pub/rtlinux/v3/ New in 3.2 * sem_getvalue() fixed (thanks to David Hamilton ) * updated documentation *
www.eeworm.com/read/101153/6237892

in config.in

define_bool CONFIG_PSC y bool 'Floating Point Support' CONFIG_RTL_FP_SUPPORT bool 'RTLinux V1 API support' CONFIG_RTL_USE_V1_API bool 'RTLinux Debugger' CONFIG_RTL_DEBUGGER
www.eeworm.com/read/180227/5288115

h psc.h

/* * RTLinux user-level realtime internal support * * Copyright (C) 2000 FSM Labs (http://www.fsmlabs.com/) */ #ifndef _RTLINUX_PSC_H #define _RTLINUX_PSC_H extern int psc_active; extern void rtl
www.eeworm.com/read/101153/6237762

c cpureserve.c

/* * RTLinux scheduling accuracy measuring example * * This modules attempts to reserve a CPU for RTLinux on SMP machines. * Note that this feature is only supported on 2.4.x kernels. * * Writte
www.eeworm.com/read/180227/5287817

c cpureserve.c

/* * RTLinux scheduling accuracy measuring example * * This modules attempts to reserve a CPU for RTLinux on SMP machines. * Note that this feature is only supported on 2.4.x kernels. * * Writte
www.eeworm.com/read/294145/3919695

makefile

all: crash.o include /usr/rtlinux/rtl.mk clean: rm -f *.o ins: # rtlinux start # modprobe rtl_debug insmod crash.o rm: rmmod crash # rmmod rtl_debug # rtlinux stop stress: svga tail -f /var/lo
www.eeworm.com/read/180227/5288202

in config.in

bool 'RTLinux Debugger' CONFIG_RTL_DEBUGGER
www.eeworm.com/read/101153/6237753

c reserve_cpu.c

#include #include #include #ifndef CONFIG_RTL_SUSPEND_LINUX #error CONFIG_RTL_SUSPEND_LINUX not enabled #endif pthread_t thread; #define NUMBER_OF_WAITS 10000 #defin
www.eeworm.com/read/294145/3919286

c dbg.c

/*************************************************************************** dbg.c - RTLinux kernel module for debugging ------------------- begin