Searched refs:mzthreads_allowed (Results 1 – 4 of 4) sorted by relevance
16 int mzthreads_allowed(void);
6212 if (mzthreads_allowed() && p_mzq > 0 && (msec < 0 || msec > p_mzq)) in RealWaitForChar()6318 if (mzthreads_allowed() && p_mzq > 0 && (msec < 0 || msec > p_mzq)) in RealWaitForChar()
1620 if (mzthreads_allowed() && p_mzq > 0 && (long)dwWaitTime > p_mzq) in WaitForChar()6796 if (mzthreads_allowed() && p_mzq > 0 && msec > p_mzq) in mch_delay()
3657 mzthreads_allowed(void) in mzthreads_allowed() function