Searched refs:task_id (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/include/tweed/
H A Dtweed.h104 #define _SPAWN(task_id, prev_top_id, name, arg_count, ...) \
119 struct name ## _task_desc * task_id = \
121 INIT_THIEF(task_id); \
122 task_id ->task.size = sizeof(struct name ## _task_desc); \
123 task_id ->task.f.func = & name ## _task_wrapper; \
124 _SET_SPAWN_ARGS_ ## arg_count ( task_id, ##__VA_ARGS__); \
126 task_id ->task.balarm = TWEED_TASK_NEW; \
137 #define _SYNC(task_id, name, arg_cnt) \
140 struct name ## _task_desc * task_id = \
151 SET_FUNC_INLINED(task_id); \
[all...]
/barrelfish-master/usr/eclipseclp/Alog/src/
H A Dmergelogs.c32 int task_id; member in struct:log_entry
199 entry->proc_id,entry->task_id,entry->i_data,
325 entry->proc_id,entry->task_id,entry->i_data,
361 &(table->event),&(table->proc_id),&(table->task_id),
460 val = entry->task_id;
H A Dalog.c62 buf->ALOG_table[xx_i].task_id = 0;
108 temp->ALOG_table[xx_i].task_id,
154 buf->ALOG_table[xx_i].task_id,
H A Dalog.h57 int task_id; member in struct:trace_buf::trace_table
H A Dadjlogs.c48 int task_id; member in struct:log_entry
314 entry.proc_id,entry.task_id,entry.i_data,
342 &(table->event),&(table->proc_id),&(table->task_id),
/barrelfish-master/lib/phoenix/
H A Dmap_reduce.c1278 uint64_t task_id; local
1287 task_id = 0;
1297 if (task_id == env->num_reduce_tasks) {
1302 reduce_task.id = task_id;
1309 ++task_id;

Completed in 45 milliseconds