/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | RecordsSlice.h | 45 /// \return The non-owning pointer to added record in slice. 58 /// \return The non-owning pointer to added record in slice. 69 /// \return The non-owning pointer to added record in slice. 75 /// \param Container Owning pointer for instance variable. 78 /// \return The non-owning pointer to added record in slice. 87 /// \return The non-owning pointer to added record in slice. 94 /// \return The non-owning pointer to record in slice. 101 /// \return The non-owning pointer to record in slice. 111 /// \return The non-owning pointer to record in 119 /// \return The non-owning pointer to record in slice. [all …]
|
/freebsd/share/man/man3/ |
H A D | pthread_mutexattr.3 | 122 Priority and scheduling of the thread owning this mutex is not 125 Request priority-inheritance protocol, where the thread owning the mutex 129 Request priority-inheritance protocol, where the thread owning the mutex 166 No special actions are taken if the thread owning the mutex is terminated 171 If the process containing the owning thread of a robust mutex, or owning
|
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
H A D | FrontendRecords.h | 47 /// \return The non-owning pointer to added record in slice with it's frontend 64 /// \return The non-owning pointer to added record in slice with it's frontend 80 /// \return The non-owning pointer to added record in slice with it's frontend 89 /// \param Container The owning pointer for instance variable. 97 /// \return The non-owning pointer to added record in slice with it's frontend
|
/freebsd/bin/setfacl/ |
H A D | setfacl.1 | 171 specifying the access granted to the file owning group 200 file owning group. 273 ACL entries, file owning group, 313 specifying the access granted to the file owning group; 321 literally, everyone, including file owner and owning group.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | ThreadPlanStack.h | 26 // owning lldb_private::Thread. That's because we want to be able to detach 27 // them from an owning thread, then reattach them by TID. 29 // are private, and it should only be accessed through the owning thread. When
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | SymbolStringPool.h | 63 /// Base class for both owning and non-owning symbol-string ptrs. 234 /// Non-owning SymbolStringPool entry pointer. Instances are comparable with 273 "SymbolStringPtr constructed from invalid non-owning pointer.");
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | LibCxxProxyArray.cpp | 49 /// A non-owning pointer to the array's __vp_. 56 /// A non-owning pointer to the array's __1d_.__begin_. 58 /// A non-owning pointer to the array's __1d_.__end_.
|
H A D | LibCxxValarray.cpp | 38 /// A non-owning pointer to valarray's __begin_ member. 40 /// A non-owning pointer to valarray's __end_ member.
|
/freebsd/share/man/man9/ |
H A D | vaccess_acl_nfs4.9 | 53 owning UID 55 owning GID
|
H A D | vaccess_acl_posix1e.9 | 53 owning UID 55 owning GID
|
H A D | vaccess.9 | 54 owning UID 56 owning GID
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | LLJIT.h | 222 * Returns a non-owning reference to the LLJIT instance's object linking layer. 227 * Returns a non-owning reference to the LLJIT instance's object linking layer. 233 * Returns a non-owning reference to the LLJIT instance's IR transform layer.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | GCMetadata.h | 204 /// An owning list of all GCStrategies which have been created 223 /// Owning list of all GCFunctionInfos associated with this Module 226 /// Non-owning map to bypass linear search when finding the GCFunctionInfo
|
/freebsd/contrib/libpcap/pcap/ |
H A D | nflog.h | 86 #define NFULA_UID 11 /* UID owning socket on which packet was sent/received */ 89 #define NFULA_GID 14 /* GID owning socket on which packet was sent/received */
|
/freebsd/sys/dev/isci/scil/ |
H A D | scif_sas_smp_phy.c | 75 * to owning expander device's smp_phy_list. 94 //insert to owning device's smp phy list. in scif_sas_smp_phy_construct() 182 //find the attached phy from its owning device by attached_phy_id. in scif_sas_smp_phy_set_attached_phy()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | LockFileManager.cpp | 56 // Read the owning host and PID out of the lock file. If it appears that the in readLockFile() 57 // owning process is dead, the lock file is invalid. in readLockFile() 317 // If the process owning the lock died without cleaning up, just bail out. in waitForUnlock()
|
/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | acl.h | 66 #define GROUP_OBJ (0x04) /* owning group of the object */ 75 /* default owning group */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | CachedHashString.h | 11 /// owning and not-owning string types that store their hash in addition to
|
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_lock.h | 122 // KMP_LOCK_FREE(tas) => unlocked; locked: (gtid+1) of owning thread 188 // 2*(gtid+1) of owning thread, 0 if unlocked 189 // locked: (gtid+1) of owning thread 244 std::atomic_int owner_id; // (gtid+1) of owning thread, 0 if unlocked 258 std::atomic<int> owner_id; // (gtid+1) of owning thread, 0 if unlocked 378 volatile kmp_int32 owner_id; // (gtid+1) of owning thread, 0 if unlocked 474 // only written by the thread owning the lock, so they are put in this cache 478 volatile kmp_uint32 owner_id; // (gtid+1) of owning thread, 0 if unlocked
|
/freebsd/lib/libc/stdlib/ |
H A D | atexit.c | 86 * exit or owning shared object unload time. This is a helper function 192 * object owning 'dso'. Note: if 'dso' is NULL, then all remaining
|
/freebsd/contrib/tcpdump/ |
H A D | print-nflog.c | 96 #define NFULA_UID 11 /* UID owning socket on which packet was sent/received */ 99 #define NFULA_GID 14 /* GID owning socket on which packet was sent/received */
|
/freebsd/tools/test/stress2/misc/ |
H A D | md7.sh | 30 # owning vnode locks:
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFAcceleratorTable.h | 82 /// owning Accelerator Table. 455 /// Returns the Index into the Compilation Unit list of the owning Name 458 /// returned Index is valid in the owning NameIndex (or use getCUOffset(), 471 /// Returns the Index into the Local Type Unit list of the owning Name 474 /// returned Index is valid in the owning NameIndex (or use
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_entry_acl.3 | 146 Any principal who is not the file owner or a member of the owning group. 194 Any principal who is not the file owner or a member of the owning group.
|
/freebsd/lib/libthr/ |
H A D | libthr.3 | 80 owning the lock. 259 An example of such a situation is owning the internal library lock.
|