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

References

projects/openmp/runtime/src/kmp.h
 1848   kmp_uint8 base_leaf_kids;
 1849   kmp_uint8 leaf_kids;
 1850   kmp_uint8 offset;
 1851   kmp_uint8 wait_flag;
 1852   kmp_uint8 use_oncore_barrier;
 2504   kmp_uint8 th_task_state; // alternating 0/1 for task team identification
 2505   kmp_uint8 *th_task_state_memo_stack; // Stack holding memos of th_task_state
 2514   kmp_uint8 th_active_in_pool; // included in count of #active threads in pool
projects/openmp/runtime/src/kmp_runtime.cpp
 2077           kmp_uint8 *old_stack, *new_stack;
projects/openmp/runtime/src/kmp_wait_release.h
  642   kmp_uint8 *get_stolen() { return NULL; }
  735   kmp_uint8 *get_stolen() { return NULL; }
  907   kmp_uint8 *get_stolen() { return NULL; }