> And if we don't have an implementation of named semaphores, then why do we have
> sem_post and sem_init etc. function?

Semaphores can be used to coordinate threads, as described in info libc - POSIX
Semaphores. Thats why sem_init etc are there. As for named semaphores, I do not know.

Tomas Zellerin



_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list

Reply via email to