Home
last modified time | relevance | path

Searched refs:owner (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/src/common/sys/
H A Dtypes.h60 pthread_t owner; member
/DragonOS/kernel/crates/intertrait/macros/
H A DLICENSE-APACHE12 "Licensor" shall mean the copyright owner or entity authorized by
13 the copyright owner that is granting the License.
51 submitted to Licensor for inclusion in the Work by the copyright owner
53 the copyright owner. For the purposes of this definition, "submitted"
60 designated in writing by the copyright owner as "Not a Contribution."
/DragonOS/kernel/src/libs/futex/
H A Dfutex.rs788 let owner = uval & FUTEX_TID_MASK; in handle_futex_death() localVariable
789 if owner != pid { in handle_futex_death()