Searched refs:thrd_fn_t (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.6.0/secure_fw/spm/core/ |
D | thread.h | 37 typedef void (*thrd_fn_t)(void *); typedef 40 #define THRD_GENERAL_EXIT ((thrd_fn_t)(0xFFFFFFFE)) 127 void thrd_start(struct thread_t *p_thrd, thrd_fn_t fn, thrd_fn_t exit_fn, void *param);
|
D | backend_ipc.c | 233 static thrd_fn_t partition_init(struct partition_t *p_pt, in partition_init() 236 thrd_fn_t thrd_entry; in partition_init() 256 thrd_entry = POSITION_TO_ENTRY(p_pt->p_ldinf->entry, thrd_fn_t); in partition_init() 259 thrd_entry = (thrd_fn_t)common_sfn_thread; in partition_init() 265 static thrd_fn_t ns_agent_tz_init(struct partition_t *p_pt, in ns_agent_tz_init() 268 thrd_fn_t thrd_entry; in ns_agent_tz_init() 277 thrd_entry = POSITION_TO_ENTRY(p_pt->p_ldinf->entry, thrd_fn_t); in ns_agent_tz_init() 284 static thrd_fn_t ns_agent_tz_init(struct partition_t *p_pt, in ns_agent_tz_init() 293 typedef thrd_fn_t (*comp_init_fn_t)(struct partition_t *, uint32_t, uint32_t *); 300 thrd_fn_t thrd_entry; in backend_init_comp_assuredly()
|
D | thread.c | 84 void thrd_start(struct thread_t *p_thrd, thrd_fn_t fn, thrd_fn_t exit_fn, void *param) in thrd_start()
|