Searched refs:sort_left_mutex (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.bin/sort/
H A Dradixsort.c91 static pthread_mutex_t sort_left_mutex; variable
103 pthread_mutex_lock(&sort_left_mutex);
105 pthread_mutex_unlock(&sort_left_mutex);
116 pthread_mutex_lock(&sort_left_mutex);
118 pthread_mutex_unlock(&sort_left_mutex);
652 pthread_mutex_init(&sort_left_mutex, &mattr);
680 pthread_mutex_destroy(&sort_left_mutex);

Completed in 42 milliseconds