Age | Commit message (Collapse) | Author |
|
* implement.h (_pthread_condattr_t): Remove shared attribute.
|
|
* implement.h (_pthread_mutexattr_t): Remove shared attribute.
|
|
|
|
* implement.h (PTHREADS_THREADS_MAX): Remove trailing semicolon.
(PTHREADS_STACK_MIN): Specify; needs confirming.
(_pthreads_attr_t): Define this type.
(_pthreads_condattr_t): Likewise.
|
|
* implement.h (_pthread_mutex_attr_t): Define this implementation
internal type. Application programmers only see a mutex attribute
object as a void pointer.
|
|
|