Searched defs:kmp_tasking_flags (Results 1 – 1 of 1) sorted by relevance
2683 typedef struct kmp_tasking_flags { /* Total struct must be exactly 32 bits */ struct2687 unsigned reserved31 : 5;2688 unsigned onced : 1;2692 unsigned target : 1;2693 unsigned native : 1;2694 unsigned freed : 1;2695 unsigned complete : 1;2696 unsigned executing : 1;2697 unsigned started : 1;2698 unsigned team_serial : 1;[all …]