#include "prtypes.h"#include "prio.h"
Defines | |
| #define | PR_SEM_CREATE 0x1 |
| #define | PR_SEM_EXCL 0x2 |
Typedefs | |
| typedef typedefPR_BEGIN_EXTERN_C struct PRSem | PRSem |
Functions | |
| NSPR_API (PRSem *) PR_OpenSemaphore(const char *name | |
| NSPR_API (PRStatus) PR_WaitSemaphore(PRSem *sem) | |
Variables | |
| PRIntn | flags |
| PRIntn PRIntn | mode |
| PRIntn PRIntn PRUintn | value |
| #define PR_SEM_CREATE 0x1 |
| #define PR_SEM_EXCL 0x2 |
| NSPR_API | ( | PRStatus | ) |
| NSPR_API | ( | PRSem * | ) | const |
| PRIntn flags |
| PRIntn PRIntn mode |
| PRIntn PRIntn PRUintn value |
1.6.1