project.pbxproj   [plain text]


// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXAggregateTarget section */
		C90E7AAC15DC3D3300A06D48 /* All */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = C90E7AAD15DC3D3300A06D48 /* Build configuration list for PBXAggregateTarget "All" */;
			buildPhases = (
			);
			dependencies = (
				C90E7AB015DC3D3D00A06D48 /* PBXTargetDependency */,
				C90E7AB215DC3D3D00A06D48 /* PBXTargetDependency */,
			);
			name = All;
			productName = All;
		};
		C91D01B5162892FF0002E29A /* Kext */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = C91D01B6162892FF0002E29A /* Build configuration list for PBXAggregateTarget "Kext" */;
			buildPhases = (
			);
			dependencies = (
				C91D01B9162893070002E29A /* PBXTargetDependency */,
			);
			name = Kext;
			productName = Kext;
		};
		C98832C115DEB44000B3308E /* Embedded */ = {
			isa = PBXAggregateTarget;
			buildConfigurationList = C98832C315DEB44000B3308E /* Build configuration list for PBXAggregateTarget "Embedded" */;
			buildPhases = (
			);
			dependencies = (
				C98832C615DEB44B00B3308E /* PBXTargetDependency */,
				C98832C815DEB44B00B3308E /* PBXTargetDependency */,
				74E594AB1613AD7F006C417B /* PBXTargetDependency */,
				C91D01BC162CA80F0002E29A /* PBXTargetDependency */,
			);
			name = Embedded;
			productName = Embedded;
		};
/* End PBXAggregateTarget section */

