Home
last modified time | relevance | path

Searched refs:kmp_uint8 (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/openmp/runtime/src/
Dkmp_os.h118 typedef unsigned char kmp_uint8; typedef
154 typedef unsigned char kmp_uint8; typedef
652 __sync_bool_compare_and_swap((volatile kmp_uint8 *)(p), (kmp_uint8)(cv), \
653 (kmp_uint8)(sv))
655 __sync_bool_compare_and_swap((volatile kmp_uint8 *)(p), (kmp_uint8)(cv), \
656 (kmp_uint8)(sv))
674 __sync_val_compare_and_swap((volatile kmp_uint8 *)(p), (kmp_uint8)(cv), \
675 (kmp_uint8)(sv))
716 __sync_lock_test_and_set((volatile kmp_uint8 *)(p), (kmp_uint8)(v))
Dkmp_wait_release.h741 kmp_uint8 *get_stolen() { return NULL; }
840 kmp_uint8 *get_stolen() { return NULL; }
1013 kmp_uint8 *get_stolen() { return NULL; }
Dkmp.h1937 kmp_uint8 base_leaf_kids;
1938 kmp_uint8 leaf_kids;
1939 kmp_uint8 offset;
1940 kmp_uint8 wait_flag;
1941 kmp_uint8 use_oncore_barrier;
2593 kmp_uint8 th_task_state; // alternating 0/1 for task team identification
2594 kmp_uint8 *th_task_state_memo_stack; // Stack holding memos of th_task_state
2603 kmp_uint8 th_active_in_pool; // included in count of #active threads in pool
Dkmp_atomic.cpp956 ATOMIC_CMPXCHG(fixed1u, div, kmp_uint8, 8, /, 1i, 0,
966 ATOMIC_CMPXCHG(fixed1u, shr, kmp_uint8, 8, >>, 1i, 0,
1455 ATOMIC_CMPXCHG_REV(fixed1u, div, kmp_uint8, 8, /, 1i,
1461 ATOMIC_CMPXCHG_REV(fixed1u, shr, kmp_uint8, 8, >>, 1i,
2310 ATOMIC_CMPXCHG_CPT(fixed1u, div_cpt, kmp_uint8, 8, /,
2320 ATOMIC_CMPXCHG_CPT(fixed1u, shr_cpt, kmp_uint8, 8, >>,
2947 ATOMIC_CMPXCHG_CPT_REV(fixed1u, div_cpt_rev, kmp_uint8, 8, /,
2953 ATOMIC_CMPXCHG_CPT_REV(fixed1u, shr_cpt_rev, kmp_uint8, 8, >>,
Dkmp_runtime.cpp2091 kmp_uint8 *old_stack, *new_stack; in __kmp_fork_call()
2093 new_stack = (kmp_uint8 *)__kmp_allocate(new_size); in __kmp_fork_call()
4175 (kmp_uint8 *)__kmp_allocate(4 * sizeof(kmp_uint8)); in __kmp_initialize_info()
Dkmp_affinity.cpp43 thr_bar->base_leaf_kids = (kmp_uint8)machine_hierarchy.numPerLevel[0] - 1; in __kmp_get_hierarchy()