Go to the source code of this file.
Functions | |
static void | synchronize (void) |
static void | synchronize_nowait (void) |
TEST_IMPL (thread_mutex) | |
TEST_IMPL (thread_mutex_recursive) | |
TEST_IMPL (thread_rwlock) | |
TEST_IMPL (thread_rwlock_trylock) | |
static void | thread_rwlock_trylock_peer (void *unused) |
Variables | |
static uv_cond_t | condvar |
static uv_mutex_t | mutex |
static uv_rwlock_t | rwlock |
static int | step |
|
static |
Definition at line 98 of file test-mutexes.c.
|
static |
Definition at line 91 of file test-mutexes.c.
TEST_IMPL | ( | thread_mutex | ) |
Definition at line 38 of file test-mutexes.c.
TEST_IMPL | ( | thread_mutex_recursive | ) |
Definition at line 53 of file test-mutexes.c.
TEST_IMPL | ( | thread_rwlock | ) |
Definition at line 73 of file test-mutexes.c.
TEST_IMPL | ( | thread_rwlock_trylock | ) |
Definition at line 139 of file test-mutexes.c.
|
static |
Definition at line 108 of file test-mutexes.c.
|
static |
Definition at line 28 of file test-mutexes.c.
|
static |
Definition at line 29 of file test-mutexes.c.
|
static |
Definition at line 30 of file test-mutexes.c.
|
static |
Definition at line 31 of file test-mutexes.c.