Lines Matching refs:thrd_error
329 if (!cond) return thrd_error;
356 if (!cond) return thrd_error;
374 if (!cond) return thrd_error;
387 if (!cond || !mtx || !abs_time) return thrd_error;
391 return (GetLastError() == ERROR_TIMEOUT) ? thrd_busy : thrd_error;
401 if (!cond || !mtx) return thrd_error;
424 if (!mtx) return thrd_error;
429 return thrd_error;
438 if (!mtx) return thrd_error;
448 if (!mtx || !ts) return thrd_error;
465 if (!mtx) return thrd_error;
473 if (!mtx) return thrd_error;
486 if (!thr) return thrd_error;
495 return thrd_error;
572 return thrd_error;
576 return thrd_error;
606 if (!key) return thrd_error;
611 return thrd_error;
614 return (*key != 0xFFFFFFFF) ? thrd_success : thrd_error;
635 return TlsSetValue(key, val) ? thrd_success : thrd_error;