Lines Matching refs:EINVAL
427 ret = EINVAL; in pthread_create()
481 ret = EINVAL; in pthread_create()
498 ret = EINVAL; in pthread_create()
540 ret = EINVAL; in pthread_detach()
549 ret = EINVAL; in pthread_detach()
613 return EINVAL; /* invalid pthread id */ in pthread_join()
624 return EINVAL; /* join on a detached pthread */ in pthread_join()
711 return EINVAL; in pthread_getcpuclockid()
1105 return EINVAL; in pthread_kill()
1315 if (rt_thread_self() == NULL) return EINVAL; in pthread_setcancelstate()
1330 return EINVAL; in pthread_setcancelstate()
1366 if (rt_thread_self() == NULL) return EINVAL; in pthread_setcanceltype()
1373 return EINVAL; in pthread_setcanceltype()
1452 return EINVAL; in pthread_cancel()