semPxShow.h
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* semPxShow.h - posix semaphore show routines */
- /* Copyright 1984-1993 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,06apr93,smb written
- */
- #ifndef __INCsemPxShowh
- #define __INCsemPxShowh
- #include "semaphore.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- /* Function declarations */
- #if defined(__STDC__) || defined(__cplusplus)
- extern STATUS semPxShow (sem_t * semDesc, int level);
- extern STATUS semPxShowInit (void);
- #else /* __STDC__ */
- extern STATUS semPxShow ();
- extern STATUS semPxShowInit ();
- #endif /* __STDC__ */
- #ifdef __cplusplus
- }
- #endif
- #endif /* __INCsemPxShowh*/