#include <kmp.h>
Data Fields | |
kmp_int32 | flags |
char * | psource |
kmp_int32 | reserved_1 |
kmp_int32 | reserved_2 |
kmp_int32 | reserved_3 |
The ident structure that describes a source location.
Definition at line 218 of file kmp.h.
kmp_int32 ident::flags |
also f.flags; KMP_IDENT_xxx flags; KMP_IDENT_KMPC identifies this union member
Definition at line 220 of file kmp.h.
Referenced by __kmp_check_sync(), __kmpc_end_serialized_parallel(), and __kmpc_serialized_parallel().
char* ident::psource |
String describing the source location. The string is composed of semi-colon separated fields which describe the source file, the function and a pair of line numbers that delimit the construct.
Definition at line 223 of file kmp.h.
Referenced by __kmp_cleanup_user_locks(), __kmp_for_static_init(), __kmp_pragma(), and __kmpc_ok_to_fork().
kmp_int32 ident::reserved_1 |
kmp_int32 ident::reserved_2 |
kmp_int32 ident::reserved_3 |