Searched refs:cur (Results 1 – 2 of 2) sorted by relevance
56 struct exit_function_list *cur = *listp; in __run_exit_handlers() local58 if (cur == NULL) in __run_exit_handlers()66 while (cur->idx > 0) in __run_exit_handlers()68 struct exit_function *const f = &cur->fns[--cur->idx]; in __run_exit_handlers()124 *listp = cur->next; in __run_exit_handlers()128 free (cur); in __run_exit_handlers()
152 struct dtor_list *cur = tls_dtor_list; in __call_tls_dtors() local153 dtor_func func = cur->func; in __call_tls_dtors()159 func (cur->obj); in __call_tls_dtors()165 atomic_fetch_add_release (&cur->map->l_tls_dtor_count, -1); in __call_tls_dtors()166 free (cur); in __call_tls_dtors()
Completed in 5 milliseconds