|
|
pthread_mutexattr(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_destroy(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_getprioceiling(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_getprotocol(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_getpshared(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_gettype(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_init(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_setprioceiling(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_setprotocol(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_setpshared(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutexattr_settype(3) -- mutex attribute operations
|
|
Mutex attributes are used to specify parameters to pthread_mutex_init(). One attribute object can be used in multiple calls to pthread_mutex_init(), with or without modifications between calls. The pt... |
|
pthread_mutex_destroy(3) -- free resources allocated for a mutex
|
|
The pthread_mutex_destroy() function frees the resources allocated for mutex. |
|
pthread_mutex_init(3) -- create a mutex
|
|
The pthread_mutex_init() function creates a new mutex, with attributes specified with attr. If attr is NULL the default attributes are used. |