Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/openmp/runtime/src/
H A Dz_Linux_util.cpp2308 struct dirent *task_entry = NULL; local
2408 task_entry = readdir(task_dir);
2409 while (task_entry != NULL) {
2412 if (isdigit(task_entry->d_name[0])) {
2414 if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) {
2423 __kmp_str_buf_cat(&stat_path, task_entry->d_name,
2424 KMP_STRLEN(task_entry->d_name));
2482 task_entry = readdir(task_dir);
H A Dkmp_tasking.cpp1456 kmp_routine_entry_t task_entry) { argument
1480 sizeof_shareds, task_entry));
1581 task->routine = task_entry;
1670 (task_entry != (kmp_routine_entry_t)__kmp_taskloop_task)) {
1685 kmp_routine_entry_t task_entry) { argument
1696 sizeof_shareds, task_entry));
1699 sizeof_shareds, task_entry);
1710 kmp_routine_entry_t task_entry, argument
1720 sizeof_shareds, task_entry);
H A Dkmp.h4102 kmp_routine_entry_t task_entry);
4239 kmp_routine_entry_t task_entry);
4242 size_t sizeof_shareds, kmp_routine_entry_t task_entry, kmp_int64 device_id);