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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/linux/
H A Dproc.c44 pthread_mutex_t wait_mtx; member in struct:evfilt_data
68 pthread_mutex_lock(&filt->kf_data->wait_mtx);
69 pthread_cond_wait(&filt->kf_data->wait_cond, &filt->kf_data->wait_mtx);
70 pthread_mutex_unlock(&filt->kf_data->wait_mtx);
128 pthread_mutex_init(&ed->wait_mtx, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libkqueue-1.0.6/src/posix/
H A Dproc.c36 pthread_mutex_t wait_mtx = PTHREAD_MUTEX_INITIALIZER; variable
62 pthread_mutex_lock(&wait_mtx);
63 pthread_cond_wait(&wait_cond, &wait_mtx);
64 pthread_mutex_unlock(&wait_mtx);

Completed in 103 milliseconds