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

/macosx-10.10/efax-38/efax/
H A Defaxos.c81 static pthread_cond_t sysEventThreadCond = { 0 }; /* Thread initialization complete condition */ variable
854 pthread_cond_init(&sysEventThreadCond, NULL);
878 pthread_cond_wait(&sysEventThreadCond, &sysEventThreadMutex);
890 pthread_cond_destroy(&sysEventThreadCond);
1076 pthread_cond_signal(&sysEventThreadCond);

Completed in 161 milliseconds