#include "prtypes.h"#include "prio.h"
Include dependency graph for nspr/pripcsem.h:
This graph shows which files directly or indirectly include this file:Defines | |
| #define | PR_SEM_CREATE 0x1 |
| #define | PR_SEM_EXCL 0x2 |
Typedefs | |
| typedef struct PRSem | PRSem |
Functions | |
| PRSem * | PR_OpenSemaphore (const char *name, PRIntn flags, PRIntn mode, PRUintn value) |
| PRStatus | PR_WaitSemaphore (PRSem *sem) |
| PRStatus | PR_PostSemaphore (PRSem *sem) |
| PRStatus | PR_CloseSemaphore (PRSem *sem) |
| PRStatus | PR_DeleteSemaphore (const char *name) |
| #define PR_SEM_CREATE 0x1 |
| #define PR_SEM_EXCL 0x2 |
| PRStatus PR_DeleteSemaphore | ( | const char * | name | ) |
| PRSem* PR_OpenSemaphore | ( | const char * | name, | |
| PRIntn | flags, | |||
| PRIntn | mode, | |||
| PRUintn | value | |||
| ) |
1.7.1