lock_type          42 ompi/mca/osc/monitoring/osc_monitoring_passive_target.h     static int ompi_osc_monitoring_## template ##_lock (int lock_type, int target, int assert, ompi_win_t *win) \
lock_type          44 ompi/mca/osc/monitoring/osc_monitoring_passive_target.h         return OMPI_OSC_MONITORING_MODULE_VARIABLE(template).osc_lock(lock_type, target, assert, win); \
lock_type         335 ompi/mca/osc/osc.h typedef int (*ompi_osc_base_module_lock_fn_t)(int lock_type,
lock_type         262 ompi/mca/osc/portals4/osc_portals4.h int ompi_osc_portals4_lock(int lock_type,
lock_type          30 ompi/mca/osc/portals4/osc_portals4_passive_target.c     enum locktype_t lock_type;
lock_type         199 ompi/mca/osc/portals4/osc_portals4_passive_target.c ompi_osc_portals4_lock(int lock_type,
lock_type         215 ompi/mca/osc/portals4/osc_portals4_passive_target.c         if (MPI_LOCK_EXCLUSIVE == lock_type) {
lock_type         216 ompi/mca/osc/portals4/osc_portals4_passive_target.c             lock->lock_type = lock_exclusive;
lock_type         219 ompi/mca/osc/portals4/osc_portals4_passive_target.c             lock->lock_type = lock_shared;
lock_type         223 ompi/mca/osc/portals4/osc_portals4_passive_target.c         lock->lock_type = lock_nocheck;
lock_type         262 ompi/mca/osc/portals4/osc_portals4_passive_target.c     if (lock->lock_type == lock_exclusive) {
lock_type         264 ompi/mca/osc/portals4/osc_portals4_passive_target.c     } else if (lock->lock_type == lock_shared) {
lock_type         295 ompi/mca/osc/portals4/osc_portals4_passive_target.c         lock->lock_type = lock_shared;
lock_type         302 ompi/mca/osc/portals4/osc_portals4_passive_target.c         lock->lock_type = lock_nocheck;
lock_type         340 ompi/mca/osc/portals4/osc_portals4_passive_target.c     if (lock->lock_type == lock_shared) {
lock_type         448 ompi/mca/osc/pt2pt/osc_pt2pt.h int ompi_osc_pt2pt_lock(int lock_type,
lock_type         129 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     int32_t lock_type;
lock_type         146 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     int32_t lock_type;
lock_type         252 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).lock_type = ntohl((h).lock_type)
lock_type         254 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).lock_type = htonl((h).lock_type)
lock_type         257 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).lock_type = ntohl((h).lock_type);       \
lock_type         260 ompi/mca/osc/pt2pt/osc_pt2pt_header.h     (h).lock_type = htonl((h).lock_type);       \
lock_type          39 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c static bool ompi_osc_pt2pt_lock_try_acquire (ompi_osc_pt2pt_module_t* module, int source, int lock_type,
lock_type          46 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     int lock_type;
lock_type          54 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c static inline int queue_lock (ompi_osc_pt2pt_module_t *module, int requestor, int lock_type, uint64_t lock_ptr);
lock_type          62 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     int lock_type = lock->sync.lock.type;
lock_type          69 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     acquired = ompi_osc_pt2pt_lock_try_acquire (module, my_rank, lock_type, (uint64_t) (uintptr_t) lock);
lock_type          72 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c         queue_lock (module, my_rank, lock_type, (uint64_t) (uintptr_t) lock);
lock_type          92 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     int lock_type = lock->sync.lock.type;
lock_type         101 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     if (MPI_LOCK_EXCLUSIVE == lock_type) {
lock_type         120 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     int lock_type = lock->sync.lock.type;
lock_type         142 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     lock_req.lock_type = lock_type;
lock_type         162 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     int lock_type = lock->sync.lock.type;
lock_type         177 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     unlock_req.lock_type = lock_type;
lock_type         276 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c static int ompi_osc_pt2pt_lock_internal (int lock_type, int target, int assert, ompi_win_t *win)
lock_type         295 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c         if (module->all_sync.epoch_active && (OMPI_OSC_PT2PT_SYNC_TYPE_LOCK != module->all_sync.type || MPI_LOCK_EXCLUSIVE == lock_type)) {
lock_type         305 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                                           (MPI_LOCK_EXCLUSIVE == lock_type || -1 == target))) {
lock_type         308 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                              "all epoch is %s", target, lock_type, module->all_sync.epoch_active ? "active" : "inactive",
lock_type         310 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                               (MPI_LOCK_EXCLUSIVE == lock_type || -1 == target)) ? "active" : "inactive"));
lock_type         321 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                          "osc pt2pt: lock %d %d", target, lock_type));
lock_type         337 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     lock->sync.lock.type = lock_type;
lock_type         466 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c int ompi_osc_pt2pt_lock(int lock_type, int target, int assert, ompi_win_t *win)
lock_type         470 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     return ompi_osc_pt2pt_lock_internal (lock_type, target, assert, win);
lock_type         720 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c                               int lock_type, uint64_t lock_ptr)
lock_type         729 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     pending->lock_type = lock_type;
lock_type         740 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c static bool ompi_osc_pt2pt_lock_try_acquire (ompi_osc_pt2pt_module_t* module, int source, int lock_type, uint64_t lock_ptr)
lock_type         744 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     if (MPI_LOCK_SHARED == lock_type) {
lock_type         780 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c         bool acquired = ompi_osc_pt2pt_lock_try_acquire (module, pending_lock->peer, pending_lock->lock_type,
lock_type         807 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c     acquired = ompi_osc_pt2pt_lock_try_acquire (module, source, lock_header->lock_type, lock_header->lock_ptr);
lock_type         810 ompi/mca/osc/pt2pt/osc_pt2pt_passive_target.c         queue_lock(module, source, lock_header->lock_type, lock_header->lock_ptr);
lock_type         209 ompi/mca/osc/rdma/osc_rdma_passive_target.c int ompi_osc_rdma_lock_atomic (int lock_type, int target, int assert, ompi_win_t *win)
lock_type         216 ompi/mca/osc/rdma/osc_rdma_passive_target.c     OSC_RDMA_VERBOSE(MCA_BASE_VERBOSE_TRACE, "lock: %d, %d, %d, %s", lock_type, target, assert, win->w_name);
lock_type         223 ompi/mca/osc/rdma/osc_rdma_passive_target.c     if (module->all_sync.epoch_active && (OMPI_OSC_RDMA_SYNC_TYPE_LOCK != module->all_sync.type || MPI_LOCK_EXCLUSIVE == lock_type)) {
lock_type         240 ompi/mca/osc/rdma/osc_rdma_passive_target.c     lock->sync.lock.type = lock_type;
lock_type          30 ompi/mca/osc/rdma/osc_rdma_passive_target.h int ompi_osc_rdma_lock_atomic (int lock_type, int target, int assert, ompi_win_t *win);
lock_type         235 ompi/mca/osc/sm/osc_sm.h int ompi_osc_sm_lock(int lock_type,
lock_type         113 ompi/mca/osc/sm/osc_sm_passive_target.c ompi_osc_sm_lock(int lock_type,
lock_type         127 ompi/mca/osc/sm/osc_sm_passive_target.c         if (MPI_LOCK_EXCLUSIVE == lock_type) {
lock_type         199 ompi/mca/osc/ucx/osc_ucx.h int ompi_osc_ucx_lock(int lock_type, int target, int assert, struct ompi_win_t *win);
lock_type          96 ompi/mca/osc/ucx/osc_ucx_passive_target.c int ompi_osc_ucx_lock(int lock_type, int target, int assert, struct ompi_win_t *win) {
lock_type         125 ompi/mca/osc/ucx/osc_ucx_passive_target.c         if (lock_type == MPI_LOCK_EXCLUSIVE) {
lock_type          43 ompi/mpi/c/win_lock.c int MPI_Win_lock(int lock_type, int rank, int assert, MPI_Win win)
lock_type          52 ompi/mpi/c/win_lock.c         } else if (lock_type != MPI_LOCK_EXCLUSIVE &&
lock_type          53 ompi/mpi/c/win_lock.c                    lock_type != MPI_LOCK_SHARED) {
lock_type          66 ompi/mpi/c/win_lock.c     rc = win->w_osc_module->osc_lock(lock_type, rank, assert, win);
lock_type         127 ompi/mpi/cxx/win.h   virtual void Lock(int lock_type, int rank, int assert) const;
lock_type         113 ompi/mpi/cxx/win_inln.h MPI::Win::Lock(int lock_type, int rank, int assert) const
lock_type         115 ompi/mpi/cxx/win_inln.h   (void) MPI_Win_lock(lock_type, rank, assert, mpi_win);
lock_type         437 ompi/mpi/fortran/mpif-h/prototypes_mpi.h PN2(void, MPI_Win_lock, mpi_win_lock, MPI_WIN_LOCK, (MPI_Fint *lock_type, MPI_Fint *rank, MPI_Fint *assert, MPI_Fint *win, MPI_Fint *ierr));
lock_type          41 ompi/mpi/fortran/mpif-h/win_lock_f.c                            (MPI_Fint *lock_type, MPI_Fint *rank, MPI_Fint *assert, MPI_Fint *win, MPI_Fint *ierr),
lock_type          42 ompi/mpi/fortran/mpif-h/win_lock_f.c                            (lock_type, rank, assert, win, ierr) )
lock_type          61 ompi/mpi/fortran/mpif-h/win_lock_f.c                            (MPI_Fint *lock_type, MPI_Fint *rank, MPI_Fint *assert, MPI_Fint *win, MPI_Fint *ierr),
lock_type          62 ompi/mpi/fortran/mpif-h/win_lock_f.c                            (lock_type, rank, assert, win, ierr) )
lock_type          69 ompi/mpi/fortran/mpif-h/win_lock_f.c void ompi_win_lock_f(MPI_Fint *lock_type, MPI_Fint *rank,
lock_type          75 ompi/mpi/fortran/mpif-h/win_lock_f.c     c_ierr = PMPI_Win_lock(OMPI_FINT_2_INT(*lock_type),
lock_type        2519 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h subroutine ompi_win_lock_f(lock_type,rank,assert,win,ierror) &
lock_type        2522 ompi/mpi/fortran/use-mpi-f08/bindings/mpi-f-interfaces-bind.h    INTEGER, INTENT(IN) :: lock_type, rank, assert
lock_type        2009 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h subroutine MPI_Win_lock(lock_type, rank, assert, win, ierror)
lock_type        2010 ompi/mpi/fortran/use-mpi-tkr/mpi-f90-interfaces.h   integer, intent(in) :: lock_type
lock_type        2011 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h subroutine PMPI_Win_lock(lock_type, rank, assert, win, ierror)
lock_type        2012 ompi/mpi/fortran/use-mpi-tkr/pmpi-f90-interfaces.h   integer, intent(in) :: lock_type