代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/377198/9290584
bak createtask.c.bak
#include
#include
#include
#include
#include
#include "cretetask.h"
#ifdef __cplusplus
extern "C"{
#endif
int nLowId = 0x11;
int
www.eeworm.com/read/377198/9290635
c createtask.c
#include
#include
#include
#include
#include
#include "cretetask.h"
#ifdef __cplusplus
extern "C"{
#endif
int nLowId = 0x11;
int
www.eeworm.com/read/161444/10412744
c sysata.c
/* sysAta.c - Motorola MVME2600 series ATA-2 initialization for sysLib.c */
/* Copyright 1984-1998 Wind River Systems, Inc. */
/* Copyright 1997,1998 Motorola, Inc. All Rights Reserved */
#include "c
www.eeworm.com/read/161444/10412843
c sysscsi.c
/* sysScsi.c - Motorola MVME2600 series SCSI-2 initialization for sysLib.c */
/* Copyright 1984-1999 Wind River Systems, Inc. */
/* Copyright 1996,1997,1998,1999 Motorola, Inc., All Rights Reserved *
www.eeworm.com/read/438680/7728155
cpp mem.cpp
#include "vxWorks.h"
#include "msgQLib.h"
#include "stdio.h"
#include "taskLib.h"
#include "string.h"
#include "semLib.h"
#include "sysLib.h"
#include "stdlib.h"
#include "memPartLib.h"
www.eeworm.com/read/144316/12802747
c vxworks-ppp.c
extern "C"
{
#include
#include
#include
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/331569/12820068
cpp multitask.cpp
/* multiple tasks run*/
#include "vxWorks.h"
#include "taskLib.h"
#include "stdLib.h"
#include "kernelLib.h"
#include "sysLib.h"
#include "msgQLib.h"
#include "stdio.h"
#include "semLib.h"
#i
www.eeworm.com/read/300969/13874737
c sys_abort.c
#include "syslib.h"
#include
#include
PUBLIC int sys_abort(int how, ...)
{
/* Something awful has happened. Abandon ship. */
message m;
va_list ap;
va_start(
www.eeworm.com/read/113399/6131621
c sys_abort.c
#include "syslib.h"
#include
#include
PUBLIC int sys_abort(int how, ...)
{
/* Something awful has happened. Abandon ship. */
message m;
va_list ap;
va_start(
www.eeworm.com/read/484240/6582457
c watchdog.c
#include "vxworks.h"
#include "wdLib.h"
#include "stdio.h"
#include "taskLib.h"
#include "logLib.h"
#include "sysLib.h"
void taskTwo(void)
{
int i;
for(i = 0; i < 10; i++)
{
taskDel