Home
last modified time | relevance | path

Searched refs:task_entry (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dada-tasks.c160 struct task_entry *pt; in add_task_entry()
184 struct task_entry *pt; in get_entry_number()
196 static struct task_entry *
199 struct task_entry *pt; in get_thread_entry_vptr()
211 static struct task_entry *
214 struct task_entry *pt; in get_entry_vptr()
229 struct task_entry *pt, *old_pt; in init_task_list()
254 struct task_entry *ent; in get_self_id()
291 struct task_entry *pt, *pt2; in info_task()
467 struct task_entry *pt; in info_tasks()
[all …]
H A Dada-lang.h142 struct task_entry struct
147 struct task_entry *next_task; argument
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dz_Linux_util.cpp2125 struct dirent *task_entry = NULL; in __kmp_get_load_balance() local
2217 task_entry = readdir(task_dir); in __kmp_get_load_balance()
2218 while (task_entry != NULL) { in __kmp_get_load_balance()
2220 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance()
2229 __kmp_str_buf_cat(&stat_path, task_entry->d_name, in __kmp_get_load_balance()
2230 KMP_STRLEN(task_entry->d_name)); in __kmp_get_load_balance()
2288 task_entry = readdir(task_dir); in __kmp_get_load_balance()
H A Dkmp_tasking.cpp1163 kmp_routine_entry_t task_entry) { in __kmp_task_alloc() argument
1177 sizeof_shareds, task_entry)); in __kmp_task_alloc()
1271 task->routine = task_entry; in __kmp_task_alloc()
1374 kmp_routine_entry_t task_entry) { in __kmpc_omp_task_alloc() argument
1386 sizeof_shareds, task_entry)); in __kmpc_omp_task_alloc()
1391 sizeof_kmp_task_t, sizeof_shareds, task_entry)); in __kmpc_omp_task_alloc()
1395 sizeof_shareds, task_entry); in __kmpc_omp_task_alloc()
H A Dkmp.h3608 kmp_routine_entry_t task_entry);
3787 kmp_routine_entry_t task_entry);