Searched refs:usage_count (Results 1 – 4 of 4) sorted by relevance
416 if (tpnt->usage_count > 1) { in do_dlopen()473 tpnt1->usage_count--; in do_dlopen()843 handle->dyn->libname, handle->dyn->usage_count); in do_dlclose()844 if (handle->dyn->usage_count != 1 || (handle->dyn->rtld_flags & RTLD_NODELETE)) { in do_dlclose()845 handle->dyn->usage_count--; in do_dlclose()865 tpnt->usage_count--; in do_dlclose()866 if (tpnt->usage_count == 0 && !(tpnt->rtld_flags & RTLD_NODELETE)) { in do_dlclose()1132 tpnt->usage_count, tpnt->libname);
85 unsigned short usage_count; member
771 app_tpnt->usage_count++; in _dl_get_ready_to_run()966 tpnt1->usage_count == 1) { in _dl_get_ready_to_run()1058 tpnt1->usage_count == 1) { in _dl_get_ready_to_run()1096 ldso_tpnt->usage_count++; in _dl_get_ready_to_run()1125 tpnt1->usage_count == 1) { in _dl_get_ready_to_run()1199 tpnt->usage_count++; in _dl_get_ready_to_run()
500 tpnt->usage_count++;842 tpnt->usage_count++;
Completed in 13 milliseconds