Home | History | Annotate | Download | only in src

Lines Matching refs:__ret_code

904   int __ret_code;
920 __ret_code = pthread_setspecific(_S_key, __result);
921 if (__ret_code) {
922 if (__ret_code == ENOMEM) {