Searched refs:retval (Results 1 – 4 of 4) sorted by relevance
/nptl/ |
A D | pthread_create.c | 648 int retval = 0; in __pthread_create_2_1() local 655 retval = err == ENOMEM ? EAGAIN : err; in __pthread_create_2_1() 796 retval = create_thread (pd, iattr, &stopped_start, stackaddr, in __pthread_create_2_1() 798 if (retval == 0) in __pthread_create_2_1() 828 retval = create_thread (pd, iattr, &stopped_start, stackaddr, in __pthread_create_2_1() 835 if (__glibc_unlikely (retval != 0)) in __pthread_create_2_1() 867 if (retval == ENOMEM) in __pthread_create_2_1() 868 retval = EAGAIN; in __pthread_create_2_1() 892 return retval; in __pthread_create_2_1()
|
A D | pthread_mutex_trylock.c | 412 int retval = __pthread_tpp_change_priority (oldprio, ceiling); in ___pthread_mutex_trylock() local 413 if (retval) in ___pthread_mutex_trylock() 414 return retval; in ___pthread_mutex_trylock()
|
A D | perf.c | 721 int retval = -1; in clock_gettime() local 748 retval = 0; in clock_gettime() 757 return retval; in clock_gettime()
|
A D | pthread_mutex_lock.c | 556 int retval = __pthread_tpp_change_priority (oldprio, ceiling); in __pthread_mutex_lock_full() local 557 if (retval) in __pthread_mutex_lock_full() 558 return retval; in __pthread_mutex_lock_full()
|
Completed in 8 milliseconds