Searched refs:task_entry (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | ada-tasks.c | 96 struct task_entry *task_list = NULL; 159 struct task_entry *new_task_entry = NULL; in add_task_entry() 160 struct task_entry *pt; in add_task_entry() 163 new_task_entry = xmalloc (sizeof (struct task_entry)); 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() [all …]
|
| D | ada-lang.h | 142 struct task_entry struct 147 struct task_entry *next_task; argument
|
| /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/ |
| D | z_Linux_util.cpp | 2175 struct dirent *task_entry = NULL; in __kmp_get_load_balance() local 2267 task_entry = readdir(task_dir); in __kmp_get_load_balance() 2268 while (task_entry != NULL) { in __kmp_get_load_balance() 2270 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) { in __kmp_get_load_balance() 2279 __kmp_str_buf_cat(&stat_path, task_entry->d_name, in __kmp_get_load_balance() 2280 KMP_STRLEN(task_entry->d_name)); in __kmp_get_load_balance() 2338 task_entry = readdir(task_dir); in __kmp_get_load_balance()
|
| D | kmp_tasking.cpp | 1188 kmp_routine_entry_t task_entry) { in __kmp_task_alloc() argument 1222 sizeof_shareds, task_entry)); in __kmp_task_alloc() 1326 task->routine = task_entry; in __kmp_task_alloc() 1414 kmp_routine_entry_t task_entry) { in __kmpc_omp_task_alloc() argument 1425 sizeof_shareds, task_entry)); in __kmpc_omp_task_alloc() 1428 sizeof_shareds, task_entry); in __kmpc_omp_task_alloc() 1439 kmp_routine_entry_t task_entry, in __kmpc_omp_target_task_alloc() argument 1448 sizeof_shareds, task_entry); in __kmpc_omp_target_task_alloc()
|
| D | kmp.h | 3669 kmp_routine_entry_t task_entry); 3795 kmp_routine_entry_t task_entry); 3798 size_t sizeof_shareds, kmp_routine_entry_t task_entry, kmp_int64 device_id);
|