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

/freebsd-13-stable/lib/libc/gen/
H A Dsem_new.c82 static pthread_mutex_t sem_llock; variable
89 _pthread_mutex_lock(&sem_llock);
96 _pthread_mutex_unlock(&sem_llock);
103 _pthread_mutex_unlock(&sem_llock);
110 _pthread_mutex_init(&sem_llock, NULL);
178 _pthread_mutex_lock(&sem_llock);
196 _pthread_mutex_unlock(&sem_llock);
243 _pthread_mutex_unlock(&sem_llock);
253 _pthread_mutex_unlock(&sem_llock);
274 _pthread_mutex_lock(&sem_llock);
[all...]

Completed in 103 milliseconds