Home | History | Annotate | Download | only in src

Lines Matching defs:__obj

766   typedef _Pthread_alloc_obj __obj;
775 { memset((void *)__CONST_CAST(_Pthread_alloc_obj**, __free_list), 0, (size_t)_S_NFREELISTS * sizeof(__obj *)); }
854 typedef _Pthread_alloc_obj __obj;
857 __obj * volatile * __my_free_list;
858 __obj * __result;
859 __obj * __current_obj, * __next_obj;
869 __result = (__obj *)__chunk;
870 *__my_free_list = __next_obj = (__obj *)(__chunk + __n);
873 __next_obj = (__obj *)((char *)__next_obj + __n);
936 typedef _Pthread_alloc_obj __obj;
960 __obj
961 ((__obj *)_S_start_free) -> __free_list_link = *__my_free_list;
962 *__my_free_list = (__obj *)_S_start_free;
991 typedef _Pthread_alloc_obj __obj;
992 __obj * volatile * __my_free_list;
993 __obj * __result;
1015 typedef _Pthread_alloc_obj __obj;
1016 __obj *__q = (__obj *)__p;
1017 __obj * volatile * __my_free_list;
1035 typedef _Pthread_alloc_obj __obj;
1036 __obj * volatile * __my_free_list;
1037 __obj * __result;
1060 typedef _Pthread_alloc_obj __obj;
1061 __obj *__q = (__obj *)__p;
1062 __obj * volatile * __my_free_list;