Searched refs:owner (Results 1 - 8 of 8) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/stdio/
H A Dflockfile.c6 int owner = f->lock; local
7 if (owner)
8 __wait(&f->lock, &f->waiters, owner);
H A D__lockfile.c6 int owner, tid = __thread_get_tid(); local
9 while ((owner = a_cas_shim(&f->lock, 0, tid)))
10 __wait(&f->lock, &f->waiters, owner);
/fuchsia/zircon/system/ulib/fbl/include/fbl/
H A Dintrusive_wavl_tree.h381 RawPtrType owner = sentinel(); local
389 ZX_DEBUG_ASSERT(ns.parent_ == owner);
399 link_ptr = &GetLinkPtrToNode(owner);
400 owner = NodeTraits::node_state(*owner).parent_;
407 owner = PtrTraits::GetRaw(*link_ptr);
705 PtrType* owner; local
734 owner = &parent_ns.left_;
737 owner = &parent_ns.right_;
743 if (!PtrTraits::IsValid(*owner))
782 PtrType* owner; local
1159 PromoteLRChild(PtrType& owner, RawPtrType node) argument
[all...]
/fuchsia/zircon/system/ulib/fdio/
H A Dstubs.c102 int chown(const char *path, uid_t owner, gid_t group) { argument
106 int fchown(int fd, uid_t owner, gid_t group) { argument
110 int lchown(const char *path, uid_t owner, gid_t group) { argument
/fuchsia/zircon/third_party/ulib/musl/stubs/
H A Diostubs.c311 static int stub_chown(const char* path, uid_t owner, gid_t group) { argument
317 static int stub_fchown(int fd, uid_t owner, gid_t group) { argument
329 static int stub_lchown(const char* path, uid_t owner, gid_t group) { argument
/fuchsia/zircon/system/ulib/region-alloc/include/region-alloc/
H A Dregion-alloc.h303 explicit Region(RegionAllocator* owner) : owner_(owner) { } argument
/fuchsia/zircon/system/ulib/zx/include/lib/zx/
H A Dobject.h282 explicit unowned(const T& owner) : unowned(owner.get()) {} argument
/fuchsia/zircon/system/dev/misc/cpu-trace/
H A Dintel-pt.c40 } owner; member in struct:ipt_per_trace_state

Completed in 46 milliseconds