in reply to Re^4: OT: Locking and syncing mechanisms available on *nix.
in thread OT: Locking and syncing mechanisms available on *nix.

pthread.h: barriers
semaphore.h: semaphores
ipc.h + sem.h: ipc v semaphores
ipc.h + msg.h: ipc v message queues
  • Comment on Re^5: OT: Locking and syncing mechanisms available on *nix.