Home
last modified time | relevance | path

Searched refs:engine_pause_cond (Results 1 – 1 of 1) sorted by relevance

/dports/dns/ldapdns/ldapdns-2.07/
H A Dengine.c36 static pthread_cond_t engine_pause_cond; variable
48 pthread_cond_wait(&engine_pause_cond, in handle_messages()
112 pthread_cond_broadcast(&engine_pause_cond); in handle_signal()
126 pthread_cond_broadcast(&engine_pause_cond); in handle_signal()
3511 if (pthread_cond_init(&engine_pause_cond, NULL) != 0) in main()