代码搜索:sysLib
找到约 2,152 项符合「sysLib」的源代码
代码结果 2,152
www.eeworm.com/read/300969/13874733
c sys_kill.c
#include "syslib.h"
PUBLIC int sys_kill(proc, signr)
int proc; /* which proc has exited */
int signr; /* signal number: 1 - 16 */
{
/* A proc has to be signaled via MM. Tell the kernel. */
www.eeworm.com/read/300969/13874741
c sys_getsp.c
#include "syslib.h"
PUBLIC int sys_getsp(proc, newsp)
int proc; /* process whose sp is wanted */
vir_bytes *newsp; /* place to put sp read from kernel */
{
/* Ask the kernel what the sp is.
www.eeworm.com/read/113399/6131619
c sys_kill.c
#include "syslib.h"
PUBLIC int sys_kill(proc, signr)
int proc; /* which proc has exited */
int signr; /* signal number: 1 - 16 */
{
/* A proc has to be signaled via MM. Tell the kernel. */
www.eeworm.com/read/113399/6131622
c sys_getsp.c
#include "syslib.h"
PUBLIC int sys_getsp(proc, newsp)
int proc; /* process whose sp is wanted */
vir_bytes *newsp; /* place to put sp read from kernel */
{
/* Ask the kernel what the sp is.
www.eeworm.com/read/347223/11681573
c round-robinsched.c
/* include files*/
#include "vxWorks.h"
#include "taskLib.h"
#include "kernelLib.h"
#include "sysLib.h"
#include "logLib.h"
#include "stdio.h"
/* function defined */
void taskOne(void);
v
www.eeworm.com/read/347223/11681605
c priorityinversion.c
/* include files*/
#include "vxWorks.h"
#include "taskLib.h"
#include "kernelLib.h"
#include "sysLib.h"
#include "logLib.h"
#include "stdio.h"
#include "semLib.h"
/* function defined */
www.eeworm.com/read/148578/12457148
c sysscsi.c
/* sysScsi.c - x86 SCSI-2 initialization for sysLib.c */
/*
* Copyright (c) 1997-2005 Wind River Systems, Inc.
*
* The right to copy, distribute, modify or otherwise make use
* of this software m
www.eeworm.com/read/228672/14369846
h spu_control.h
#ifndef __SPUDRV_H__
#define __SPUDRV_H__
#include "..\SysLib_Basic\Include\Sys_Define.h" //Type definition. //Type definition.
// Defined R_SPU_Status BITS, same as those def