Home
last modified time | relevance | path

Searched refs:cleanup_func (Results 1 – 4 of 4) sorted by relevance

/components/libc/posix/pthreads/
A Dpthread_internal.h20 void (*cleanup_func)(void *parameter); member
A Dpthread.c977 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()
/components/libc/posix/libdl/
A Ddlmodule.h54 rt_dlmodule_cleanup_func_t cleanup_func; member
A Ddlmodule.c262 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