Searched refs:cleanup_func (Results 1 – 4 of 4) sorted by relevance
20 void (*cleanup_func)(void *parameter); member
977 cleanup->cleanup_func(cleanup->parameter); in pthread_exit()1196 cleanup->cleanup_func(cleanup->parameter); in pthread_cleanup_pop()1245 cleanup->cleanup_func = routine; in pthread_cleanup_push()1475 cleanup->cleanup_func(cleanup->parameter); in pthread_cancel()
54 rt_dlmodule_cleanup_func_t cleanup_func; member
262 if (module->cleanup_func) in dlmodule_destroy()265 module->cleanup_func(module); in dlmodule_destroy()538 module->cleanup_func = dlsym(module, "module_cleanup"); in dlmodule_load()712 module->cleanup_func = dlsym(module, "module_cleanup"); in dlmodule_load_custom()
Completed in 6 milliseconds