Searched refs:gl_thread_create (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/tests/ |
H A D | test-lock.c | 90 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) in gl_thread_create() function 115 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) in gl_thread_create() function 139 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) in gl_thread_create() function 175 static inline gl_thread_t gl_thread_create (void * (*func) (void *), void *arg) in gl_thread_create() function 311 checkerthread = gl_thread_create (lock_checker_thread, NULL); in test_lock() 313 threads[i] = gl_thread_create (lock_mutator_thread, NULL); in test_lock() 393 checkerthreads[i] = gl_thread_create (rwlock_checker_thread, NULL); in test_rwlock() 395 threads[i] = gl_thread_create (rwlock_mutator_thread, NULL); in test_rwlock() 491 checkerthread = gl_thread_create (reclock_checker_thread, NULL); in test_recursive_lock() 493 threads[i] = gl_thread_create (reclock_mutator_thread, NULL); in test_recursive_lock() [all …]
|