代码搜索:queue
找到约 10,000 项符合「queue」的源代码
代码结果 10,000
www.eeworm.com/read/101066/6256649
c msgqshow.c
/* msgQShow.c - message queue show routines */
/* Copyright 1990-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01v,06nov01,aeg added displ
www.eeworm.com/read/101066/6256915
c mqpxshow.c
/* mqPxShow.c - POSIX message queue show */
/* Copyright 1984-1996 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01e,17mar99,jdi doc: updated w
www.eeworm.com/read/101066/6256963
c msgqshow.c
/* msgQShow.c - message queue show routines */
/* Copyright 1990-2001 Wind River Systems, Inc. */
#include "copyright_wrs.h"
/*
modification history
--------------------
01v,06nov01,aeg added displ
www.eeworm.com/read/101066/6257021
c msgqdistlib.c
/* msgQDistLib.c - distributed objects message queue library (VxFusion option) */
/* Copyright 1999 - 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01o,23oct01,jws f
www.eeworm.com/read/101066/6257023
c msgqdistgrpshow.c
/* msgQDistGrpShow.c - distributed message queue group show routines (VxFusion option) */
/* Copyright 1999 - 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01i,23oct0
www.eeworm.com/read/101015/6261911
inc kbd3.inc
;*
;* CW : Character Windows Drivers
;*
;* kbd3.inc : DOS 3 keyboard header
;*****************************************************************************
QUEUE STRUC ;* queue for BIOS keys
p
www.eeworm.com/read/322905/6301357
h msg.h
#ifndef _LINUX_MSG_H
#define _LINUX_MSG_H
#include
/* msgrcv options */
#define MSG_NOERROR 010000 /* no error if message is too big */
#define MSG_EXCEPT 020000 /* rec
www.eeworm.com/read/394404/6333787
txt chulijidiaodusuanfa.txt
void Input(){
char s[30];
int pr;
//通过输入E开始的进程名结束输入操作
while(scanf("%s", &s) && s[0]!='E'){
scanf("%d %d", &t, &pr);
strcpy(temp.name, s);
temp.runtime = t;
temp.priority = pr;
temp
www.eeworm.com/read/291691/6339695
txt linux 指令大全(2).txt
名称 : at
使用权限 : 所有使用者
使用方式 : at -V [-q queue] [-f file] [-mldbv] TIME
说明 : at 可以让使用者指定在 TIME 这个特定时刻执行某个程式或指令,TIME 的格式是 HH:MM其中的 HH 为小时,MM 为分钟,甚至你也可以指定 am, pm, midnight, noon, teatime(就是下午 4 点
www.eeworm.com/read/175592/6341538
c quf.c
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor