reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/runtime/src/z_Linux_util.cpp
 2249   proc_entry = readdir(proc_dir);
 2250   while (proc_entry != NULL) {
 2253     if (proc_entry->d_type == DT_DIR && isdigit(proc_entry->d_name[0])) {
 2253     if (proc_entry->d_type == DT_DIR && isdigit(proc_entry->d_name[0])) {
 2266       __kmp_str_buf_cat(&task_path, proc_entry->d_name,
 2267                         KMP_STRLEN(proc_entry->d_name));
 2280         if (strcmp(proc_entry->d_name, "1") == 0) {
 2295           if (proc_entry->d_type == DT_DIR && isdigit(task_entry->d_name[0])) {
 2369     proc_entry = readdir(proc_dir);