Home
last modified time | relevance | path

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

123456789

/freebsd-src/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 pointe
[all...]
/freebsd-src/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
H A Dpthread_mutex_trylock.368 points to a robust mutex and the process containing the previous owning
H A Dpthread_mutex_lock.367 points to a robust mutex and the process containing the previous owning
H A Dpthread_mutex_consistent.341 If the process containing the thread owning a robust mutex terminates
/freebsd-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/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-src/tools/test/stress2/misc/
H A Dmd7.sh30 # owning vnode locks:
/freebsd-src/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(), in tag()
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-src/lib/libthr/
H A Dlibthr.380 owning the lock.
259 An example of such a situation is owning the internal library lock.
/freebsd-src/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.

123456789