文件名称:wait
- 所属分类:
- VxWorks
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- liaoz*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
/* wait.h - wait facility library header */
/*
* Copyright (c) 2003-2006 Wind River Systems, Inc.
*
* The right to copy, distribute or otherwise make use of this software
* may be licensed only pursuant to the terms of an applicable Wind River
* license agreement.
*/
/*
modification history
--------------------
01g,18jul06,jmg removed kernel declaration of wait() and waitpid()
01f,21jun06,pcm made pthread cancellation point modifications
01e,02feb06,mil Updated for POSIX namespace conformance (P9*).
01d,24aug05,kk updated wait() and waitpid() API
01c,27aug04,md fixed WIFSIGNALED() macro
01b,26nov03,nrj added function prototype
01a,28oct03,nrj written from posix spec
*/
#ifndef __INCwaith
#define __INCwaith
#ifdef __cplusplus
extern "C" {
#endif
/* includes */
#include <signal.h>
/* defines */
#define WNOHANG -/* wait.h- wait facility library header*/
/*
* Copyright (c) 2003-2006 Wind River Systems, Inc.
*
* The right to copy, distribute or otherwise make use of this software
* may be licensed only pursuant to the terms of an applicable Wind River
* license agreement.
*/
/*
modification history
--------------------
01g,18jul06,jmg removed kernel declaration of wait() and waitpid()
01f,21jun06,pcm made pthread cancellation point modifications
01e,02feb06,mil Updated for POSIX namespace conformance (P9*).
01d,24aug05,kk updated wait() and waitpid() API
01c,27aug04,md fixed WIFSIGNALED() macro
01b,26nov03,nrj added function prototype
01a,28oct03,nrj written from posix spec
*/
#ifndef __INCwaith
#define __INCwaith
#ifdef __cplusplus
extern "C" {
#endif
/* includes*/
#include <signal.h>
/* defines*/
#define WNOHANG
/*
* Copyright (c) 2003-2006 Wind River Systems, Inc.
*
* The right to copy, distribute or otherwise make use of this software
* may be licensed only pursuant to the terms of an applicable Wind River
* license agreement.
*/
/*
modification history
--------------------
01g,18jul06,jmg removed kernel declaration of wait() and waitpid()
01f,21jun06,pcm made pthread cancellation point modifications
01e,02feb06,mil Updated for POSIX namespace conformance (P9*).
01d,24aug05,kk updated wait() and waitpid() API
01c,27aug04,md fixed WIFSIGNALED() macro
01b,26nov03,nrj added function prototype
01a,28oct03,nrj written from posix spec
*/
#ifndef __INCwaith
#define __INCwaith
#ifdef __cplusplus
extern "C" {
#endif
/* includes */
#include <signal.h>
/* defines */
#define WNOHANG -/* wait.h- wait facility library header*/
/*
* Copyright (c) 2003-2006 Wind River Systems, Inc.
*
* The right to copy, distribute or otherwise make use of this software
* may be licensed only pursuant to the terms of an applicable Wind River
* license agreement.
*/
/*
modification history
--------------------
01g,18jul06,jmg removed kernel declaration of wait() and waitpid()
01f,21jun06,pcm made pthread cancellation point modifications
01e,02feb06,mil Updated for POSIX namespace conformance (P9*).
01d,24aug05,kk updated wait() and waitpid() API
01c,27aug04,md fixed WIFSIGNALED() macro
01b,26nov03,nrj added function prototype
01a,28oct03,nrj written from posix spec
*/
#ifndef __INCwaith
#define __INCwaith
#ifdef __cplusplus
extern "C" {
#endif
/* includes*/
#include <signal.h>
/* defines*/
#define WNOHANG
(系统自动生成,下载前可以参看下载内容)
下载文件列表
wait.h