Home
last modified time | relevance | path

Searched refs:lock_type (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/flang/test/Semantics/
H A Dresolve87.f9010 type lock_type type
18 type(lock_type) :: grandParentField
33 type(lock_type) :: childField
40 type, extends(lock_type) :: goodChildType3
45 type(lock_type) :: childField
50 type(lock_type) :: childField
74 type(lock_type) :: parentField
82 type(lock_type) :: childField
H A Dallocate13.f907 type lock_type type
19 type(lock_type), pointer :: lock
40 type(lock_type), allocatable :: lock
44 type(lock_type) :: lock
78 type(lock_type), allocatable :: lock(:)[:]
93 type(lock_type), allocatable :: locksrc(:)[:]
156 type(lock_type) :: lock
162 class(lock_type), allocatable :: lock[:]
167 type(lock_type), allocatable :: locksrc[:]
H A Dcall04.f9053 use ISO_FORTRAN_ENV, only: lock_type
55 type(lock_type), intent(out) :: x
H A Dmodifiable01.f9021 type(lock_type) :: lock
H A Dcritical02.f9085 type(lock_type) :: l
H A Ddoconcurrent01.f9092 type(lock_type) :: l
/llvm-project-15.0.7/flang/test/Lower/
H A Dpre-fir-tree04.f907 use iso_fortran_env, only: team_type, event_type, lock_type
10 type(lock_type) :: alock
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DLockFilePosix.cpp19 static Status fileLock(int fd, int cmd, int lock_type, const uint64_t start, in fileLock() argument
23 fl.l_type = lock_type; in fileLock()
/llvm-project-15.0.7/flang/test/Driver/
H A Dintrinsic-module-path.f9021 use iso_fortran_env, only: team_type, event_type, lock_type
/llvm-project-15.0.7/flang/test/Driver/Inputs/
H A Diso_fortran_env.mod5 use __fortran_builtins,only:lock_type=>__builtin_lock_type
/llvm-project-15.0.7/flang/module/
H A D__fortran_builtins.f9061 type(__builtin_lock_type) :: lock_type
H A Diso_fortran_env.f9018 lock_type => __builtin_lock_type, &