5 void createOperations();
11 int32_t semGet(key_t key, int32_t nsems,
12 int32_t semflg,
const int32_t *values);
13 int32_t semControl(semaphoresetprivate *pvt, int32_t semnum,
14 int32_t cmd, semun *semctlun);
15 bool semTimedOp(
struct sembuf *sops,
18 bool semOp(
struct sembuf *sops);
20 semaphoresetprivate *pvt;
Definition: semaphoreset.h:46