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

/freebsd-12-stable/contrib/gdb/gdb/
H A Dada-tasks.c96 struct task_entry *task_list = NULL;
159 struct task_entry *new_task_entry = NULL;
160 struct task_entry *pt;
163 new_task_entry = xmalloc (sizeof (struct task_entry));
184 struct task_entry *pt;
196 static struct task_entry *
199 struct task_entry *pt;
211 static struct task_entry *
214 struct task_entry *pt;
229 struct task_entry *p
[all...]
H A Dada-lang.h142 struct task_entry struct
147 struct task_entry *next_task;
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2227 struct dirent *task_entry = NULL; local
2319 task_entry = readdir(task_dir);
2320 while (task_entry != NULL) {
2322 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) {
2327 // task_entry->d_name );
2331 __kmp_str_buf_cat(&stat_path, task_entry->d_name,
2332 KMP_STRLEN(task_entry->d_name));
2390 task_entry = readdir(task_dir);
H A Dkmp_tasking.cpp1152 // task_entry: Pointer to task code entry point generated by compiler.
1157 kmp_routine_entry_t task_entry) {
1171 sizeof_shareds, task_entry));
1267 task->routine = task_entry;
1358 kmp_routine_entry_t task_entry) {
1370 sizeof_shareds, task_entry));
1373 sizeof_shareds, task_entry);
1384 kmp_routine_entry_t task_entry,
1387 sizeof_shareds, task_entry);
1154 __kmp_task_alloc(ident_t *loc_ref, kmp_int32 gtid, kmp_tasking_flags_t *flags, size_t sizeof_kmp_task_t, size_t sizeof_shareds, kmp_routine_entry_t task_entry) argument
1355 __kmpc_omp_task_alloc(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 flags, size_t sizeof_kmp_task_t, size_t sizeof_shareds, kmp_routine_entry_t task_entry) argument
1380 __kmpc_omp_target_task_alloc(ident_t *loc_ref, kmp_int32 gtid, kmp_int32 flags, size_t sizeof_kmp_task_t, size_t sizeof_shareds, kmp_routine_entry_t task_entry, kmp_int64 device_id) argument
H A Dkmp.h3513 kmp_routine_entry_t task_entry);
3658 kmp_routine_entry_t task_entry);
3663 kmp_routine_entry_t task_entry,

Completed in 200 milliseconds