ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/vendor/apple/libdispatch/dist/src/object_internal.h
(Generate patch)

Comparing vendor/apple/libdispatch/dist/src/object_internal.h (file contents):
Revision 7722 by laffer1, Mon Dec 2 02:59:32 2013 UTC vs.
Revision 7723 by laffer1, Fri Aug 12 16:59:11 2016 UTC

# Line 72 | Line 72 | enum {
72          unsigned int do_suspend_cnt;    \
73          struct dispatch_queue_s *do_targetq;    \
74          void *do_ctxt; \
75 <        void *do_finalizer
75 >        dispatch_function_t do_finalizer
76  
77   #define DISPATCH_OBJECT_GLOBAL_REFCNT   (~0u)
78   #define DISPATCH_OBJECT_SUSPEND_LOCK            1u      // "word and bit" must be a power of two to be safely subtracted

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines