Home
last modified time | relevance | path

Searched refs:ready_lock (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/tests/
H A Dtest-lock.c508 static gl_lock_t ready_lock[THREAD_COUNT]; variable
535 gl_lock_lock (ready_lock[id]); in once_contender_thread()
537 gl_lock_unlock (ready_lock[id]); in once_contender_thread()
574 gl_lock_init (ready_lock[i]); in test_once()
600 gl_lock_lock (ready_lock[i]); in test_once()
602 gl_lock_unlock (ready_lock[i]); in test_once()
630 gl_lock_lock (ready_lock[i]); in test_once()
632 gl_lock_unlock (ready_lock[i]); in test_once()