#include <kmp.h>
Data Fields | |
union { | |
struct kmpc_thunk_t * th_next_free | |
kmpc_shared_vars_t * th_shareds | |
} | th |
struct kmpc_thunk_t * | th_encl_thunk |
kmp_int32 | th_flags |
kmp_int32 | th_status |
kmpc_task_t | th_task |
kmp_uint32 | th_tasknum |
Definition at line 1215 of file kmp.h.
union { ... } kmpc_thunk_t::th |
struct kmpc_thunk_t* kmpc_thunk_t::th_encl_thunk [read] |
Definition at line 1221 of file kmp.h.
Referenced by __kmp_dump_thunk(), __kmp_dump_thunk_stack(), __kmp_execute_task_from_queue(), __kmp_free_thunk(), __kmpc_end_taskq_task(), __kmpc_task_buffer(), __kmpc_taskq(), and __kmpc_taskq_task().
kmp_int32 kmpc_thunk_t::th_flags |
Definition at line 1222 of file kmp.h.
Referenced by __kmp_alloc_thunk(), __kmp_dump_thunk(), __kmp_execute_task_from_queue(), __kmp_find_task_in_queue(), __kmp_free_thunk(), __kmpc_end_taskq(), __kmpc_end_taskq_task(), __kmpc_task(), __kmpc_task_buffer(), __kmpc_taskq(), and __kmpc_taskq_task().
struct kmpc_thunk_t* kmpc_thunk_t::th_next_free [read] |
Definition at line 1218 of file kmp.h.
Referenced by __kmp_alloc_taskq(), __kmp_alloc_thunk(), __kmp_dump_task_queue(), __kmp_free_thunk(), __kmp_remove_queue_from_tree(), and __kmpc_end_taskq().
Definition at line 1217 of file kmp.h.
Referenced by __kmp_dump_thunk(), __kmp_execute_task_from_queue(), __kmp_taskq_check_ordered(), __kmpc_end_taskq(), __kmpc_end_taskq_task(), __kmpc_task(), __kmpc_task_buffer(), __kmpc_taskq(), and __kmpc_taskq_task().
kmp_int32 kmpc_thunk_t::th_status |
Definition at line 1223 of file kmp.h.
Referenced by __kmp_dump_thunk(), __kmp_free_thunk(), __kmpc_task_buffer(), __kmpc_taskq(), and __kmpc_taskq_task().
Definition at line 1220 of file kmp.h.
Referenced by __kmp_dump_thunk(), __kmp_execute_task_from_queue(), __kmp_free_thunk(), __kmpc_task_buffer(), and __kmpc_taskq().
kmp_uint32 kmpc_thunk_t::th_tasknum |
Definition at line 1224 of file kmp.h.
Referenced by __kmp_dump_thunk(), __kmp_free_thunk(), and __kmpc_task().