Home
last modified time | relevance | path

Searched refs:lock_team (Results 1 – 4 of 4) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/OpenMPTarget/
H A DKokkos_OpenMPTarget_Parallel.hpp593 int shmem_block_index = -1, lock_team = 99999, iter = -1; in execute_impl() local
599 lock_team = atomic_compare_exchange(&lock_array[iter], 0, 1); in execute_impl()
603 if (lock_team == 0) in execute_impl()
619 lock_team = atomic_compare_exchange(&lock_array[shmem_block_index], 1, 0); in execute_impl()
700 int shmem_block_index = -1, lock_team = 99999, iter = -1; in execute_impl() local
706 lock_team = atomic_compare_exchange(&lock_array[iter], 0, 1); in execute_impl()
710 if (lock_team == 0) in execute_impl()
726 lock_team = atomic_compare_exchange(&lock_array[shmem_block_index], 1, 0); in execute_impl()
/dports/devel/kokkos/kokkos-3.4.01/core/src/OpenMPTarget/
H A DKokkos_OpenMPTarget_Parallel.hpp593 int shmem_block_index = -1, lock_team = 99999, iter = -1; in execute_impl() local
599 lock_team = atomic_compare_exchange(&lock_array[iter], 0, 1); in execute_impl()
603 if (lock_team == 0) in execute_impl()
619 lock_team = atomic_compare_exchange(&lock_array[shmem_block_index], 1, 0); in execute_impl()
700 int shmem_block_index = -1, lock_team = 99999, iter = -1; in execute_impl() local
706 lock_team = atomic_compare_exchange(&lock_array[iter], 0, 1); in execute_impl()
710 if (lock_team == 0) in execute_impl()
726 lock_team = atomic_compare_exchange(&lock_array[shmem_block_index], 1, 0); in execute_impl()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/OpenMPTarget/
H A DKokkos_OpenMPTarget_Parallel.hpp593 int shmem_block_index = -1, lock_team = 99999, iter = -1; in execute_impl() local
599 lock_team = atomic_compare_exchange(&lock_array[iter], 0, 1); in execute_impl()
603 if (lock_team == 0) in execute_impl()
619 lock_team = atomic_compare_exchange(&lock_array[shmem_block_index], 1, 0); in execute_impl()
700 int shmem_block_index = -1, lock_team = 99999, iter = -1; in execute_impl() local
706 lock_team = atomic_compare_exchange(&lock_array[iter], 0, 1); in execute_impl()
710 if (lock_team == 0) in execute_impl()
726 lock_team = atomic_compare_exchange(&lock_array[shmem_block_index], 1, 0); in execute_impl()
/dports/games/wesnoth/wesnoth-1.14.17/src/gui/dialogs/multiplayer/
H A Dmp_staging.cpp191 const bool lock_team = side->cfg()["team_lock"].to_bool(fls); in add_side_node() local
349 team_selection.set_active(!lock_team); in add_side_node()