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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/plugin/
H A Dthreads.c91 int emulate_pthread_cond_wait(COND_TYPE *cv, MUTEX_TYPE *cs) function
H A Dthreads.h86 # define COND_WAIT(x,y) emulate_pthread_cond_wait(&(x), &(y))
98 int emulate_pthread_cond_wait(COND_TYPE*, MUTEX_TYPE*);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/plugin/
H A Dthreads.c91 int emulate_pthread_cond_wait(COND_TYPE *cv, MUTEX_TYPE *cs) function
H A Dthreads.h86 # define COND_WAIT(x,y) emulate_pthread_cond_wait(&(x), &(y))
98 int emulate_pthread_cond_wait(COND_TYPE*, MUTEX_TYPE*);

Completed in 46 milliseconds