Home | History | Annotate | Download | only in src

Lines Matching defs:__s

886   _Pthread_alloc_per_thread_state* __s = (_Pthread_alloc_per_thread_state*)__instance;
887 __s -> __next = _S_free_per_thread_states;
888 _S_free_per_thread_states = __s;