/* Begin PBXBuildFile section */
		74E594931613AAF4006C417B /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
		74E594941613AAF4006C417B /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
		74E594951613AAF4006C417B /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
		74E594961613AAF4006C417B /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
		74E594971613AAF4006C417B /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
		74E594981613AAF4006C417B /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
		74E594991613AAF4006C417B /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
		74E5949A1613AAF4006C417B /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
		74E5949C1613AAF4006C417B /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
		74E5949E1613AAF4006C417B /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
		74E594A61613AB10006C417B /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
		C90E7AA415DC3C9D00A06D48 /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
		C90E7AA515DC3C9D00A06D48 /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
		C90E7AA615DC3C9D00A06D48 /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
		C90E7AA715DC3C9D00A06D48 /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
		C90E7AA815DC3C9D00A06D48 /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
		C90E7AA915DC3C9D00A06D48 /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
		C90E7AAA15DC3C9D00A06D48 /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
		C90E7AAB15DC3C9D00A06D48 /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
		C90E7AB815DC40D900A06D48 /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
		C90E7AB915DC40D900A06D48 /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
		C9153096167ACC2B006BB094 /* private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9153095167ACC22006BB094 /* private.h */; settings = {ATTRIBUTES = (Private, ); }; };
		C9169DDE1603DE84005A2F8C /* kern_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDC1603DE84005A2F8C /* kern_support.c */; };
		C9169DE01603DF9B005A2F8C /* kern_init.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDF1603DF9B005A2F8C /* kern_init.c */; };
		C9244C1B185FD33000075748 /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = C9244C1A185FCFED00075748 /* qos.h */; settings = {ATTRIBUTES = (Public, ); }; };
		C9244C1D1860D8EF00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
		C9244C1E1860D96D00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
		C9244C1F1860D96E00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
		C948FCF715D1D1E100180BF5 /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
		C975D5D715C9CECA0098ECD8 /* pthread_cond_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */; };
		C975D5D915C9CEEA0098ECD8 /* pthread_mutex_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */; };
		C975D5DB15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */; };
		C975D5DD15C9D16B0098ECD8 /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
		C98C95D918FF1F4E005654FB /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = C98C95D818FF1F4E005654FB /* spawn.h */; settings = {ATTRIBUTES = (Public, ); }; };
		C99AD87B15DEC4BC0009A6F8 /* posix_sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F015B7513200270056 /* posix_sched.h */; settings = {ATTRIBUTES = (Private, ); }; };
		C99AD87C15DEC5290009A6F8 /* spinlock_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F715B7513200270056 /* spinlock_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
		C99AD87F15DF04D10009A6F8 /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
		C99AD88015E2D8B50009A6F8 /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
		C9A1BF4715C9A578006BB313 /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
		C9A1BF4815C9A578006BB313 /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
		C9A1BF4915C9A578006BB313 /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
		C9A1BF4A15C9A578006BB313 /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
		C9A1BF4B15C9A578006BB313 /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
		C9A1BF4C15C9A578006BB313 /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
		C9A1BF4D15C9A58E006BB313 /* pthread.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FE15B7513700270056 /* pthread.h */; settings = {ATTRIBUTES = (Public, ); }; };
		C9A1BF4E15C9A594006BB313 /* pthread_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FF15B7513700270056 /* pthread_impl.h */; settings = {ATTRIBUTES = (Public, ); }; };
		C9A1BF4F15C9A598006BB313 /* pthread_spis.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260015B7513700270056 /* pthread_spis.h */; settings = {ATTRIBUTES = (Public, ); }; };
		C9A1BF5015C9A59B006BB313 /* sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260115B7513700270056 /* sched.h */; settings = {ATTRIBUTES = (Public, ); }; };
		C9A1BF5315C9A9F5006BB313 /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
		C9A1BF5515C9CB9D006BB313 /* pthread_cancelable_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */; };
		C9A960B0183EB42700AE10C8 /* kern_policy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A960AF183EB42700AE10C8 /* kern_policy.c */; };
		C9BB478B15E6ABD900F135B7 /* workqueue_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F915B7513200270056 /* workqueue_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
		C9BB478D15E6ADF700F135B7 /* tsd_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F415B7513200270056 /* tsd_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
		C9CCFB9D18B6D0910060CAAE /* qos_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C99B17DA189C2E1B00991D38 /* qos_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
		C9D75E4216127B3900C2FB26 /* kern_synch.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDB1603DE84005A2F8C /* kern_synch.c */; };
		E4063CF31906B75A000202F9 /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = E4063CF21906B4FB000202F9 /* qos.h */; settings = {ATTRIBUTES = (Private, ); }; };
		E4657D4117284F7B007D1847 /* introspection_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E4657D4017284F7B007D1847 /* introspection_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
		FC4DBBB316DEA8DA00503E47 /* plockstat.d in Sources */ = {isa = PBXBuildFile; fileRef = C9A325EF15B7513200270056 /* plockstat.d */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		74E594AA1613AD7F006C417B /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = C9A325D915B7347000270056 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = 74E594911613AAF4006C417B;
			remoteInfo = "libpthread.a eOS";
		};
		C90E7AAF15DC3D3D00A06D48 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = C9A325D915B7347000270056 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = C9A325E115B7347000270056;
			remoteInfo = Libpthread;
		};
		C90E7AB115DC3D3D00A06D48 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = C9A325D915B7347000270056 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = C90E7A9E15DC3C3800A06D48;
			remoteInfo = libpthread.a;
		};
		C91D01B8162893070002E29A /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = C9A325D915B7347000270056 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = C9CA27D81602813000259F78;
			remoteInfo = pthread;
		};
		C91D01BB162CA80F0002E29A /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = C9A325D915B7347000270056 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = C9CA27D81602813000259F78;
			remoteInfo = pthread;
		};
		C98832C515DEB44B00B3308E /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = C9A325D915B7347000270056 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = C9A325E115B7347000270056;
			remoteInfo = libsystem_pthread.dylib;
		};
		C98832C715DEB44B00B3308E /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = C9A325D915B7347000270056 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = C90E7A9E15DC3C3800A06D48;
			remoteInfo = libpthread.a;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		74E594A41613AAF4006C417B /* libpthread_eOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread_eOS.a; sourceTree = BUILT_PRODUCTS_DIR; };
		A98FE72D19479F7C007718DA /* qos_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos_private.h; sourceTree = "<group>"; };
		C90E7A9F15DC3C3800A06D48 /* libpthread.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread.a; sourceTree = BUILT_PRODUCTS_DIR; };
		C90E7AB415DC40D900A06D48 /* pthread_atfork.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_atfork.c; sourceTree = "<group>"; };
		C9153094167ACAB8006BB094 /* install-symlinks.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-symlinks.sh"; sourceTree = "<group>"; };
		C9153095167ACC22006BB094 /* private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = "<group>"; };
		C9169DDB1603DE84005A2F8C /* kern_synch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_synch.c; sourceTree = "<group>"; };
		C9169DDC1603DE84005A2F8C /* kern_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_support.c; sourceTree = "<group>"; };
		C9169DDF1603DF9B005A2F8C /* kern_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_init.c; sourceTree = "<group>"; };
		C91D01BA162893CD0002E29A /* kext.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = kext.xcconfig; sourceTree = "<group>"; };
		C9244C1A185FCFED00075748 /* qos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
		C9244C1C1860D8EF00075748 /* qos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qos.c; sourceTree = "<group>"; };
		C948FCC115D187FA00180BF5 /* pthread_atfork.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_atfork.3; sourceTree = "<group>"; };
		C948FCC215D187FA00180BF5 /* pthread_attr_init_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_init_destroy.3; sourceTree = "<group>"; };
		C948FCC315D187FA00180BF5 /* pthread_attr_set_getdetachstate.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getdetachstate.3; sourceTree = "<group>"; };
		C948FCC415D187FA00180BF5 /* pthread_attr_set_getinheritsched.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getinheritsched.3; sourceTree = "<group>"; };
		C948FCC515D187FA00180BF5 /* pthread_attr_set_getschedparam.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getschedparam.3; sourceTree = "<group>"; };
		C948FCC615D187FA00180BF5 /* pthread_attr_set_getschedpolicy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getschedpolicy.3; sourceTree = "<group>"; };
		C948FCC715D187FA00180BF5 /* pthread_attr_set_getscope.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getscope.3; sourceTree = "<group>"; };
		C948FCC815D187FA00180BF5 /* pthread_attr_set_getstackaddr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getstackaddr.3; sourceTree = "<group>"; };
		C948FCC915D187FA00180BF5 /* pthread_attr_set_getstacksize.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getstacksize.3; sourceTree = "<group>"; };
		C948FCCA15D187FA00180BF5 /* pthread_attr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr.3; sourceTree = "<group>"; };
		C948FCCB15D187FA00180BF5 /* pthread_cancel.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cancel.3; sourceTree = "<group>"; };
		C948FCCC15D187FA00180BF5 /* pthread_cleanup_pop.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cleanup_pop.3; sourceTree = "<group>"; };
		C948FCCD15D187FA00180BF5 /* pthread_cleanup_push.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cleanup_push.3; sourceTree = "<group>"; };
		C948FCCE15D187FA00180BF5 /* pthread_cond_broadcast.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_broadcast.3; sourceTree = "<group>"; };
		C948FCCF15D187FA00180BF5 /* pthread_cond_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_destroy.3; sourceTree = "<group>"; };
		C948FCD015D187FA00180BF5 /* pthread_cond_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_init.3; sourceTree = "<group>"; };
		C948FCD115D187FA00180BF5 /* pthread_cond_signal.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_signal.3; sourceTree = "<group>"; };
		C948FCD215D187FA00180BF5 /* pthread_cond_timedwait.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_timedwait.3; sourceTree = "<group>"; };
		C948FCD315D187FA00180BF5 /* pthread_cond_wait.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_wait.3; sourceTree = "<group>"; };
		C948FCD415D187FA00180BF5 /* pthread_condattr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_condattr.3; sourceTree = "<group>"; };
		C948FCD515D187FA00180BF5 /* pthread_create.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_create.3; sourceTree = "<group>"; };
		C948FCD615D187FA00180BF5 /* pthread_detach.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_detach.3; sourceTree = "<group>"; };
		C948FCD715D187FA00180BF5 /* pthread_equal.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_equal.3; sourceTree = "<group>"; };
		C948FCD815D187FA00180BF5 /* pthread_exit.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_exit.3; sourceTree = "<group>"; };
		C948FCD915D187FA00180BF5 /* pthread_getschedparam.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_getschedparam.3; sourceTree = "<group>"; };
		C948FCDA15D187FA00180BF5 /* pthread_getspecific.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_getspecific.3; sourceTree = "<group>"; };
		C948FCDB15D187FA00180BF5 /* pthread_join.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_join.3; sourceTree = "<group>"; };
		C948FCDC15D187FA00180BF5 /* pthread_key_create.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_key_create.3; sourceTree = "<group>"; };
		C948FCDD15D187FA00180BF5 /* pthread_key_delete.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_key_delete.3; sourceTree = "<group>"; };
		C948FCDE15D187FA00180BF5 /* pthread_mutex_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_destroy.3; sourceTree = "<group>"; };
		C948FCDF15D187FA00180BF5 /* pthread_mutex_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_init.3; sourceTree = "<group>"; };
		C948FCE015D187FA00180BF5 /* pthread_mutex_lock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_lock.3; sourceTree = "<group>"; };
		C948FCE115D187FA00180BF5 /* pthread_mutex_trylock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_trylock.3; sourceTree = "<group>"; };
		C948FCE215D187FA00180BF5 /* pthread_mutex_unlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_unlock.3; sourceTree = "<group>"; };
		C948FCE315D187FA00180BF5 /* pthread_mutexattr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutexattr.3; sourceTree = "<group>"; };
		C948FCE415D187FA00180BF5 /* pthread_once.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_once.3; sourceTree = "<group>"; };
		C948FCE515D187FA00180BF5 /* pthread_rwlock_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_destroy.3; sourceTree = "<group>"; };
		C948FCE615D187FA00180BF5 /* pthread_rwlock_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_init.3; sourceTree = "<group>"; };
		C948FCE715D187FA00180BF5 /* pthread_rwlock_rdlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_rdlock.3; sourceTree = "<group>"; };
		C948FCE815D187FA00180BF5 /* pthread_rwlock_unlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_unlock.3; sourceTree = "<group>"; };
		C948FCE915D187FA00180BF5 /* pthread_rwlock_wrlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_wrlock.3; sourceTree = "<group>"; };
		C948FCEA15D187FA00180BF5 /* pthread_rwlockattr_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_destroy.3; sourceTree = "<group>"; };
		C948FCEB15D187FA00180BF5 /* pthread_rwlockattr_getpshared.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_getpshared.3; sourceTree = "<group>"; };
		C948FCEC15D187FA00180BF5 /* pthread_rwlockattr_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_init.3; sourceTree = "<group>"; };
		C948FCED15D187FA00180BF5 /* pthread_rwlockattr_setpshared.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_setpshared.3; sourceTree = "<group>"; };
		C948FCEE15D187FA00180BF5 /* pthread_self.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_self.3; sourceTree = "<group>"; };
		C948FCEF15D187FA00180BF5 /* pthread_setcancelstate.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_setcancelstate.3; sourceTree = "<group>"; };
		C948FCF015D187FA00180BF5 /* pthread_setspecific.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_setspecific.3; sourceTree = "<group>"; };
		C948FCF115D187FA00180BF5 /* pthread.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread.3; sourceTree = "<group>"; };
		C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cond_legacy.c; sourceTree = "<group>"; };
		C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_mutex_legacy.c; sourceTree = "<group>"; };
		C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_rwlock_legacy.c; sourceTree = "<group>"; };
		C975D5DC15C9D16B0098ECD8 /* pthread_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_support.c; sourceTree = "<group>"; };
		C979E9FB18A1BC2A000951E5 /* kern_trace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kern_trace.h; sourceTree = "<group>"; };
		C979E9FC18A2BF2C000951E5 /* install-codes.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-codes.sh"; sourceTree = "<group>"; };
		C98005141899BD2000368E4D /* workqueue_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = workqueue_internal.h; sourceTree = "<group>"; };
		C98C95D818FF1F4E005654FB /* spawn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spawn.h; sourceTree = "<group>"; };
		C99AD87D15DF04D10009A6F8 /* pthread_asm.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = pthread_asm.s; sourceTree = "<group>"; };
		C99B17DA189C2E1B00991D38 /* qos_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos_private.h; sourceTree = "<group>"; };
		C99EA612161F8288003EBC56 /* eos.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = eos.xcconfig; sourceTree = "<group>"; };
		C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable_cancel.c; sourceTree = "<group>"; };
		C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable_legacy.c; sourceTree = "<group>"; };
		C9A325E215B7347000270056 /* libsystem_pthread.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_pthread.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		C9A325EE15B7513200270056 /* mk_pthread_impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mk_pthread_impl.c; sourceTree = "<group>"; };
		C9A325EF15B7513200270056 /* plockstat.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = plockstat.d; sourceTree = "<group>"; };
		C9A325F015B7513200270056 /* posix_sched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = posix_sched.h; sourceTree = "<group>"; };
		C9A325F115B7513200270056 /* pthread_cancelable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable.c; sourceTree = "<group>"; };
		C9A325F215B7513200270056 /* pthread_cond.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_cond.c; sourceTree = "<group>"; };
		C9A325F315B7513200270056 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = "<group>"; };
		C9A325F415B7513200270056 /* tsd_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tsd_private.h; sourceTree = "<group>"; };
		C9A325F515B7513200270056 /* pthread_mutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_mutex.c; sourceTree = "<group>"; };
		C9A325F615B7513200270056 /* pthread_rwlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_rwlock.c; sourceTree = "<group>"; };
		C9A325F715B7513200270056 /* spinlock_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spinlock_private.h; sourceTree = "<group>"; };
		C9A325F815B7513200270056 /* pthread_tsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_tsd.c; sourceTree = "<group>"; };
		C9A325F915B7513200270056 /* workqueue_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = workqueue_private.h; sourceTree = "<group>"; };
		C9A325FA15B7513200270056 /* pthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread.c; sourceTree = "<group>"; };
		C9A325FC15B7513200270056 /* thread_setup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_setup.c; sourceTree = "<group>"; };
		C9A325FE15B7513700270056 /* pthread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread.h; sourceTree = "<group>"; };
		C9A325FF15B7513700270056 /* pthread_impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread_impl.h; sourceTree = "<group>"; };
		C9A3260015B7513700270056 /* pthread_spis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread_spis.h; sourceTree = "<group>"; };
		C9A3260115B7513700270056 /* sched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sched.h; sourceTree = "<group>"; };
		C9A3260C15B759B600270056 /* pthread.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = pthread.xcconfig; sourceTree = "<group>"; };
		C9A960AF183EB42700AE10C8 /* kern_policy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_policy.c; sourceTree = "<group>"; };
		C9A960B318452B2F00AE10C8 /* pthread.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = pthread.py; sourceTree = "<group>"; };
		C9A960B618452CDD00AE10C8 /* install-lldbmacros.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "install-lldbmacros.sh"; sourceTree = "<group>"; };
		C9C2212D15FA978D00447568 /* pthread.aliases */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread.aliases; sourceTree = "<group>"; };
		C9C533841607C928009988FA /* kern_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kern_internal.h; sourceTree = "<group>"; };
		C9CA27D91602813000259F78 /* pthread.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = pthread.kext; sourceTree = BUILT_PRODUCTS_DIR; };
		C9CA27DC1602813000259F78 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = System/Library/Frameworks/Kernel.framework; sourceTree = SDKROOT; };
		C9D9E8FE1626248800448CED /* pthread-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "pthread-Info.plist"; sourceTree = "<group>"; };
		C9DCA2A115DC4F2000D057E2 /* install-manpages.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-manpages.sh"; sourceTree = "<group>"; };
		E4063CF21906B4FB000202F9 /* qos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
		E4657D4017284F7B007D1847 /* introspection_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = introspection_private.h; sourceTree = "<group>"; };
		E4D962F919086AD600E8A9F2 /* qos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
		E4D962FC19086C5700E8A9F2 /* install-sys-headers.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-sys-headers.sh"; sourceTree = "<group>"; };
		FC30E28D16A747AD00A25B5F /* synch_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = synch_internal.h; sourceTree = "<group>"; };
		FC5A372417CEB3D6008C323E /* _pthread_attr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_attr_t.h; sourceTree = "<group>"; };
		FC5A372517CEB3D6008C323E /* _pthread_cond_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_cond_t.h; sourceTree = "<group>"; };
		FC5A372617CEB3D6008C323E /* _pthread_condattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_condattr_t.h; sourceTree = "<group>"; };
		FC5A372717CEB3D6008C323E /* _pthread_key_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_key_t.h; sourceTree = "<group>"; };
		FC5A372817CEB3D6008C323E /* _pthread_mutex_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_mutex_t.h; sourceTree = "<group>"; };
		FC5A372917CEB3D6008C323E /* _pthread_mutexattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_mutexattr_t.h; sourceTree = "<group>"; };
		FC5A372A17CEB3D6008C323E /* _pthread_once_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_once_t.h; sourceTree = "<group>"; };
		FC5A372B17CEB3D6008C323E /* _pthread_rwlock_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_rwlock_t.h; sourceTree = "<group>"; };
		FC5A372C17CEB3D6008C323E /* _pthread_rwlockattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_rwlockattr_t.h; sourceTree = "<group>"; };
		FC5A372D17CEB3D6008C323E /* _pthread_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_t.h; sourceTree = "<group>"; };
		FC5A372E17CEB3D6008C323E /* _pthread_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_types.h; sourceTree = "<group>"; };
		FC618A76160E8155006810FE /* pthread_kill.2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread_kill.2; sourceTree = "<group>"; };
		FC618A77160E8155006810FE /* pthread_sigmask.2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread_sigmask.2; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		74E594A01613AAF4006C417B /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C90E7A9C15DC3C3800A06D48 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C9A325DF15B7347000270056 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C9CA27D41602813000259F78 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		C9169DD91603DE68005A2F8C /* kern */ = {
			isa = PBXGroup;
			children = (
				C9D9E8FE1626248800448CED /* pthread-Info.plist */,
				C9C533841607C928009988FA /* kern_internal.h */,
				C9169DDF1603DF9B005A2F8C /* kern_init.c */,
				C9A960AF183EB42700AE10C8 /* kern_policy.c */,
				C9169DDB1603DE84005A2F8C /* kern_synch.c */,
				C9169DDC1603DE84005A2F8C /* kern_support.c */,
				C979E9FB18A1BC2A000951E5 /* kern_trace.h */,
				FC30E28D16A747AD00A25B5F /* synch_internal.h */,
				C98005141899BD2000368E4D /* workqueue_internal.h */,
			);
			path = kern;
			sourceTree = "<group>";
		};
		C948FCC015D187AD00180BF5 /* man */ = {
			isa = PBXGroup;
			children = (
				C948FCC115D187FA00180BF5 /* pthread_atfork.3 */,
				C948FCC215D187FA00180BF5 /* pthread_attr_init_destroy.3 */,
				C948FCC315D187FA00180BF5 /* pthread_attr_set_getdetachstate.3 */,
				C948FCC415D187FA00180BF5 /* pthread_attr_set_getinheritsched.3 */,
				C948FCC515D187FA00180BF5 /* pthread_attr_set_getschedparam.3 */,
				C948FCC615D187FA00180BF5 /* pthread_attr_set_getschedpolicy.3 */,
				C948FCC715D187FA00180BF5 /* pthread_attr_set_getscope.3 */,
				C948FCC815D187FA00180BF5 /* pthread_attr_set_getstackaddr.3 */,
				C948FCC915D187FA00180BF5 /* pthread_attr_set_getstacksize.3 */,
				C948FCCA15D187FA00180BF5 /* pthread_attr.3 */,
				C948FCCB15D187FA00180BF5 /* pthread_cancel.3 */,
				C948FCCC15D187FA00180BF5 /* pthread_cleanup_pop.3 */,
				C948FCCD15D187FA00180BF5 /* pthread_cleanup_push.3 */,
				C948FCCE15D187FA00180BF5 /* pthread_cond_broadcast.3 */,
				C948FCCF15D187FA00180BF5 /* pthread_cond_destroy.3 */,
				C948FCD015D187FA00180BF5 /* pthread_cond_init.3 */,
				C948FCD115D187FA00180BF5 /* pthread_cond_signal.3 */,
				C948FCD215D187FA00180BF5 /* pthread_cond_timedwait.3 */,
				C948FCD315D187FA00180BF5 /* pthread_cond_wait.3 */,
				C948FCD415D187FA00180BF5 /* pthread_condattr.3 */,
				C948FCD515D187FA00180BF5 /* pthread_create.3 */,
				C948FCD615D187FA00180BF5 /* pthread_detach.3 */,
				C948FCD715D187FA00180BF5 /* pthread_equal.3 */,
				C948FCD815D187FA00180BF5 /* pthread_exit.3 */,
				C948FCD915D187FA00180BF5 /* pthread_getschedparam.3 */,
				C948FCDA15D187FA00180BF5 /* pthread_getspecific.3 */,
				C948FCDB15D187FA00180BF5 /* pthread_join.3 */,
				C948FCDC15D187FA00180BF5 /* pthread_key_create.3 */,
				C948FCDD15D187FA00180BF5 /* pthread_key_delete.3 */,
				FC618A76160E8155006810FE /* pthread_kill.2 */,
				C948FCDE15D187FA00180BF5 /* pthread_mutex_destroy.3 */,
				C948FCDF15D187FA00180BF5 /* pthread_mutex_init.3 */,
				C948FCE015D187FA00180BF5 /* pthread_mutex_lock.3 */,
				C948FCE115D187FA00180BF5 /* pthread_mutex_trylock.3 */,
				C948FCE215D187FA00180BF5 /* pthread_mutex_unlock.3 */,
				C948FCE315D187FA00180BF5 /* pthread_mutexattr.3 */,
				C948FCE415D187FA00180BF5 /* pthread_once.3 */,
				C948FCE515D187FA00180BF5 /* pthread_rwlock_destroy.3 */,
				C948FCE615D187FA00180BF5 /* pthread_rwlock_init.3 */,
				C948FCE715D187FA00180BF5 /* pthread_rwlock_rdlock.3 */,
				C948FCE815D187FA00180BF5 /* pthread_rwlock_unlock.3 */,
				C948FCE915D187FA00180BF5 /* pthread_rwlock_wrlock.3 */,
				C948FCEA15D187FA00180BF5 /* pthread_rwlockattr_destroy.3 */,
				C948FCEB15D187FA00180BF5 /* pthread_rwlockattr_getpshared.3 */,
				C948FCEC15D187FA00180BF5 /* pthread_rwlockattr_init.3 */,
				C948FCED15D187FA00180BF5 /* pthread_rwlockattr_setpshared.3 */,
				C948FCEE15D187FA00180BF5 /* pthread_self.3 */,
				C948FCEF15D187FA00180BF5 /* pthread_setcancelstate.3 */,
				C948FCF015D187FA00180BF5 /* pthread_setspecific.3 */,
				FC618A77160E8155006810FE /* pthread_sigmask.2 */,
				C948FCF115D187FA00180BF5 /* pthread.3 */,
			);
			path = man;
			sourceTree = "<group>";
		};
		C9A1BF5115C9A8B7006BB313 /* variants */ = {
			isa = PBXGroup;
			children = (
				C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */,
				C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */,
				C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */,
				C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */,
				C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */,
			);
			path = variants;
			sourceTree = "<group>";
		};
		C9A325D715B7347000270056 = {
			isa = PBXGroup;
			children = (
				C9169DD91603DE68005A2F8C /* kern */,
				C9A960B218452B0700AE10C8 /* lldbmacros */,
				C9A325FD15B7513700270056 /* pthread */,
				FC5A372217CEB3D6008C323E /* sys */,
				C9D70EBE167AC7D100D52713 /* private */,
				C948FCC015D187AD00180BF5 /* man */,
				C9A325ED15B74FB600270056 /* src */,
				C9A3260B15B759A100270056 /* xcodescripts */,
				C9CA27DA1602813000259F78 /* Frameworks */,
				C9A325E315B7347000270056 /* Products */,
			);
			sourceTree = "<group>";
			usesTabs = 1;
		};
		C9A325E315B7347000270056 /* Products */ = {
			isa = PBXGroup;
			children = (
				C9A325E215B7347000270056 /* libsystem_pthread.dylib */,
				C90E7A9F15DC3C3800A06D48 /* libpthread.a */,
				74E594A41613AAF4006C417B /* libpthread_eOS.a */,
				C9CA27D91602813000259F78 /* pthread.kext */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		C9A325ED15B74FB600270056 /* src */ = {
			isa = PBXGroup;
			children = (
				C9A325F315B7513200270056 /* internal.h */,
				C9A325EE15B7513200270056 /* mk_pthread_impl.c */,
				C9A325EF15B7513200270056 /* plockstat.d */,
				C9A325FA15B7513200270056 /* pthread.c */,
				C99AD87D15DF04D10009A6F8 /* pthread_asm.s */,
				C90E7AB415DC40D900A06D48 /* pthread_atfork.c */,
				C9A325F115B7513200270056 /* pthread_cancelable.c */,
				C9A325F215B7513200270056 /* pthread_cond.c */,
				C9A325F515B7513200270056 /* pthread_mutex.c */,
				C9A325F615B7513200270056 /* pthread_rwlock.c */,
				C975D5DC15C9D16B0098ECD8 /* pthread_support.c */,
				C9A325F815B7513200270056 /* pthread_tsd.c */,
				C9244C1C1860D8EF00075748 /* qos.c */,
				C9A325FC15B7513200270056 /* thread_setup.c */,
				C9A1BF5115C9A8B7006BB313 /* variants */,
			);
			path = src;
			sourceTree = "<group>";
		};
		C9A325FD15B7513700270056 /* pthread */ = {
			isa = PBXGroup;
			children = (
				C9A325FE15B7513700270056 /* pthread.h */,
				C9A325FF15B7513700270056 /* pthread_impl.h */,
				C9A3260015B7513700270056 /* pthread_spis.h */,
				C9A3260115B7513700270056 /* sched.h */,
				C98C95D818FF1F4E005654FB /* spawn.h */,
				C9244C1A185FCFED00075748 /* qos.h */,
			);
			path = pthread;
			sourceTree = "<group>";
		};
		C9A3260B15B759A100270056 /* xcodescripts */ = {
			isa = PBXGroup;
			children = (
				C91D01BA162893CD0002E29A /* kext.xcconfig */,
				C9A3260C15B759B600270056 /* pthread.xcconfig */,
				C99EA612161F8288003EBC56 /* eos.xcconfig */,
				C9DCA2A115DC4F2000D057E2 /* install-manpages.sh */,
				C9153094167ACAB8006BB094 /* install-symlinks.sh */,
				E4D962FC19086C5700E8A9F2 /* install-sys-headers.sh */,
				C9A960B618452CDD00AE10C8 /* install-lldbmacros.sh */,
				C979E9FC18A2BF2C000951E5 /* install-codes.sh */,
				C9C2212D15FA978D00447568 /* pthread.aliases */,
			);
			path = xcodescripts;
			sourceTree = "<group>";
		};
		C9A960B218452B0700AE10C8 /* lldbmacros */ = {
			isa = PBXGroup;
			children = (
				C9A960B318452B2F00AE10C8 /* pthread.py */,
			);
			path = lldbmacros;
			sourceTree = "<group>";
		};
		C9CA27DA1602813000259F78 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				C9CA27DB1602813000259F78 /* Other Frameworks */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		C9CA27DB1602813000259F78 /* Other Frameworks */ = {
			isa = PBXGroup;
			children = (
				C9CA27DC1602813000259F78 /* Kernel.framework */,
			);
			name = "Other Frameworks";
			sourceTree = "<group>";
		};
		C9D70EBE167AC7D100D52713 /* private */ = {
			isa = PBXGroup;
			children = (
				C9153095167ACC22006BB094 /* private.h */,
				C9A325F015B7513200270056 /* posix_sched.h */,
				C9A325F715B7513200270056 /* spinlock_private.h */,
				C9A325F415B7513200270056 /* tsd_private.h */,
				C9A325F915B7513200270056 /* workqueue_private.h */,
				E4657D4017284F7B007D1847 /* introspection_private.h */,
				C99B17DA189C2E1B00991D38 /* qos_private.h */,
				E4063CF21906B4FB000202F9 /* qos.h */,
			);
			path = private;
			sourceTree = "<group>";
		};
		FC5A372217CEB3D6008C323E /* sys */ = {
			isa = PBXGroup;
			children = (
				E4D962F919086AD600E8A9F2 /* qos.h */,
				FC5A372317CEB3D6008C323E /* _pthread */,
				A98FE72D19479F7C007718DA /* qos_private.h */,
			);
			path = sys;
			sourceTree = "<group>";
		};
		FC5A372317CEB3D6008C323E /* _pthread */ = {
			isa = PBXGroup;
			children = (
				FC5A372417CEB3D6008C323E /* _pthread_attr_t.h */,
				FC5A372517CEB3D6008C323E /* _pthread_cond_t.h */,
				FC5A372617CEB3D6008C323E /* _pthread_condattr_t.h */,
				FC5A372717CEB3D6008C323E /* _pthread_key_t.h */,
				FC5A372817CEB3D6008C323E /* _pthread_mutex_t.h */,
				FC5A372917CEB3D6008C323E /* _pthread_mutexattr_t.h */,
				FC5A372A17CEB3D6008C323E /* _pthread_once_t.h */,
				FC5A372B17CEB3D6008C323E /* _pthread_rwlock_t.h */,
				FC5A372C17CEB3D6008C323E /* _pthread_rwlockattr_t.h */,
				FC5A372D17CEB3D6008C323E /* _pthread_t.h */,
				FC5A372E17CEB3D6008C323E /* _pthread_types.h */,
			);
			path = _pthread;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		74E594A11613AAF4006C417B /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C90E7A9D15DC3C3800A06D48 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C9A325E015B7347000270056 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				C9244C1B185FD33000075748 /* qos.h in Headers */,
				C9A1BF4D15C9A58E006BB313 /* pthread.h in Headers */,
				C9A1BF4E15C9A594006BB313 /* pthread_impl.h in Headers */,
				E4063CF31906B75A000202F9 /* qos.h in Headers */,
				C9A1BF4F15C9A598006BB313 /* pthread_spis.h in Headers */,
				C9A1BF5015C9A59B006BB313 /* sched.h in Headers */,
				E4657D4117284F7B007D1847 /* introspection_private.h in Headers */,
				C9BB478D15E6ADF700F135B7 /* tsd_private.h in Headers */,
				C99AD87B15DEC4BC0009A6F8 /* posix_sched.h in Headers */,
				C9CCFB9D18B6D0910060CAAE /* qos_private.h in Headers */,
				C98C95D918FF1F4E005654FB /* spawn.h in Headers */,
				C99AD87C15DEC5290009A6F8 /* spinlock_private.h in Headers */,
				C9BB478B15E6ABD900F135B7 /* workqueue_private.h in Headers */,
				C9153096167ACC2B006BB094 /* private.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C9CA27D51602813000259F78 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		74E594911613AAF4006C417B /* libpthread.a eOS */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 74E594A21613AAF4006C417B /* Build configuration list for PBXNativeTarget "libpthread.a eOS" */;
			buildPhases = (
				74E594921613AAF4006C417B /* Sources */,
				74E594A01613AAF4006C417B /* Frameworks */,
				74E594A11613AAF4006C417B /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "libpthread.a eOS";
			productName = libpthread.a;
			productReference = 74E594A41613AAF4006C417B /* libpthread_eOS.a */;
			productType = "com.apple.product-type.library.static";
		};
		C90E7A9E15DC3C3800A06D48 /* libpthread.a */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = C90E7AA115DC3C3800A06D48 /* Build configuration list for PBXNativeTarget "libpthread.a" */;
			buildPhases = (
				C90E7A9B15DC3C3800A06D48 /* Sources */,
				C90E7A9C15DC3C3800A06D48 /* Frameworks */,
				C90E7A9D15DC3C3800A06D48 /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = libpthread.a;
			productName = libpthread.a;
			productReference = C90E7A9F15DC3C3800A06D48 /* libpthread.a */;
			productType = "com.apple.product-type.library.static";
		};
		C9A325E115B7347000270056 /* libsystem_pthread.dylib */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = C9A325E615B7347000270056 /* Build configuration list for PBXNativeTarget "libsystem_pthread.dylib" */;
			buildPhases = (
				C99AD87815DEBE450009A6F8 /* Generate dtrace header */,
				C9A325DE15B7347000270056 /* Sources */,
				C9A325DF15B7347000270056 /* Frameworks */,
				C9A325E015B7347000270056 /* Headers */,
				C9D70EBD167AC76700D52713 /* Symlink Old Header Location */,
				C9DCA2A215DC4F3500D057E2 /* Install Manpages */,
				FC5A372F17CEB60D008C323E /* Install sys headers */,
				C979E9FD18A2BF3D000951E5 /* Install Codes file */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = libsystem_pthread.dylib;
			productName = Libpthread;
			productReference = C9A325E215B7347000270056 /* libsystem_pthread.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
		C9CA27D81602813000259F78 /* pthread */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = C9CA27E71602813000259F78 /* Build configuration list for PBXNativeTarget "pthread" */;
			buildPhases = (
				C9CA27D31602813000259F78 /* Sources */,
				C9CA27D41602813000259F78 /* Frameworks */,
				C9CA27D51602813000259F78 /* Headers */,
				C9CA27D61602813000259F78 /* Resources */,
				C9CA27D71602813000259F78 /* Rez */,
				C9A960B518452C1800AE10C8 /* Install lldbmacros */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = pthread;
			productName = pthread;
			productReference = C9CA27D91602813000259F78 /* pthread.kext */;
			productType = "com.apple.product-type.kernel-extension";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		C9A325D915B7347000270056 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0500;
				ORGANIZATIONNAME = "";
			};
			buildConfigurationList = C9A325DC15B7347000270056 /* Build configuration list for PBXProject "libpthread" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = C9A325D715B7347000270056;
			productRefGroup = C9A325E315B7347000270056 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				C90E7AAC15DC3D3300A06D48 /* All */,
				C91D01B5162892FF0002E29A /* Kext */,
				C98832C115DEB44000B3308E /* Embedded */,
				C9A325E115B7347000270056 /* libsystem_pthread.dylib */,
				C90E7A9E15DC3C3800A06D48 /* libpthread.a */,
				74E594911613AAF4006C417B /* libpthread.a eOS */,
				C9CA27D81602813000259F78 /* pthread */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		C9CA27D61602813000259F78 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXRezBuildPhase section */
		C9CA27D71602813000259F78 /* Rez */ = {
			isa = PBXRezBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXRezBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		C979E9FD18A2BF3D000951E5 /* Install Codes file */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 8;
			files = (
			);
			inputPaths = (
				"$(SRCROOT)/kern/kern_trace.h",
			);
			name = "Install Codes file";
			outputPaths = (
				"$(DSTROOT)$(INSTALL_PATH_PREFIX)/usr/share/misc/pthread.codes",
			);
			runOnlyForDeploymentPostprocessing = 1;
			shellPath = "/bin/bash -e";
			shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-codes.sh";
		};
		C99AD87815DEBE450009A6F8 /* Generate dtrace header */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
				"$(SRCROOT)/src/plockstat.d",
			);
			name = "Generate dtrace header";
			outputPaths = (
				"$(DERIVED_FILE_DIR)/dtrace/plockstat.h",
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "dtrace -h -C -s ${SCRIPT_INPUT_FILE_0} -o ${SCRIPT_OUTPUT_FILE_0}";
		};
		C9A960B518452C1800AE10C8 /* Install lldbmacros */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 12;
			files = (
			);
			inputPaths = (
			);
			name = "Install lldbmacros";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-lldbmacros.sh";
		};
		C9D70EBD167AC76700D52713 /* Symlink Old Header Location */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 8;
			files = (
			);
			inputPaths = (
				"",
			);
			name = "Symlink Old Header Location";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 1;
			shellPath = "/bin/bash -e -x";
			shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-symlinks.sh";
			showEnvVarsInLog = 0;
		};
		C9DCA2A215DC4F3500D057E2 /* Install Manpages */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 8;
			files = (
			);
			inputPaths = (
				"",
			);
			name = "Install Manpages";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 1;
			shellPath = "/bin/bash -e";
			shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-manpages.sh";
			showEnvVarsInLog = 0;
		};
		FC5A372F17CEB60D008C323E /* Install sys headers */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 8;
			files = (
			);
			inputPaths = (
			);
			name = "Install sys headers";
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 1;
			shellPath = /bin/sh;
			shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-sys-headers.sh";
			showEnvVarsInLog = 0;
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		74E594921613AAF4006C417B /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				74E594931613AAF4006C417B /* pthread.c in Sources */,
				74E594941613AAF4006C417B /* pthread_cancelable.c in Sources */,
				74E594A61613AB10006C417B /* pthread_cancelable_cancel.c in Sources */,
				74E594951613AAF4006C417B /* pthread_cond.c in Sources */,
				74E594961613AAF4006C417B /* pthread_mutex.c in Sources */,
				74E594971613AAF4006C417B /* pthread_rwlock.c in Sources */,
				74E594981613AAF4006C417B /* pthread_support.c in Sources */,
				74E594991613AAF4006C417B /* pthread_tsd.c in Sources */,
				74E5949A1613AAF4006C417B /* thread_setup.c in Sources */,
				C9244C1F1860D96E00075748 /* qos.c in Sources */,
				74E5949C1613AAF4006C417B /* pthread_atfork.c in Sources */,
				74E5949E1613AAF4006C417B /* pthread_asm.s in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C90E7A9B15DC3C3800A06D48 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				C9244C1E1860D96D00075748 /* qos.c in Sources */,
				C90E7AA415DC3C9D00A06D48 /* pthread.c in Sources */,
				C90E7AA515DC3C9D00A06D48 /* pthread_cancelable.c in Sources */,
				C90E7AA615DC3C9D00A06D48 /* pthread_cond.c in Sources */,
				C90E7AA715DC3C9D00A06D48 /* pthread_mutex.c in Sources */,
				C90E7AA815DC3C9D00A06D48 /* pthread_rwlock.c in Sources */,
				C90E7AA915DC3C9D00A06D48 /* pthread_support.c in Sources */,
				C90E7AAA15DC3C9D00A06D48 /* pthread_tsd.c in Sources */,
				C90E7AAB15DC3C9D00A06D48 /* thread_setup.c in Sources */,
				C90E7AB915DC40D900A06D48 /* pthread_atfork.c in Sources */,
				C99AD87F15DF04D10009A6F8 /* pthread_asm.s in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C9A325DE15B7347000270056 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				C9A1BF4715C9A578006BB313 /* pthread.c in Sources */,
				C9A1BF4815C9A578006BB313 /* pthread_cancelable.c in Sources */,
				FC4DBBB316DEA8DA00503E47 /* plockstat.d in Sources */,
				C9A1BF4915C9A578006BB313 /* pthread_cond.c in Sources */,
				C9A1BF4A15C9A578006BB313 /* pthread_mutex.c in Sources */,
				C9244C1D1860D8EF00075748 /* qos.c in Sources */,
				C9A1BF4B15C9A578006BB313 /* pthread_rwlock.c in Sources */,
				C9A1BF4C15C9A578006BB313 /* pthread_tsd.c in Sources */,
				C9A1BF5315C9A9F5006BB313 /* pthread_cancelable_cancel.c in Sources */,
				C9A1BF5515C9CB9D006BB313 /* pthread_cancelable_legacy.c in Sources */,
				C975D5D715C9CECA0098ECD8 /* pthread_cond_legacy.c in Sources */,
				C975D5D915C9CEEA0098ECD8 /* pthread_mutex_legacy.c in Sources */,
				C975D5DB15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c in Sources */,
				C975D5DD15C9D16B0098ECD8 /* pthread_support.c in Sources */,
				C948FCF715D1D1E100180BF5 /* thread_setup.c in Sources */,
				C90E7AB815DC40D900A06D48 /* pthread_atfork.c in Sources */,
				C99AD88015E2D8B50009A6F8 /* pthread_asm.s in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		C9CA27D31602813000259F78 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				C9169DDE1603DE84005A2F8C /* kern_support.c in Sources */,
				C9A960B0183EB42700AE10C8 /* kern_policy.c in Sources */,
				C9169DE01603DF9B005A2F8C /* kern_init.c in Sources */,
				C9D75E4216127B3900C2FB26 /* kern_synch.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		74E594AB1613AD7F006C417B /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = 74E594911613AAF4006C417B /* libpthread.a eOS */;
			targetProxy = 74E594AA1613AD7F006C417B /* PBXContainerItemProxy */;
		};
		C90E7AB015DC3D3D00A06D48 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = C9A325E115B7347000270056 /* libsystem_pthread.dylib */;
			targetProxy = C90E7AAF15DC3D3D00A06D48 /* PBXContainerItemProxy */;
		};
		C90E7AB215DC3D3D00A06D48 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = C90E7A9E15DC3C3800A06D48 /* libpthread.a */;
			targetProxy = C90E7AB115DC3D3D00A06D48 /* PBXContainerItemProxy */;
		};
		C91D01B9162893070002E29A /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = C9CA27D81602813000259F78 /* pthread */;
			targetProxy = C91D01B8162893070002E29A /* PBXContainerItemProxy */;
		};
		C91D01BC162CA80F0002E29A /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = C9CA27D81602813000259F78 /* pthread */;
			targetProxy = C91D01BB162CA80F0002E29A /* PBXContainerItemProxy */;
		};
		C98832C615DEB44B00B3308E /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = C9A325E115B7347000270056 /* libsystem_pthread.dylib */;
			targetProxy = C98832C515DEB44B00B3308E /* PBXContainerItemProxy */;
		};
		C98832C815DEB44B00B3308E /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = C90E7A9E15DC3C3800A06D48 /* libpthread.a */;
			targetProxy = C98832C715DEB44B00B3308E /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		74E594A31613AAF4006C417B /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = C99EA612161F8288003EBC56 /* eos.xcconfig */;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx.internal;
			};
			name = Release;
		};
		C90E7AA015DC3C3800A06D48 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = C9A3260C15B759B600270056 /* pthread.xcconfig */;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COMBINE_HIDPI_IMAGES = YES;
				EXECUTABLE_PREFIX = lib;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"$(BASE_PREPROCESSOR_MACROS)",
					"VARIANT_DYLD=1",
				);
				INSTALL_PATH = /usr/local/lib/dyld;
				"INSTALL_PATH[sdk=iphonesimulator*]" = "$(SDKROOT)/usr/local/lib/dyld";
				OTHER_LDFLAGS = "";
				PRODUCT_NAME = pthread;
				SDKROOT = macosx.internal;
			};
			name = Release;
		};
		C90E7AAE15DC3D3300A06D48 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
		C91D01B7162892FF0002E29A /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
		C98832C215DEB44000B3308E /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
		C9A325E515B7347000270056 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COPY_PHASE_STRIP = YES;
			};
			name = Release;
		};
		C9A325E815B7347000270056 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = C9A3260C15B759B600270056 /* pthread.xcconfig */;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				EXECUTABLE_PREFIX = lib;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"$(BASE_PREPROCESSOR_MACROS)",
					"PLOCKSTAT=1",
				);
				PRODUCT_NAME = system_pthread;
				SDKROOT = macosx.internal;
			};
			name = Release;
		};
		C9CA27E61602813000259F78 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = C91D01BA162893CD0002E29A /* kext.xcconfig */;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				PRODUCT_NAME = "$(TARGET_NAME)";
				SDKROOT = macosx.internal;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		74E594A21613AAF4006C417B /* Build configuration list for PBXNativeTarget "libpthread.a eOS" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				74E594A31613AAF4006C417B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C90E7AA115DC3C3800A06D48 /* Build configuration list for PBXNativeTarget "libpthread.a" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C90E7AA015DC3C3800A06D48 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C90E7AAD15DC3D3300A06D48 /* Build configuration list for PBXAggregateTarget "All" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C90E7AAE15DC3D3300A06D48 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C91D01B6162892FF0002E29A /* Build configuration list for PBXAggregateTarget "Kext" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C91D01B7162892FF0002E29A /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C98832C315DEB44000B3308E /* Build configuration list for PBXAggregateTarget "Embedded" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C98832C215DEB44000B3308E /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C9A325DC15B7347000270056 /* Build configuration list for PBXProject "libpthread" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C9A325E515B7347000270056 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C9A325E615B7347000270056 /* Build configuration list for PBXNativeTarget "libsystem_pthread.dylib" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C9A325E815B7347000270056 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C9CA27E71602813000259F78 /* Build configuration list for PBXNativeTarget "pthread" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C9CA27E61602813000259F78 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = C9A325D915B7347000270056 /* Project object */;
}