Go to the source code of this file.
Data Structures | |
struct | mutex_t |
Typedefs | |
typedef pthread_mutex_t | mutex_t |
typedef void * | tsd_key_t [256] |
Functions | |
static int | mutex_lock (mutex_t *m) |
static int | mutex_trylock (mutex_t *m) |
static int | mutex_unlock (mutex_t *m) |
Definition at line 90 of file memory-gnu-threads.h.
typedef void * tsd_key_t |
Definition at line 108 of file memory-gnu-threads.h.
Definition at line 49 of file memory-gnu-threads.h.
References mutex_t::lock, and r.
Referenced by alignas().
Definition at line 72 of file memory-gnu-threads.h.
References mutex_t::lock, and r.
Referenced by alignas().
Definition at line 82 of file memory-gnu-threads.h.
References mutex_t::lock.
Referenced by alignas().