Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/secure_fw/spm/core/
Dbackend_ipc.c244 thrd_fn_t thrd_entry; in partition_init() local
264 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() local
288 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() local
324 thrd_entry = (comp_init_fns[index])(p_pt, service_setting, &param); in backend_init_comp_assuredly()
328 thrd_start(&p_pt->thrd, thrd_entry, THRD_GENERAL_EXIT, (void *)param); in backend_init_comp_assuredly()