lockfd            157 opal/mca/pmix/pmix4x/pmix/src/mca/common/dstore/dstore_base.c #define _ESH_SESSION_lockfd(tbl_idx)       (PMIX_VALUE_ARRAY_GET_BASE(_session_array, session_t)[tbl_idx].lockfd)
lockfd             41 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c #define _ESH_12_FCNTL_LOCK(lockfd, operation)               \
lockfd             49 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         if( 0 > fcntl(lockfd, F_SETLKW, &fl) ) {            \
lockfd             81 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c     int lockfd;
lockfd            102 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c     lock_ctx->lockfd = -1;
lockfd            116 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         lock_ctx->lockfd = open(lock_ctx->lockfile, O_CREAT | O_RDWR | O_EXCL, 0600);
lockfd            120 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         if (lock_ctx->lockfd < 0) {
lockfd            122 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c             lock_ctx->lockfd = open(lock_ctx->lockfile, O_CREAT | O_RDWR, 0600);
lockfd            123 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c             if (lock_ctx->lockfd < 0) {
lockfd            143 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         lock_ctx->lockfd = open(lock_ctx->lockfile, O_RDONLY);
lockfd            144 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         if (0 > lock_ctx->lockfd) {
lockfd            158 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c         if (0 > lock_ctx->lockfd) {
lockfd            159 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c             close(lock_ctx->lockfd);
lockfd            181 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c     close(fcntl_lock->lockfd);
lockfd            199 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c      rc = _ESH_12_FCNTL_LOCK(fcntl_lock->lockfd, F_RDLCK);
lockfd            214 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c      rc = _ESH_12_FCNTL_LOCK(fcntl_lock->lockfd, F_WRLCK);
lockfd            229 opal/mca/pmix/pmix4x/pmix/src/mca/gds/ds12/gds_ds12_lock_fcntl.c      rc = _ESH_12_FCNTL_LOCK(fcntl_lock->lockfd, F_UNLCK);