| enum P6R::P6SEMFLAG |
Defines the available semaphore open flags.
| P6SF_NOFLAGS | Opens anexisting semaphore with the same name. |
| P6SF_CREATE | Creates the semaphore if it does not already exist. |
| P6SF_EXCLUSIVE | Must be specified with P6SF_CREATE. If a semaphore with the same name already exists, cuases an error to be returned |
| Enumerator | |
|---|---|
| P6SF_NOFLAGS | |
| P6SF_CREATE | |
| P6SF_EXCLUSIVE | |