semPxShow.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* semPxShow.h - posix semaphore show routines */
  2. /* Copyright 1984-1993 Wind River Systems, Inc. */
  3. /*
  4. modification history
  5. --------------------
  6. 01a,06apr93,smb written
  7. */
  8. #ifndef __INCsemPxShowh
  9. #define __INCsemPxShowh
  10. #include "semaphore.h"
  11. #ifdef __cplusplus
  12. extern "C" {
  13. #endif
  14. /* Function declarations */
  15. #if defined(__STDC__) || defined(__cplusplus)
  16. extern STATUS semPxShow (sem_t * semDesc, int level);
  17. extern STATUS semPxShowInit (void);
  18. #else   /* __STDC__ */
  19. extern STATUS semPxShow ();
  20. extern STATUS semPxShowInit ();
  21. #endif  /* __STDC__ */
  22. #ifdef __cplusplus
  23. }
  24. #endif
  25. #endif /* __INCsemPxShowh*/