|
||||||
| C and C++ C and C++ forum for discussing all forms of C except for C#. These languages are powerful low level languages used for creating Operating Systems, Device Drivers, compilers and much more. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
What are advantages/disadvantages of using
sem_wait() and sem_post() instead of pthread_cond_wait() and pthread_cond_broadcast() for sincronizing pthreads? I guess but please correct me: Advantages: (1) sem_wait() can be used inside signal handlers or async call backs (pthread_cond need pthread_mutex which is not signal handler safe) Disadvantages: (1) sem_wait()/post() is slower? Last edited by mynickmynick; 05-07-2008 at 10:13 AM. |
| Sponsored Links |
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|