Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - prototype.c
Search - prototype.c - List
DL : 0
/* 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
Date : 2025-12-24 Size : 1kb User : liaozhigao
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.