Home
last modified time | relevance | path

Searched refs:cur (Results 1 – 2 of 2) sorted by relevance

/stdlib/
A Dexit.c56 struct exit_function_list *cur = *listp; in __run_exit_handlers() local
58 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()
A Dcxa_thread_atexit_impl.c152 struct dtor_list *cur = tls_dtor_list; in __call_tls_dtors() local
153 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