Searched refs:thrd_entry (Results 1 – 1 of 1) sorted by relevance
244 thrd_fn_t thrd_entry; in partition_init() local264 thrd_entry = POSITION_TO_ENTRY(p_pt->p_ldinf->entry, thrd_fn_t); in partition_init()267 thrd_entry = (thrd_fn_t)common_sfn_thread; in partition_init()269 return thrd_entry; in partition_init()276 thrd_fn_t thrd_entry; in ns_agent_tz_init() local288 thrd_entry = POSITION_TO_ENTRY(p_pt->p_ldinf->entry, thrd_fn_t); in ns_agent_tz_init()292 return thrd_entry; in ns_agent_tz_init()311 thrd_fn_t thrd_entry; in backend_init_comp_assuredly() local324 thrd_entry = (comp_init_fns[index])(p_pt, service_setting, ¶m); in backend_init_comp_assuredly()328 thrd_start(&p_pt->thrd, thrd_entry, THRD_GENERAL_EXIT, (void *)param); in backend_init_comp_assuredly()