 | | Feature: In the final draft, condition variables have both defined and optional attributes (the process-shared attribute we discussed in Chapter 4, Managing Pthreads). Draft 4 defines no condition variable attributes. As a result, the condition variable attribute calls (which are pthread_condattr_getshared and pthread_condattr_setshared) and the compile-time constants (which are PTHREAD_PROCESS_SHARED and PTHREAD_PROCESS_PRIVATE) have no meaning in a Draft 4 implementation. | |
|