Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2014
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. ipcrm(1) - remove the specified message queues, semaphore sets, and shared memory segments
  2. lockfile(1) - conditional semaphore-file creator
  3. sem_close(2) - close a named semaphore
  4. sem_open(2) - initialize and open a named semaphore
  5. sem_post(2) - unlock a semaphore
  6. sem_trywait(2), sem_wait(2) - lock a semaphore
  7. sem_unlink(2) - remove a named semaphore
  8. semctl(2) - control operations on a semaphore set
  9. semget(2) - obtain a semaphore id
  10. semop(2) - atomic array of operations on a semaphore set
  11. (END)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement