]> git.saurik.com Git - apple/libdispatch.git/commit
libdispatch-339.1.9.tar.gz os-x-109 os-x-1091 v339.1.9
authorApple <opensource@apple.com>
Thu, 10 Oct 2013 23:37:40 +0000 (23:37 +0000)
committerApple <opensource@apple.com>
Thu, 10 Oct 2013 23:37:40 +0000 (23:37 +0000)
commit517da941284910bcce6aed25a1e923708f0ed33f
tree764108db6c430911989a98e2129944faf05cb8ef
parentfe4ce08b25268ab7a007bb9eb2dd578ca5a9d5e8
libdispatch-339.1.9.tar.gz
86 files changed:
config/config.h
configure.ac
dispatch/Makefile.am
dispatch/base.h
dispatch/data.h
dispatch/dispatch.h
dispatch/group.h
dispatch/introspection.h [new file with mode: 0644]
dispatch/io.h
dispatch/object.h
dispatch/queue.h
dispatch/semaphore.h
dispatch/source.h
libdispatch.xcodeproj/project.pbxproj
libdispatch.xcodeproj/project.xcworkspace/contents.xcworkspacedata [deleted file]
man/dispatch.3
man/dispatch_async.3
man/dispatch_data_create.3
man/dispatch_group_create.3
man/dispatch_io_create.3
man/dispatch_queue_create.3
man/dispatch_semaphore_create.3
man/dispatch_source_create.3
man/dispatch_time.3
os/object.h
os/object_private.h
private/Makefile.am
private/data_private.h
private/dispatch.h [deleted file]
private/introspection_private.h [new file with mode: 0644]
private/io_private.h [new file with mode: 0644]
private/mach_private.h [new file with mode: 0644]
private/private.h
private/queue_private.h
private/source_private.h
resolver/resolved.h
resolver/resolver.c
src/Makefile.am
src/allocator.c [new file with mode: 0644]
src/allocator_internal.h [new file with mode: 0644]
src/apply.c
src/benchmark.c
src/data.c
src/data.m [new file with mode: 0644]
src/data_internal.h
src/init.c
src/internal.h
src/introspection.c [new file with mode: 0644]
src/introspection_internal.h [new file with mode: 0644]
src/io.c
src/io_internal.h
src/object.c
src/object.m
src/object_internal.h
src/once.c
src/protocol.defs
src/provider.d
src/queue.c
src/queue_internal.h
src/semaphore.c
src/semaphore_internal.h
src/shims.h
src/shims/atomic.h
src/shims/atomic_sfb.h [new file with mode: 0644]
src/shims/hw_config.h
src/shims/malloc_zone.h [deleted file]
src/shims/perfmon.h
src/shims/time.h
src/shims/tsd.h
src/source.c
src/source_internal.h
src/time.c
src/trace.h
src/transform.c
tools/dispatch_timers.d [new file with mode: 0755]
tools/dispatch_trace.d
xcodeconfig/libdispatch-introspection.xcconfig [new file with mode: 0644]
xcodeconfig/libdispatch-static.xcconfig [new file with mode: 0644]
xcodeconfig/libdispatch.aliases
xcodeconfig/libdispatch.interposable [new file with mode: 0644]
xcodeconfig/libdispatch.order
xcodeconfig/libdispatch.unexport
xcodeconfig/libdispatch.xcconfig
xcodeconfig/libdispatch_macosx.aliases [new file with mode: 0644]
xcodescripts/install-dtrace.sh [new file with mode: 0644]
xcodescripts/install-manpages.sh