Lines Matching refs:thrd_error
262 return (GetLastError() == ERROR_TIMEOUT) ? thrd_busy : thrd_error;
264 return thrd_error;
297 return thrd_error;
326 return thrd_error;
364 return thrd_error;
441 return thrd_error;
445 return thrd_error;
480 return thrd_error;
483 return (*key != 0xFFFFFFFF) ? thrd_success : thrd_error;
504 return TlsSetValue(key, val) ? thrd_success : thrd_error;