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

/haiku-fatelf/src/bin/network/atftpd/
H A Dtftpd_list.c162 pthread_mutex_lock(&current->client_mutex);
181 pthread_mutex_unlock(&current->client_mutex);
191 pthread_mutex_unlock(&current->client_mutex);
196 pthread_mutex_unlock(&current->client_mutex);
207 pthread_mutex_lock(&thread->client_mutex);
209 pthread_mutex_unlock(&thread->client_mutex);
220 pthread_mutex_lock(&thread->client_mutex);
226 pthread_mutex_unlock(&thread->client_mutex);
237 pthread_mutex_lock(&thread->client_mutex);
244 pthread_mutex_unlock(&thread->client_mutex);
[all...]
H A Dtftpd.h62 pthread_mutex_t client_mutex; member in struct:thread_data
H A Dtftpd.c423 pthread_mutex_init(&new->client_mutex, NULL);

Completed in 91 milliseconds