NewMadeleine

Documentation

« back to PM2 home.
nm_mpi_win_pass_mngmt_s Struct Reference

#include <nm_mpi_private.h>

Collaboration diagram for nm_mpi_win_pass_mngmt_s:

Data Fields

uint64_t excl_pending
 whether there is an exclusive lock request pending
 
uint16_t lock_type
 current lock type.
 
uint64_t naccess
 number of procs that are currently accessing this window
 
nm_mpi_win_locklist_t q
 lock protected pending lock request list
 

Detailed Description

Definition at line 844 of file nm_mpi_private.h.

Field Documentation

◆ excl_pending

uint64_t nm_mpi_win_pass_mngmt_s::excl_pending

whether there is an exclusive lock request pending

Definition at line 846 of file nm_mpi_private.h.

◆ lock_type

uint16_t nm_mpi_win_pass_mngmt_s::lock_type

current lock type.

0 = NONE, 1 = EXCLUSIVE, 2 = SHARED

Definition at line 847 of file nm_mpi_private.h.

◆ naccess

uint64_t nm_mpi_win_pass_mngmt_s::naccess

number of procs that are currently accessing this window

Definition at line 848 of file nm_mpi_private.h.

◆ q

nm_mpi_win_locklist_t nm_mpi_win_pass_mngmt_s::q

lock protected pending lock request list

Definition at line 849 of file nm_mpi_private.h.


The documentation for this struct was generated from the following file: