Searched refs:thread_lock_fn (Results 1 – 2 of 2) sorted by relevance
74 static void *thread_lock_fn(void *arg) in thread_lock_fn() function179 create_max_threads(thread_lock_fn); in TEST()234 create_max_threads(thread_lock_fn); in TEST()263 create_max_threads(thread_lock_fn); in TEST()
44 static void *thread_lock_fn(void *arg) in thread_lock_fn() function63 ret = pthread_create(&threads[i], NULL, thread_lock_fn, &thread_args[i]); in create_max_threads()