Searched refs:task_type (Results 1 - 13 of 13) sorted by relevance

/barrelfish-master/include/barrelfish_kpi/
H A Ddispatcher_shared.h28 enum task_type { enum
/barrelfish-master/kernel/include/
H A Ddispatch.h61 enum task_type type;
H A Dsyscall.h32 enum task_type type, unsigned long deadline,
/barrelfish-master/usr/monitor/
H A Dresource_ctrl.c23 enum task_type task_type; member in struct:rsrc_phase
269 rp->task_type = TASK_TYPE_HARD_REALTIME;
289 rp->task_type = TASK_TYPE_BEST_EFFORT;
323 err = invoke_dispatcher_properties(d->disp, p->task_type, p->deadline, p->wcet,
/barrelfish-master/lib/phoenix/
H A Dmap_reduce.c189 TASK_TYPE_T task_type; /* Assigned task type. */ member in struct:__anon280
513 switch (th_arg->task_type) {
532 tpool_t *tpool, TASK_TYPE_T task_type, thread_arg_t** th_arg_array, int num_workers)
536 switch (task_type) {
567 TASK_TYPE_T task_type; local
581 task_type = th_arg->task_type;
582 num_threads = getNumTaskThreads (env, task_type);
594 cpu = sched_thr_to_cpu (env->schedPolicies[task_type], thread_index + env->args->proc_offset);
604 env->tpool, task_type,
531 start_thread_pool( tpool_t *tpool, TASK_TYPE_T task_type, thread_arg_t** th_arg_array, int num_workers) argument
1703 getNumTaskThreads(mr_env_t* env, TASK_TYPE_T task_type) argument
1734 getCurrThreadIndex(TASK_TYPE_T task_type) argument
[all...]
/barrelfish-master/tools/schedsim/
H A Dsimulator.c30 enum task_type { enum
64 enum task_type type;
133 static inline char typechar(enum task_type type)
/barrelfish-master/include/barrelfish/
H A Dinvocations.h431 enum task_type type, unsigned long deadline,
/barrelfish-master/include/arch/x86_32/barrelfish/
H A Dinvocations_arch.h611 enum task_type type, unsigned long deadline,
/barrelfish-master/kernel/arch/armv8/
H A Dsyscall.c95 enum task_type type = (enum task_type)(sa->arg3 >> 16);
/barrelfish-master/kernel/arch/armv7/
H A Dsyscall.c93 enum task_type type = (enum task_type)(sa->arg3 >> 16);
/barrelfish-master/kernel/
H A Dsyscall.c189 enum task_type type, unsigned long deadline,
/barrelfish-master/kernel/arch/x86_32/
H A Dsyscall.c59 enum task_type type = args[0] >> 16;
/barrelfish-master/kernel/arch/x86_64/
H A Dsyscall.c76 enum task_type type = args[0];

Completed in 115 milliseconds