Searched refs:thrd_fn_t (Results 1 – 3 of 3) sorted by relevance
/trusted-firmware-m-3.7.0/secure_fw/spm/core/ |
D | thread.h | 39 typedef void (*thrd_fn_t)(void *); typedef 42 #define THRD_GENERAL_EXIT ((thrd_fn_t)(0xFFFFFFFE)) 129 void thrd_start(struct thread_t *p_thrd, thrd_fn_t fn, thrd_fn_t exit_fn, void *param);
|
D | backend_ipc.c | 241 static thrd_fn_t partition_init(struct partition_t *p_pt, in partition_init() 244 thrd_fn_t thrd_entry; in partition_init() 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() 273 static thrd_fn_t ns_agent_tz_init(struct partition_t *p_pt, in ns_agent_tz_init() 276 thrd_fn_t thrd_entry; in ns_agent_tz_init() 288 thrd_entry = POSITION_TO_ENTRY(p_pt->p_ldinf->entry, thrd_fn_t); in ns_agent_tz_init() 295 static thrd_fn_t ns_agent_tz_init(struct partition_t *p_pt, in ns_agent_tz_init() 304 typedef thrd_fn_t (*comp_init_fn_t)(struct partition_t *, uint32_t, uint32_t *); 311 thrd_fn_t thrd_entry; in backend_init_comp_assuredly()
|
D | thread.c | 85 void thrd_start(struct thread_t *p_thrd, thrd_fn_t fn, thrd_fn_t exit_fn, void *param) in thrd_start()
|