|
P99
|
complete object type that holds an identifier for a mutex More...
#include <p99_threads.h>
Public Member Functions | |
| void | mtx_destroy (mtx_t *p00_mtx) |
| int | mtx_init (mtx_t *p00_mtx, int p00_type) |
| int | mtx_lock (mtx_t *p00_mtx) |
| int | mtx_timedlock (mtx_t *restrict p00_mtx, const struct timespec *restrict p00_ts) |
| int | mtx_trylock (mtx_t *p00_mtx) |
| int | mtx_unlock (mtx_t *p00_mtx) |
complete object type that holds an identifier for a mutex
pthread_mutex_t. Definition at line 131 of file p99_threads.h.
1.7.6.1