代码搜索:rtLinux
找到约 409 项符合「rtLinux」的源代码
代码结果 409
www.eeworm.com/read/180227/5288071
defconfig
#
# Automatically generated make config: don't edit
#
RTLINUX_V3=y
_POSIX_THREADS=y
_POSIX_THREAD_SAFE_FUNCTIONS=y
_POSIX_THREAD_PRIORITY_SCHEDULING=y
_POSIX_THREAD_PROCESS_SHARED=y
_POSIX_THREAD_ATTR
www.eeworm.com/read/321953/3529521
bbl images.bbl
\begin{thebibliography}{CML67}
\bibitem[BY97]{lj:RTLinux}
M.~Barbanov and V.~Yodaiken.
\newblock {Introducing Real-Time Linux}.
\newblock {\em Linux Journal}, 34:19--23, February 1997.
\bibitem[CD73
www.eeworm.com/read/292670/3950553
c timers.c
/*
* Modified by J. Vidal to test RTLinux POSIX.4 interval timers 22-09-2002
*
*/
#include
#include
#include
#include
#include "utils.h"
#define perror(s
www.eeworm.com/read/382361/2637614
c timers.c
/*
* Modified by J. Vidal to test RTLinux POSIX.4 interval timers 22-09-2002
*
*/
#include
#include
#include
#include
#include "utils.h"
#define perror(s
www.eeworm.com/read/101153/6237703
makefile
all: mutex.o condvar.o sema_test.o
include ../../rtl.mk
clean:
rm -f *.o
test: all
@echo "This program tests RTLinux mutexes"
@echo "First we remove any existing rtl-modules"
@echo "You may see
www.eeworm.com/read/180227/5287707
makefile
all: mutex.o condvar.o sema_test.o
include ../../rtl.mk
clean:
rm -f *.o
test: all
@echo "This program tests RTLinux mutexes"
@echo "First we remove any existing rtl-modules"
@echo "You may see
www.eeworm.com/read/180227/5287940
c psc_periodic.c
#include
#include
#include
#include
#define SAMPLES_PER_ROUND 50
#define ROUNDS 50
#undef TEST_LINUX
hrtime_t times[SAMPLES_PER_ROUND];
volatile
www.eeworm.com/read/292670/3950884
makefile
include /usr/src/rtlinux/rtl.mk
all: module
test :test.c rtl_malloc.c
gcc -o test test.c rtl_malloc.c
module:
gcc $(CFLAGS) $(INCLUDE) -c rtl_malloc.c
clean:
rm -f *~ *.o *.flc test
www.eeworm.com/read/382361/2637945
makefile
include /usr/src/rtlinux/rtl.mk
all: module
test :test.c rtl_malloc.c
gcc -o test test.c rtl_malloc.c
module:
gcc $(CFLAGS) $(INCLUDE) -c rtl_malloc.c
clean:
rm -f *~ *.o *.flc test