]> git.saurik.com Git - apple/libpthread.git/commit
libpthread-454.40.3.tar.gz macos-1101 v454.40.3
authorApple <opensource@apple.com>
Wed, 18 Nov 2020 23:17:44 +0000 (23:17 +0000)
committerApple <opensource@apple.com>
Wed, 18 Nov 2020 23:17:44 +0000 (23:17 +0000)
commitc1f56ec94c29e576da2d6d7164bee1bdb2f02471
treec0fdd2a2bbfef48f194978b7cd4c570fddbe1095
parent45deb508575711c47d78d19e326a9a26e43e63e0
libpthread-454.40.3.tar.gz
117 files changed:
include/pthread/introspection.h [new file with mode: 0644]
include/pthread/pthread.h [new file with mode: 0644]
include/pthread/pthread_impl.h [new file with mode: 0644]
include/pthread/pthread_spis.h [new file with mode: 0644]
include/pthread/qos.h [new file with mode: 0644]
include/pthread/sched.h [new file with mode: 0644]
include/pthread/spawn.h [new file with mode: 0644]
include/pthread/stack_np.h [new file with mode: 0644]
include/sys/_pthread/_pthread_attr_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_cond_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_condattr_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_key_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_mutex_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_mutexattr_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_once_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_rwlock_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_rwlockattr_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_t.h [new file with mode: 0644]
include/sys/_pthread/_pthread_types.h [new file with mode: 0644]
include/sys/qos.h [new file with mode: 0644]
include/sys_pthread_types.modulemap [new file with mode: 0644]
kern/kern_init.c
kern/kern_internal.h
kern/kern_support.c
kern/kern_synch.c
kern/kern_trace.h
kern/workqueue_internal.h [deleted file]
libpthread.xcodeproj/project.pbxproj
man/pthread_jit_write_protect_np.3 [new file with mode: 0644]
private/dependency_private.h [deleted file]
private/introspection_private.h [deleted file]
private/posix_sched.h [deleted file]
private/private.h [deleted file]
private/pthread/dependency_private.h [new file with mode: 0644]
private/pthread/introspection_private.h [new file with mode: 0644]
private/pthread/posix_sched.h [new file with mode: 0644]
private/pthread/private.h [new file with mode: 0644]
private/pthread/qos.h [new file with mode: 0644]
private/pthread/qos_private.h [new file with mode: 0644]
private/pthread/spinlock_private.h [new file with mode: 0644]
private/pthread/tsd_private.h [new file with mode: 0644]
private/pthread/workqueue_private.h [new file with mode: 0644]
private/qos.h [deleted file]
private/qos_private.h [deleted file]
private/spinlock_private.h [deleted file]
private/sys/qos_private.h [new file with mode: 0644]
private/tsd_private.h [deleted file]
private/workqueue_private.h [deleted file]
pthread/introspection.h [deleted file]
pthread/pthread.h [deleted file]
pthread/pthread_impl.h [deleted file]
pthread/pthread_spis.h [deleted file]
pthread/qos.h [deleted file]
pthread/sched.h [deleted file]
pthread/spawn.h [deleted file]
pthread/stack_np.h [deleted file]
src/exports_internal.h [new file with mode: 0644]
src/imports_internal.h [new file with mode: 0644]
src/inline_internal.h [new file with mode: 0644]
src/internal.h
src/mk_pthread_impl.c [deleted file]
src/offsets.h [deleted file]
src/offsets_internal.h [new file with mode: 0644]
src/prototypes_internal.h [new file with mode: 0644]
src/pthread.c
src/pthread_asm.s
src/pthread_atfork.c
src/pthread_cancelable.c
src/pthread_cond.c
src/pthread_cwd.c
src/pthread_dependency.c
src/pthread_mutex.c
src/pthread_rwlock.c
src/pthread_tsd.c
src/qos.c
src/types_internal.h [new file with mode: 0644]
src/variants/pthread_cancelable_legacy.c [deleted file]
src/variants/pthread_cond_legacy.c [deleted file]
src/variants/pthread_mutex_legacy.c [deleted file]
src/variants/pthread_rwlock_legacy.c [deleted file]
sys/_pthread/_pthread_attr_t.h [deleted file]
sys/_pthread/_pthread_cond_t.h [deleted file]
sys/_pthread/_pthread_condattr_t.h [deleted file]
sys/_pthread/_pthread_key_t.h [deleted file]
sys/_pthread/_pthread_mutex_t.h [deleted file]
sys/_pthread/_pthread_mutexattr_t.h [deleted file]
sys/_pthread/_pthread_once_t.h [deleted file]
sys/_pthread/_pthread_rwlock_t.h [deleted file]
sys/_pthread/_pthread_rwlockattr_t.h [deleted file]
sys/_pthread/_pthread_t.h [deleted file]
sys/_pthread/_pthread_types.h [deleted file]
sys/qos.h [deleted file]
sys/qos_private.h [deleted file]
tests/Makefile
tests/cond.c
tests/mutex.c
tests/pthread_attr_setstacksize.c
tests/pthread_cwd.c
tests/pthread_exit.c
tests/pthread_introspection.c
tests/pthread_jit_write_protection-entitlements.plist [new file with mode: 0644]
tests/pthread_jit_write_protection.c [new file with mode: 0644]
tests/tsd.c
tests/wq_event_manager.c
tests/wq_kevent.c
tests/wq_kevent_stress.c
xcodescripts/install-manpages.sh
xcodescripts/install-sys-headers.sh
xcodescripts/kext.xcconfig
xcodescripts/pthread-i386.aliases [new file with mode: 0644]
xcodescripts/pthread-tapi.xcconfig [new file with mode: 0644]
xcodescripts/pthread.aliases
xcodescripts/pthread.dirty
xcodescripts/pthread.xcconfig
xcodescripts/pthread_driverkit.xcconfig [new file with mode: 0644]
xcodescripts/resolver.xcconfig
xcodescripts/static.xcconfig