Searched defs:CMA__T_INT_ATTR (Results 1 – 1 of 1) sorted by relevance
304 typedef struct CMA__T_INT_ATTR { struct306 struct CMA__T_INT_ATTR *attributes; /* Point to controlling attr */ argument308 cma_t_priority priority; /* Priority of new thread */309 cma_t_sched_policy policy; /* Sched policy of thread */310 cma_t_boolean inherit_sched; /* Is scheduling inherited? */311 cma_t_natural stack_size; /* Size of stack (bytes) */312 cma_t_natural guard_size; /* Size of guard (bytes) */313 cma_t_mutex_kind mutex_kind; /* Mutex kind */314 cma__t_cache cache[cma__c_obj_num]; /* Cache information */315 cma_t_boolean delete_pending; /* attr. obj. is deleted */[all …]