Lines Matching refs:result
99 int result = 0; in __pthread_tpp_change_priority() local
104 result = errno; in __pthread_tpp_change_priority()
113 result = errno; in __pthread_tpp_change_priority()
118 if (result == 0) in __pthread_tpp_change_priority()
127 result = errno; in __pthread_tpp_change_priority()
133 return result; in __pthread_tpp_change_priority()
144 int result = 0; in __pthread_current_priority() local
151 result = -1; in __pthread_current_priority()
160 result = -1; in __pthread_current_priority()
165 if (result != -1) in __pthread_current_priority()
166 result = self->schedparam.sched_priority; in __pthread_current_priority()
170 return result; in __pthread_current_priority()