]> git.saurik.com Git - apple/libpthread.git/commit - pthread/pthread_spis.h
libpthread-137.1.1.tar.gz os-x-1011 os-x-10111 v137.1.1
authorApple <opensource@apple.com>
Fri, 4 Sep 2015 17:29:03 +0000 (17:29 +0000)
committerApple <opensource@apple.com>
Fri, 4 Sep 2015 17:29:03 +0000 (17:29 +0000)
commit964d3577b041867f776d8eb940bf4a1108ffb97c
tree3cff9a8319b401bea612c448cd732cb5328502a1
parent3404ec80a22ac38c97e573f77f7cbdf4bddc8ca9
libpthread-137.1.1.tar.gz
56 files changed:
kern/kern_init.c
kern/kern_internal.h
kern/kern_policy.c
kern/kern_support.c
kern/kern_synch.c
kern/kern_trace.h
kern/workqueue_internal.h
libpthread.xcodeproj/project.pbxproj
lldbmacros/pthread.py
man/pthread_main_np.3 [new file with mode: 0644]
os/atomic.h [new file with mode: 0644]
os/atomic_llsc.h [new file with mode: 0644]
private/qos_private.h
private/workqueue_private.h
pthread/pthread.h
pthread/pthread_spis.h
src/internal.h
src/pthread.c
src/pthread_asm.s
src/pthread_cond.c
src/pthread_mutex.c
src/pthread_mutex_up.c [new file with mode: 0644]
src/pthread_rwlock.c
src/pthread_support.c
src/pthread_tsd.c
src/qos.c
src/resolver.c [new file with mode: 0644]
src/resolver.h [new file with mode: 0644]
src/resolver_internal.h [new file with mode: 0644]
tests/Makefile [new file with mode: 0644]
tests/atfork.c [new file with mode: 0644]
tests/cond.c [new file with mode: 0644]
tests/cond_timed.c [new file with mode: 0644]
tests/custom_stack.c [new file with mode: 0644]
tests/join.c [new file with mode: 0644]
tests/maxwidth.c [new file with mode: 0644]
tests/mutex.c [new file with mode: 0644]
tests/once.c [new file with mode: 0644]
tests/qos.c [new file with mode: 0644]
tests/rwlock-signal.c [new file with mode: 0644]
tests/rwlock.c [new file with mode: 0644]
tests/tsd.c [new file with mode: 0644]
tests/wq_block_handoff.c [new file with mode: 0644]
tests/wq_event_manager.c [new file with mode: 0644]
tests/wq_kevent.c [new file with mode: 0644]
tests/wq_kevent.h [new file with mode: 0644]
tests/wq_kevent_stress.c [new file with mode: 0644]
tools/wqtrace.lua [new file with mode: 0755]
xcodescripts/install-manpages.sh
xcodescripts/install-symlinks.sh
xcodescripts/install-sys-headers.sh
xcodescripts/kext.xcconfig
xcodescripts/kext_debug.xcconfig [new file with mode: 0644]
xcodescripts/pthread.xcconfig
xcodescripts/pthread_debug.xcconfig [new file with mode: 0644]
xcodescripts/pthread_introspection.xcconfig [new file with mode: 0644]