Home
last modified time | relevance | path

Searched full:owning (Results 1 – 25 of 231) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecordsSlice.h45 /// \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 Dpthread_mutexattr.3122 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 DFrontendRecords.h47 /// \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 Dsetfacl.1171 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 DThreadPlanStack.h26 // 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 DSymbolStringPool.h63 /// 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 DLibCxxProxyArray.cpp49 /// 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 DLibCxxValarray.cpp38 /// 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 Dvaccess_acl_nfs4.953 owning UID
55 owning GID
H A Dvaccess_acl_posix1e.953 owning UID
55 owning GID
H A Dvaccess.954 owning UID
56 owning GID
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DLLJIT.h222 * 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 DGCMetadata.h204 /// 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 Dnflog.h86 #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 Dscif_sas_smp_phy.c75 * 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 DLockFileManager.cpp56 // 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 Dacl.h66 #define GROUP_OBJ (0x04) /* owning group of the object */
75 /* default owning group */
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DCachedHashString.h11 /// owning and not-owning string types that store their hash in addition to
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_lock.h122 // 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 Datexit.c86 * 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 Dprint-nflog.c96 #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 Dmd7.sh30 # owning vnode locks:
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h82 /// 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 Darchive_entry_acl.3146 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 Dlibthr.380 owning the lock.
259 An example of such a situation is owning the internal library lock.

12345678910