Searched refs:kmp_uint8 (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_os.h | 132 typedef unsigned char kmp_uint8; typedef 168 typedef unsigned char kmp_uint8; typedef 802 __sync_bool_compare_and_swap((volatile kmp_uint8 *)(p), (kmp_uint8)(cv), \ 803 (kmp_uint8)(sv)) 805 __sync_bool_compare_and_swap((volatile kmp_uint8 *)(p), (kmp_uint8)(cv), \ 806 (kmp_uint8)(sv)) 824 __sync_val_compare_and_swap((volatile kmp_uint8 *)(p), (kmp_uint8)(cv), \ 825 (kmp_uint8)(sv)) 869 __atomic_exchange_1((volatile kmp_uint8 *)(p), (kmp_uint8)(v), \ 873 __sync_lock_test_and_set((volatile kmp_uint8 *)(p), (kmp_uint8)(v))
|
H A D | kmp.h | 2219 kmp_uint8 base_leaf_kids; 2220 kmp_uint8 leaf_kids; 2221 kmp_uint8 offset; 2222 kmp_uint8 wait_flag; 2223 kmp_uint8 use_oncore_barrier; 2517 kmp_uint8 flag; // flag as an unsigned char 2572 kmp_uint8 last_flag; 3032 kmp_uint8 th_task_state; // alternating 0/1 for task team identification 3038 kmp_uint8 th_active_in_pool; // included in count of #active threads in pool
|
H A D | kmp_atomic.cpp | 989 ATOMIC_CMPXCHG(fixed1u, div, kmp_uint8, 8, /, 1i, 0, 999 ATOMIC_CMPXCHG(fixed1u, shr, kmp_uint8, 8, >>, 1i, 0, 1497 ATOMIC_CMPXCHG_REV(fixed1u, div, kmp_uint8, 8, /, 1i, 1503 ATOMIC_CMPXCHG_REV(fixed1u, shr, kmp_uint8, 8, >>, 1i, 2349 ATOMIC_CMPXCHG_CPT(fixed1u, div_cpt, kmp_uint8, 8, /, 2359 ATOMIC_CMPXCHG_CPT(fixed1u, shr_cpt, kmp_uint8, 8, >>, 2997 ATOMIC_CMPXCHG_CPT_REV(fixed1u, div_cpt_rev, kmp_uint8, 8, /, 3003 ATOMIC_CMPXCHG_CPT_REV(fixed1u, shr_cpt_rev, kmp_uint8, 8, >>,
|
H A D | kmp_collapse.cpp | 230 res = static_cast<kmp_uint64>(static_cast<kmp_uint8>(original_iv)); in kmp_fix_iv() 269 res = static_cast<kmp_uint8>(original_iv1) == in kmp_ivs_eq() 270 static_cast<kmp_uint8>(original_iv2); in kmp_ivs_eq()
|
H A D | kmp_wait_release.h | 229 kmp_uint8 *get_stolen() { return NULL; } 317 kmp_uint8 *get_stolen() { return NULL; }
|
H A D | kmp_csupport.cpp | 749 (kmp_uint8)serial_team->t.t_primary_task_state; in __kmpc_end_serialized_parallel()
|
H A D | kmp_runtime.cpp | 2719 master_th->th.th_task_state = (kmp_uint8)team->t.t_primary_task_state; in __kmp_join_call() 5449 kmp_uint8 old_state = team->t.t_threads[old_nproc - 1]->th.th_task_state; in __kmp_allocate_team()
|
H A D | kmp_tasking.cpp | 4261 this_thr->th.th_task_state = (kmp_uint8)(1 - this_thr->th.th_task_state);
|