Home
last modified time | relevance | path

Searched refs:dr_source_wref (Results 1 – 2 of 2) sorted by relevance

/NextBSD/lib/libdispatch/src/
HDsource_internal.h137 uintptr_t dr_source_wref; // "weak" backref to dispatch_source_t member
156 ((dispatch_source_t)_dispatch_wref2ptr((dr)->dr_source_wref))
204 uintptr_t dr_source_wref; // "weak" backref to dispatch_mach_t member
212 uintptr_t dr_source_wref; // "weak" backref to dispatch_mach_t member
223 uintptr_t dr_source_wref; // "weak" backref to dispatch_mach_t member
HDsource.c162 ds->ds_refs->dr_source_wref = _dispatch_ptr2wref(ds); in dispatch_source_create()
3073 dr->dr_source_wref = _dispatch_ptr2wref(dm); in _dispatch_mach_create()
3081 dm->dm_refs->dr_source_wref = _dispatch_ptr2wref(dm); in _dispatch_mach_create()
3193 dmr->dr_source_wref = _dispatch_ptr2wref(dm); in _dispatch_mach_reply_kevent_register()