]> git.saurik.com Git - apple/libpthread.git/blob - libpthread.xcodeproj/project.pbxproj
libpthread-301.1.6.tar.gz
[apple/libpthread.git] / libpthread.xcodeproj / project.pbxproj
1 // !$*UTF8*$!
2 {
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 46;
7 objects = {
8
9 /* Begin PBXAggregateTarget section */
10 92799B441B96A5FD00861404 /* Tests */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = 92799B451B96A5FE00861404 /* Build configuration list for PBXAggregateTarget "Tests" */;
13 buildPhases = (
14 );
15 dependencies = (
16 925383BB1BD01EED00F745DB /* PBXTargetDependency */,
17 );
18 name = Tests;
19 productName = Tests;
20 };
21 C90E7AAC15DC3D3300A06D48 /* All */ = {
22 isa = PBXAggregateTarget;
23 buildConfigurationList = C90E7AAD15DC3D3300A06D48 /* Build configuration list for PBXAggregateTarget "All" */;
24 buildPhases = (
25 );
26 dependencies = (
27 6E8C16821B14F11800C8987C /* PBXTargetDependency */,
28 C90E7AB015DC3D3D00A06D48 /* PBXTargetDependency */,
29 C04545BC1C58510F006A53B3 /* PBXTargetDependency */,
30 C90E7AB215DC3D3D00A06D48 /* PBXTargetDependency */,
31 );
32 name = All;
33 productName = All;
34 };
35 C91D01B5162892FF0002E29A /* Kext */ = {
36 isa = PBXAggregateTarget;
37 buildConfigurationList = C91D01B6162892FF0002E29A /* Build configuration list for PBXAggregateTarget "Kext" */;
38 buildPhases = (
39 );
40 dependencies = (
41 C91D01B9162893070002E29A /* PBXTargetDependency */,
42 );
43 name = Kext;
44 productName = Kext;
45 };
46 C98832C115DEB44000B3308E /* Embedded */ = {
47 isa = PBXAggregateTarget;
48 buildConfigurationList = C98832C315DEB44000B3308E /* Build configuration list for PBXAggregateTarget "Embedded" */;
49 buildPhases = (
50 );
51 dependencies = (
52 6E8C16841B14F11B00C8987C /* PBXTargetDependency */,
53 C98832C615DEB44B00B3308E /* PBXTargetDependency */,
54 C04545BE1C585487006A53B3 /* PBXTargetDependency */,
55 C98832C815DEB44B00B3308E /* PBXTargetDependency */,
56 74E594AB1613AD7F006C417B /* PBXTargetDependency */,
57 C91D01BC162CA80F0002E29A /* PBXTargetDependency */,
58 );
59 name = Embedded;
60 productName = Embedded;
61 };
62 /* End PBXAggregateTarget section */
63
64 /* Begin PBXBuildFile section */
65 6E8C16541B14F08A00C8987C /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB232C91B0EB29D005915CE /* resolver.c */; };
66 6E8C16551B14F08A00C8987C /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
67 6E8C16561B14F08A00C8987C /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
68 6E8C16571B14F08A00C8987C /* plockstat.d in Sources */ = {isa = PBXBuildFile; fileRef = C9A325EF15B7513200270056 /* plockstat.d */; };
69 6E8C16581B14F08A00C8987C /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
70 6E8C16591B14F08A00C8987C /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
71 6E8C165B1B14F08A00C8987C /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
72 6E8C165C1B14F08A00C8987C /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
73 6E8C165D1B14F08A00C8987C /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
74 6E8C165E1B14F08A00C8987C /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
75 6E8C165F1B14F08A00C8987C /* pthread_cancelable_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */; };
76 6E8C16601B14F08A00C8987C /* pthread_cond_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */; };
77 6E8C16611B14F08A00C8987C /* pthread_mutex_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */; };
78 6E8C16621B14F08A00C8987C /* pthread_rwlock_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */; };
79 6E8C16631B14F08A00C8987C /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
80 6E8C16641B14F08A00C8987C /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
81 6E8C16651B14F08A00C8987C /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
82 6E8C16661B14F08A00C8987C /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
83 6E8C16691B14F08A00C8987C /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = C9244C1A185FCFED00075748 /* qos.h */; };
84 6E8C166A1B14F08A00C8987C /* pthread.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FE15B7513700270056 /* pthread.h */; };
85 6E8C166B1B14F08A00C8987C /* pthread_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FF15B7513700270056 /* pthread_impl.h */; };
86 6E8C166C1B14F08A00C8987C /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = E4063CF21906B4FB000202F9 /* qos.h */; };
87 6E8C166D1B14F08A00C8987C /* pthread_spis.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260015B7513700270056 /* pthread_spis.h */; };
88 6E8C166E1B14F08A00C8987C /* sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260115B7513700270056 /* sched.h */; };
89 6E8C166F1B14F08A00C8987C /* introspection_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E4657D4017284F7B007D1847 /* introspection_private.h */; };
90 6E8C16701B14F08A00C8987C /* tsd_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F415B7513200270056 /* tsd_private.h */; };
91 6E8C16711B14F08A00C8987C /* posix_sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F015B7513200270056 /* posix_sched.h */; };
92 6E8C16731B14F08A00C8987C /* qos_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C99B17DA189C2E1B00991D38 /* qos_private.h */; };
93 6E8C16751B14F08A00C8987C /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = C98C95D818FF1F4E005654FB /* spawn.h */; };
94 6E8C16761B14F08A00C8987C /* spinlock_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F715B7513200270056 /* spinlock_private.h */; };
95 6E8C16771B14F08A00C8987C /* workqueue_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F915B7513200270056 /* workqueue_private.h */; };
96 6E8C16781B14F08A00C8987C /* private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9153095167ACC22006BB094 /* private.h */; };
97 6EB232CC1B0EB2F0005915CE /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB232C91B0EB29D005915CE /* resolver.c */; };
98 6EB232CE1B0EB31B005915CE /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB232C91B0EB29D005915CE /* resolver.c */; };
99 6EB232D01B0EB325005915CE /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB232C91B0EB29D005915CE /* resolver.c */; };
100 74E594931613AAF4006C417B /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
101 74E594941613AAF4006C417B /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
102 74E594951613AAF4006C417B /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
103 74E594961613AAF4006C417B /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
104 74E594971613AAF4006C417B /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
105 74E594981613AAF4006C417B /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
106 74E594991613AAF4006C417B /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
107 74E5949A1613AAF4006C417B /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
108 74E5949C1613AAF4006C417B /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
109 74E5949E1613AAF4006C417B /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
110 74E594A61613AB10006C417B /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
111 9202B2321D1A5B6200945880 /* introspection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9202B2301D1A5B3F00945880 /* introspection.h */; settings = {ATTRIBUTES = (Public, ); }; };
112 924D8EDF1C11833D002AC2BC /* pthread_cwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */; };
113 924D8EE01C11833D002AC2BC /* pthread_cwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */; };
114 924D8EE11C11833E002AC2BC /* pthread_cwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */; };
115 924D8EE21C11833E002AC2BC /* pthread_cwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */; };
116 C04545A41C584F4A006A53B3 /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB232C91B0EB29D005915CE /* resolver.c */; };
117 C04545A51C584F4A006A53B3 /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
118 C04545A61C584F4A006A53B3 /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
119 C04545A71C584F4A006A53B3 /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
120 C04545A81C584F4A006A53B3 /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
121 C04545A91C584F4A006A53B3 /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
122 C04545AB1C584F4A006A53B3 /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
123 C04545AC1C584F4A006A53B3 /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
124 C04545AD1C584F4A006A53B3 /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
125 C04545AE1C584F4A006A53B3 /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
126 C04545AF1C584F4A006A53B3 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
127 C04545B01C584F4A006A53B3 /* pthread_cwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */; };
128 C04545B11C584F4A006A53B3 /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
129 C04545B21C584F4A006A53B3 /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
130 C90E7AA415DC3C9D00A06D48 /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
131 C90E7AA515DC3C9D00A06D48 /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
132 C90E7AA615DC3C9D00A06D48 /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
133 C90E7AA715DC3C9D00A06D48 /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
134 C90E7AA815DC3C9D00A06D48 /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
135 C90E7AA915DC3C9D00A06D48 /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
136 C90E7AAA15DC3C9D00A06D48 /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
137 C90E7AAB15DC3C9D00A06D48 /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
138 C90E7AB815DC40D900A06D48 /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
139 C90E7AB915DC40D900A06D48 /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
140 C9153096167ACC2B006BB094 /* private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9153095167ACC22006BB094 /* private.h */; settings = {ATTRIBUTES = (Private, ); }; };
141 C9169DDE1603DE84005A2F8C /* kern_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDC1603DE84005A2F8C /* kern_support.c */; };
142 C9169DE01603DF9B005A2F8C /* kern_init.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDF1603DF9B005A2F8C /* kern_init.c */; };
143 C9244C1B185FD33000075748 /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = C9244C1A185FCFED00075748 /* qos.h */; settings = {ATTRIBUTES = (Public, ); }; };
144 C9244C1D1860D8EF00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
145 C9244C1E1860D96D00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
146 C9244C1F1860D96E00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
147 C948FCF715D1D1E100180BF5 /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
148 C975D5D715C9CECA0098ECD8 /* pthread_cond_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */; };
149 C975D5D915C9CEEA0098ECD8 /* pthread_mutex_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */; };
150 C975D5DB15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */; };
151 C975D5DD15C9D16B0098ECD8 /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
152 C98C95D918FF1F4E005654FB /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = C98C95D818FF1F4E005654FB /* spawn.h */; settings = {ATTRIBUTES = (Public, ); }; };
153 C99AD87B15DEC4BC0009A6F8 /* posix_sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F015B7513200270056 /* posix_sched.h */; settings = {ATTRIBUTES = (Private, ); }; };
154 C99AD87C15DEC5290009A6F8 /* spinlock_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F715B7513200270056 /* spinlock_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
155 C99AD87F15DF04D10009A6F8 /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
156 C99AD88015E2D8B50009A6F8 /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
157 C9A1BF4715C9A578006BB313 /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
158 C9A1BF4815C9A578006BB313 /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
159 C9A1BF4915C9A578006BB313 /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
160 C9A1BF4A15C9A578006BB313 /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
161 C9A1BF4B15C9A578006BB313 /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
162 C9A1BF4C15C9A578006BB313 /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
163 C9A1BF4D15C9A58E006BB313 /* pthread.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FE15B7513700270056 /* pthread.h */; settings = {ATTRIBUTES = (Public, ); }; };
164 C9A1BF4E15C9A594006BB313 /* pthread_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FF15B7513700270056 /* pthread_impl.h */; settings = {ATTRIBUTES = (Public, ); }; };
165 C9A1BF4F15C9A598006BB313 /* pthread_spis.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260015B7513700270056 /* pthread_spis.h */; settings = {ATTRIBUTES = (Public, ); }; };
166 C9A1BF5015C9A59B006BB313 /* sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260115B7513700270056 /* sched.h */; settings = {ATTRIBUTES = (Public, ); }; };
167 C9A1BF5315C9A9F5006BB313 /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
168 C9A1BF5515C9CB9D006BB313 /* pthread_cancelable_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */; };
169 C9A960B0183EB42700AE10C8 /* kern_policy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A960AF183EB42700AE10C8 /* kern_policy.c */; };
170 C9BB478B15E6ABD900F135B7 /* workqueue_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F915B7513200270056 /* workqueue_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
171 C9BB478D15E6ADF700F135B7 /* tsd_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F415B7513200270056 /* tsd_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
172 C9CCFB9D18B6D0910060CAAE /* qos_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C99B17DA189C2E1B00991D38 /* qos_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
173 C9D75E4216127B3900C2FB26 /* kern_synch.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDB1603DE84005A2F8C /* kern_synch.c */; };
174 E4063CF31906B75A000202F9 /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = E4063CF21906B4FB000202F9 /* qos.h */; settings = {ATTRIBUTES = (Private, ); }; };
175 E41505D21E818BEB00F243FB /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB232C91B0EB29D005915CE /* resolver.c */; };
176 E41505D31E818BEB00F243FB /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
177 E41505D41E818BEB00F243FB /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
178 E41505D51E818BEB00F243FB /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
179 E41505D61E818BEB00F243FB /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
180 E41505D71E818BEB00F243FB /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
181 E41505D91E818BEB00F243FB /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
182 E41505DA1E818BEB00F243FB /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
183 E41505DB1E818BEB00F243FB /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
184 E41505DC1E818BEB00F243FB /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
185 E41505DD1E818BEB00F243FB /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
186 E41505DE1E818BEB00F243FB /* pthread_cwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */; };
187 E41505DF1E818BEB00F243FB /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
188 E41505E01E818BEB00F243FB /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
189 E41A64AE1E83C470009479A9 /* introspection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9202B2301D1A5B3F00945880 /* introspection.h */; };
190 E4657D4117284F7B007D1847 /* introspection_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E4657D4017284F7B007D1847 /* introspection_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
191 E4F4498E1E82C1F000A7FB9A /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB232C91B0EB29D005915CE /* resolver.c */; };
192 E4F4498F1E82C1F000A7FB9A /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
193 E4F449901E82C1F000A7FB9A /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
194 E4F449911E82C1F000A7FB9A /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
195 E4F449921E82C1F000A7FB9A /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
196 E4F449931E82C1F000A7FB9A /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
197 E4F449941E82C1F000A7FB9A /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
198 E4F449951E82C1F000A7FB9A /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
199 E4F449961E82C1F000A7FB9A /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
200 E4F449971E82C1F000A7FB9A /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
201 E4F449981E82C1F000A7FB9A /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
202 E4F449991E82C1F000A7FB9A /* pthread_cwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */; };
203 E4F4499A1E82C1F000A7FB9A /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
204 E4F4499B1E82C1F000A7FB9A /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
205 E4F449AA1E82D03500A7FB9A /* resolver.c in Sources */ = {isa = PBXBuildFile; fileRef = 6EB232C91B0EB29D005915CE /* resolver.c */; };
206 E4F449AB1E82D03500A7FB9A /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
207 E4F449AC1E82D03500A7FB9A /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
208 E4F449AD1E82D03500A7FB9A /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
209 E4F449AE1E82D03500A7FB9A /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
210 E4F449AF1E82D03500A7FB9A /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
211 E4F449B01E82D03500A7FB9A /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
212 E4F449B11E82D03500A7FB9A /* pthread_cwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */; };
213 E4F449B21E82D03500A7FB9A /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
214 E4F449B31E82D03500A7FB9A /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
215 E4F449B41E82D03500A7FB9A /* pthread_cancelable_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */; };
216 E4F449B51E82D03500A7FB9A /* pthread_cond_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */; };
217 E4F449B61E82D03500A7FB9A /* pthread_mutex_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */; };
218 E4F449B71E82D03500A7FB9A /* pthread_rwlock_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */; };
219 E4F449B81E82D03500A7FB9A /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
220 E4F449B91E82D03500A7FB9A /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
221 E4F449BA1E82D03500A7FB9A /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
222 E4F449BB1E82D03500A7FB9A /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
223 E4F449BE1E82D03500A7FB9A /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = C9244C1A185FCFED00075748 /* qos.h */; settings = {ATTRIBUTES = (Public, ); }; };
224 E4F449BF1E82D03500A7FB9A /* pthread.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FE15B7513700270056 /* pthread.h */; settings = {ATTRIBUTES = (Public, ); }; };
225 E4F449C01E82D03500A7FB9A /* pthread_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FF15B7513700270056 /* pthread_impl.h */; settings = {ATTRIBUTES = (Public, ); }; };
226 E4F449C11E82D03500A7FB9A /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = E4063CF21906B4FB000202F9 /* qos.h */; settings = {ATTRIBUTES = (Private, ); }; };
227 E4F449C21E82D03500A7FB9A /* pthread_spis.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260015B7513700270056 /* pthread_spis.h */; settings = {ATTRIBUTES = (Public, ); }; };
228 E4F449C31E82D03500A7FB9A /* introspection.h in Headers */ = {isa = PBXBuildFile; fileRef = 9202B2301D1A5B3F00945880 /* introspection.h */; settings = {ATTRIBUTES = (Public, ); }; };
229 E4F449C41E82D03500A7FB9A /* sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260115B7513700270056 /* sched.h */; settings = {ATTRIBUTES = (Public, ); }; };
230 E4F449C51E82D03500A7FB9A /* introspection_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E4657D4017284F7B007D1847 /* introspection_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
231 E4F449C61E82D03500A7FB9A /* tsd_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F415B7513200270056 /* tsd_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
232 E4F449C71E82D03500A7FB9A /* posix_sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F015B7513200270056 /* posix_sched.h */; settings = {ATTRIBUTES = (Private, ); }; };
233 E4F449C81E82D03500A7FB9A /* qos_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C99B17DA189C2E1B00991D38 /* qos_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
234 E4F449C91E82D03500A7FB9A /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = C98C95D818FF1F4E005654FB /* spawn.h */; settings = {ATTRIBUTES = (Public, ); }; };
235 E4F449CA1E82D03500A7FB9A /* spinlock_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F715B7513200270056 /* spinlock_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
236 E4F449CB1E82D03500A7FB9A /* workqueue_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F915B7513200270056 /* workqueue_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
237 E4F449CC1E82D03500A7FB9A /* private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9153095167ACC22006BB094 /* private.h */; settings = {ATTRIBUTES = (Private, ); }; };
238 /* End PBXBuildFile section */
239
240 /* Begin PBXContainerItemProxy section */
241 6E8C16811B14F11800C8987C /* PBXContainerItemProxy */ = {
242 isa = PBXContainerItemProxy;
243 containerPortal = C9A325D915B7347000270056 /* Project object */;
244 proxyType = 1;
245 remoteGlobalIDString = 6E8C16511B14F08A00C8987C;
246 remoteInfo = "libsystem_pthread.dylib introspection";
247 };
248 6E8C16831B14F11B00C8987C /* PBXContainerItemProxy */ = {
249 isa = PBXContainerItemProxy;
250 containerPortal = C9A325D915B7347000270056 /* Project object */;
251 proxyType = 1;
252 remoteGlobalIDString = 6E8C16511B14F08A00C8987C;
253 remoteInfo = "libsystem_pthread.dylib introspection";
254 };
255 74E594AA1613AD7F006C417B /* PBXContainerItemProxy */ = {
256 isa = PBXContainerItemProxy;
257 containerPortal = C9A325D915B7347000270056 /* Project object */;
258 proxyType = 1;
259 remoteGlobalIDString = 74E594911613AAF4006C417B;
260 remoteInfo = "libpthread.a eOS";
261 };
262 925383BA1BD01EED00F745DB /* PBXContainerItemProxy */ = {
263 isa = PBXContainerItemProxy;
264 containerPortal = C9A325D915B7347000270056 /* Project object */;
265 proxyType = 1;
266 remoteGlobalIDString = 92B275F01BCE4C5E007D06D7;
267 remoteInfo = darwintests;
268 };
269 C04545BB1C58510F006A53B3 /* PBXContainerItemProxy */ = {
270 isa = PBXContainerItemProxy;
271 containerPortal = C9A325D915B7347000270056 /* Project object */;
272 proxyType = 1;
273 remoteGlobalIDString = C04545A21C584F4A006A53B3;
274 remoteInfo = "libpthread.a generic";
275 };
276 C04545BD1C585487006A53B3 /* PBXContainerItemProxy */ = {
277 isa = PBXContainerItemProxy;
278 containerPortal = C9A325D915B7347000270056 /* Project object */;
279 proxyType = 1;
280 remoteGlobalIDString = C04545A21C584F4A006A53B3;
281 remoteInfo = "libpthread.a generic";
282 };
283 C90E7AAF15DC3D3D00A06D48 /* PBXContainerItemProxy */ = {
284 isa = PBXContainerItemProxy;
285 containerPortal = C9A325D915B7347000270056 /* Project object */;
286 proxyType = 1;
287 remoteGlobalIDString = C9A325E115B7347000270056;
288 remoteInfo = Libpthread;
289 };
290 C90E7AB115DC3D3D00A06D48 /* PBXContainerItemProxy */ = {
291 isa = PBXContainerItemProxy;
292 containerPortal = C9A325D915B7347000270056 /* Project object */;
293 proxyType = 1;
294 remoteGlobalIDString = C90E7A9E15DC3C3800A06D48;
295 remoteInfo = libpthread.a;
296 };
297 C91D01B8162893070002E29A /* PBXContainerItemProxy */ = {
298 isa = PBXContainerItemProxy;
299 containerPortal = C9A325D915B7347000270056 /* Project object */;
300 proxyType = 1;
301 remoteGlobalIDString = C9CA27D81602813000259F78;
302 remoteInfo = pthread;
303 };
304 C91D01BB162CA80F0002E29A /* PBXContainerItemProxy */ = {
305 isa = PBXContainerItemProxy;
306 containerPortal = C9A325D915B7347000270056 /* Project object */;
307 proxyType = 1;
308 remoteGlobalIDString = C9CA27D81602813000259F78;
309 remoteInfo = pthread;
310 };
311 C98832C515DEB44B00B3308E /* PBXContainerItemProxy */ = {
312 isa = PBXContainerItemProxy;
313 containerPortal = C9A325D915B7347000270056 /* Project object */;
314 proxyType = 1;
315 remoteGlobalIDString = C9A325E115B7347000270056;
316 remoteInfo = libsystem_pthread.dylib;
317 };
318 C98832C715DEB44B00B3308E /* PBXContainerItemProxy */ = {
319 isa = PBXContainerItemProxy;
320 containerPortal = C9A325D915B7347000270056 /* Project object */;
321 proxyType = 1;
322 remoteGlobalIDString = C90E7A9E15DC3C3800A06D48;
323 remoteInfo = libpthread.a;
324 };
325 E4F4498A1E825D2B00A7FB9A /* PBXContainerItemProxy */ = {
326 isa = PBXContainerItemProxy;
327 containerPortal = C9A325D915B7347000270056 /* Project object */;
328 proxyType = 1;
329 remoteGlobalIDString = E41505D01E818BEB00F243FB;
330 remoteInfo = "libpthread mp resolved";
331 };
332 E4F449A11E82C5A400A7FB9A /* PBXContainerItemProxy */ = {
333 isa = PBXContainerItemProxy;
334 containerPortal = C9A325D915B7347000270056 /* Project object */;
335 proxyType = 1;
336 remoteGlobalIDString = E4F4498C1E82C1F000A7FB9A;
337 remoteInfo = "libpthread alt resolved";
338 };
339 /* End PBXContainerItemProxy section */
340
341 /* Begin PBXFileReference section */
342 6E8C16801B14F08A00C8987C /* libsystem_pthread.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_pthread.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
343 6E8C16851B14F14000C8987C /* pthread_introspection.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = pthread_introspection.xcconfig; sourceTree = "<group>"; };
344 6EB232C91B0EB29D005915CE /* resolver.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = resolver.c; sourceTree = "<group>"; };
345 6EB232CA1B0EB29D005915CE /* resolver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resolver.h; sourceTree = "<group>"; };
346 74E594A41613AAF4006C417B /* libpthread_eOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread_eOS.a; sourceTree = BUILT_PRODUCTS_DIR; };
347 9202B2301D1A5B3F00945880 /* introspection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = introspection.h; sourceTree = "<group>"; };
348 9235CA551CA48D010015C92B /* kext_development.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = kext_development.xcconfig; sourceTree = "<group>"; };
349 9240BF321AA669C4003C99B4 /* wqtrace.lua */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = wqtrace.lua; path = tools/wqtrace.lua; sourceTree = SOURCE_ROOT; };
350 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cwd.c; sourceTree = "<group>"; };
351 A98FE72D19479F7C007718DA /* qos_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos_private.h; sourceTree = "<group>"; };
352 C04545881C584493006A53B3 /* run-on-install.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "run-on-install.sh"; sourceTree = "<group>"; };
353 C04545B81C584F4A006A53B3 /* libpthread.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread.a; sourceTree = BUILT_PRODUCTS_DIR; };
354 C04545B91C584F8B006A53B3 /* static.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = static.xcconfig; sourceTree = "<group>"; };
355 C90E7A9F15DC3C3800A06D48 /* libpthread_dyld.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread_dyld.a; sourceTree = BUILT_PRODUCTS_DIR; };
356 C90E7AB415DC40D900A06D48 /* pthread_atfork.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_atfork.c; sourceTree = "<group>"; };
357 C9153094167ACAB8006BB094 /* install-symlinks.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-symlinks.sh"; sourceTree = "<group>"; };
358 C9153095167ACC22006BB094 /* private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = "<group>"; };
359 C9169DDB1603DE84005A2F8C /* kern_synch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_synch.c; sourceTree = "<group>"; };
360 C9169DDC1603DE84005A2F8C /* kern_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_support.c; sourceTree = "<group>"; };
361 C9169DDF1603DF9B005A2F8C /* kern_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_init.c; sourceTree = "<group>"; };
362 C91D01BA162893CD0002E29A /* kext.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = kext.xcconfig; sourceTree = "<group>"; };
363 C9244C1A185FCFED00075748 /* qos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
364 C9244C1C1860D8EF00075748 /* qos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qos.c; sourceTree = "<group>"; };
365 C948FCC115D187FA00180BF5 /* pthread_atfork.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_atfork.3; sourceTree = "<group>"; };
366 C948FCC215D187FA00180BF5 /* pthread_attr_init_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_init_destroy.3; sourceTree = "<group>"; };
367 C948FCC315D187FA00180BF5 /* pthread_attr_set_getdetachstate.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getdetachstate.3; sourceTree = "<group>"; };
368 C948FCC415D187FA00180BF5 /* pthread_attr_set_getinheritsched.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getinheritsched.3; sourceTree = "<group>"; };
369 C948FCC515D187FA00180BF5 /* pthread_attr_set_getschedparam.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getschedparam.3; sourceTree = "<group>"; };
370 C948FCC615D187FA00180BF5 /* pthread_attr_set_getschedpolicy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getschedpolicy.3; sourceTree = "<group>"; };
371 C948FCC715D187FA00180BF5 /* pthread_attr_set_getscope.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getscope.3; sourceTree = "<group>"; };
372 C948FCC815D187FA00180BF5 /* pthread_attr_set_getstackaddr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getstackaddr.3; sourceTree = "<group>"; };
373 C948FCC915D187FA00180BF5 /* pthread_attr_set_getstacksize.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getstacksize.3; sourceTree = "<group>"; };
374 C948FCCA15D187FA00180BF5 /* pthread_attr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr.3; sourceTree = "<group>"; };
375 C948FCCB15D187FA00180BF5 /* pthread_cancel.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cancel.3; sourceTree = "<group>"; };
376 C948FCCC15D187FA00180BF5 /* pthread_cleanup_pop.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cleanup_pop.3; sourceTree = "<group>"; };
377 C948FCCD15D187FA00180BF5 /* pthread_cleanup_push.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cleanup_push.3; sourceTree = "<group>"; };
378 C948FCCE15D187FA00180BF5 /* pthread_cond_broadcast.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_broadcast.3; sourceTree = "<group>"; };
379 C948FCCF15D187FA00180BF5 /* pthread_cond_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_destroy.3; sourceTree = "<group>"; };
380 C948FCD015D187FA00180BF5 /* pthread_cond_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_init.3; sourceTree = "<group>"; };
381 C948FCD115D187FA00180BF5 /* pthread_cond_signal.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_signal.3; sourceTree = "<group>"; };
382 C948FCD215D187FA00180BF5 /* pthread_cond_timedwait.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_timedwait.3; sourceTree = "<group>"; };
383 C948FCD315D187FA00180BF5 /* pthread_cond_wait.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_wait.3; sourceTree = "<group>"; };
384 C948FCD415D187FA00180BF5 /* pthread_condattr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_condattr.3; sourceTree = "<group>"; };
385 C948FCD515D187FA00180BF5 /* pthread_create.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_create.3; sourceTree = "<group>"; };
386 C948FCD615D187FA00180BF5 /* pthread_detach.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_detach.3; sourceTree = "<group>"; };
387 C948FCD715D187FA00180BF5 /* pthread_equal.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_equal.3; sourceTree = "<group>"; };
388 C948FCD815D187FA00180BF5 /* pthread_exit.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_exit.3; sourceTree = "<group>"; };
389 C948FCD915D187FA00180BF5 /* pthread_getschedparam.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_getschedparam.3; sourceTree = "<group>"; };
390 C948FCDA15D187FA00180BF5 /* pthread_getspecific.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_getspecific.3; sourceTree = "<group>"; };
391 C948FCDB15D187FA00180BF5 /* pthread_join.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_join.3; sourceTree = "<group>"; };
392 C948FCDC15D187FA00180BF5 /* pthread_key_create.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_key_create.3; sourceTree = "<group>"; };
393 C948FCDD15D187FA00180BF5 /* pthread_key_delete.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_key_delete.3; sourceTree = "<group>"; };
394 C948FCDE15D187FA00180BF5 /* pthread_mutex_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_destroy.3; sourceTree = "<group>"; };
395 C948FCDF15D187FA00180BF5 /* pthread_mutex_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_init.3; sourceTree = "<group>"; };
396 C948FCE015D187FA00180BF5 /* pthread_mutex_lock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_lock.3; sourceTree = "<group>"; };
397 C948FCE115D187FA00180BF5 /* pthread_mutex_trylock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_trylock.3; sourceTree = "<group>"; };
398 C948FCE215D187FA00180BF5 /* pthread_mutex_unlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_unlock.3; sourceTree = "<group>"; };
399 C948FCE315D187FA00180BF5 /* pthread_mutexattr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutexattr.3; sourceTree = "<group>"; };
400 C948FCE415D187FA00180BF5 /* pthread_once.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_once.3; sourceTree = "<group>"; };
401 C948FCE515D187FA00180BF5 /* pthread_rwlock_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_destroy.3; sourceTree = "<group>"; };
402 C948FCE615D187FA00180BF5 /* pthread_rwlock_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_init.3; sourceTree = "<group>"; };
403 C948FCE715D187FA00180BF5 /* pthread_rwlock_rdlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_rdlock.3; sourceTree = "<group>"; };
404 C948FCE815D187FA00180BF5 /* pthread_rwlock_unlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_unlock.3; sourceTree = "<group>"; };
405 C948FCE915D187FA00180BF5 /* pthread_rwlock_wrlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_wrlock.3; sourceTree = "<group>"; };
406 C948FCEA15D187FA00180BF5 /* pthread_rwlockattr_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_destroy.3; sourceTree = "<group>"; };
407 C948FCEB15D187FA00180BF5 /* pthread_rwlockattr_getpshared.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_getpshared.3; sourceTree = "<group>"; };
408 C948FCEC15D187FA00180BF5 /* pthread_rwlockattr_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_init.3; sourceTree = "<group>"; };
409 C948FCED15D187FA00180BF5 /* pthread_rwlockattr_setpshared.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_setpshared.3; sourceTree = "<group>"; };
410 C948FCEE15D187FA00180BF5 /* pthread_self.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_self.3; sourceTree = "<group>"; };
411 C948FCEF15D187FA00180BF5 /* pthread_setcancelstate.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_setcancelstate.3; sourceTree = "<group>"; };
412 C948FCF015D187FA00180BF5 /* pthread_setspecific.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_setspecific.3; sourceTree = "<group>"; };
413 C948FCF115D187FA00180BF5 /* pthread.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread.3; sourceTree = "<group>"; };
414 C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cond_legacy.c; sourceTree = "<group>"; };
415 C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_mutex_legacy.c; sourceTree = "<group>"; };
416 C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_rwlock_legacy.c; sourceTree = "<group>"; };
417 C975D5DC15C9D16B0098ECD8 /* pthread_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_support.c; sourceTree = "<group>"; };
418 C979E9FB18A1BC2A000951E5 /* kern_trace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kern_trace.h; sourceTree = "<group>"; };
419 C979E9FC18A2BF2C000951E5 /* install-codes.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-codes.sh"; sourceTree = "<group>"; };
420 C98005141899BD2000368E4D /* workqueue_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = workqueue_internal.h; sourceTree = "<group>"; };
421 C98C95D818FF1F4E005654FB /* spawn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spawn.h; sourceTree = "<group>"; };
422 C99AD87D15DF04D10009A6F8 /* pthread_asm.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = pthread_asm.s; sourceTree = "<group>"; };
423 C99B17DA189C2E1B00991D38 /* qos_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos_private.h; sourceTree = "<group>"; };
424 C99EA612161F8288003EBC56 /* eos.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = eos.xcconfig; sourceTree = "<group>"; };
425 C9A1998A1C8E271F00CE102A /* tests */ = {isa = PBXFileReference; lastKnownFileType = folder; path = tests; sourceTree = "<group>"; };
426 C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable_cancel.c; sourceTree = "<group>"; };
427 C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable_legacy.c; sourceTree = "<group>"; };
428 C9A325E215B7347000270056 /* libsystem_pthread.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_pthread.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
429 C9A325EF15B7513200270056 /* plockstat.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = plockstat.d; sourceTree = "<group>"; };
430 C9A325F015B7513200270056 /* posix_sched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = posix_sched.h; sourceTree = "<group>"; };
431 C9A325F115B7513200270056 /* pthread_cancelable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable.c; sourceTree = "<group>"; };
432 C9A325F215B7513200270056 /* pthread_cond.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_cond.c; sourceTree = "<group>"; };
433 C9A325F315B7513200270056 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = "<group>"; };
434 C9A325F415B7513200270056 /* tsd_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tsd_private.h; sourceTree = "<group>"; };
435 C9A325F515B7513200270056 /* pthread_mutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_mutex.c; sourceTree = "<group>"; };
436 C9A325F615B7513200270056 /* pthread_rwlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_rwlock.c; sourceTree = "<group>"; };
437 C9A325F715B7513200270056 /* spinlock_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spinlock_private.h; sourceTree = "<group>"; };
438 C9A325F815B7513200270056 /* pthread_tsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_tsd.c; sourceTree = "<group>"; };
439 C9A325F915B7513200270056 /* workqueue_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = workqueue_private.h; sourceTree = "<group>"; };
440 C9A325FA15B7513200270056 /* pthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread.c; sourceTree = "<group>"; };
441 C9A325FC15B7513200270056 /* thread_setup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_setup.c; sourceTree = "<group>"; };
442 C9A325FE15B7513700270056 /* pthread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread.h; sourceTree = "<group>"; };
443 C9A325FF15B7513700270056 /* pthread_impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread_impl.h; sourceTree = "<group>"; };
444 C9A3260015B7513700270056 /* pthread_spis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread_spis.h; sourceTree = "<group>"; };
445 C9A3260115B7513700270056 /* sched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sched.h; sourceTree = "<group>"; };
446 C9A3260C15B759B600270056 /* pthread.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = pthread.xcconfig; sourceTree = "<group>"; };
447 C9A960AF183EB42700AE10C8 /* kern_policy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_policy.c; sourceTree = "<group>"; };
448 C9A960B318452B2F00AE10C8 /* pthread.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = pthread.py; sourceTree = "<group>"; };
449 C9A960B618452CDD00AE10C8 /* install-lldbmacros.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "install-lldbmacros.sh"; sourceTree = "<group>"; };
450 C9C2212D15FA978D00447568 /* pthread.aliases */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread.aliases; sourceTree = "<group>"; };
451 C9C533841607C928009988FA /* kern_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kern_internal.h; sourceTree = "<group>"; };
452 C9CA27D91602813000259F78 /* pthread.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = pthread.kext; sourceTree = BUILT_PRODUCTS_DIR; };
453 C9CA27DC1602813000259F78 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = System/Library/Frameworks/Kernel.framework; sourceTree = SDKROOT; };
454 C9D9E8FE1626248800448CED /* pthread-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "pthread-Info.plist"; sourceTree = "<group>"; };
455 C9DCA2A115DC4F2000D057E2 /* install-manpages.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-manpages.sh"; sourceTree = "<group>"; };
456 E4063CF21906B4FB000202F9 /* qos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
457 E41505E71E818BEB00F243FB /* libpthread_mp.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread_mp.a; sourceTree = BUILT_PRODUCTS_DIR; };
458 E41505E81E818D4D00F243FB /* resolved.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = resolved.xcconfig; sourceTree = "<group>"; };
459 E4657D4017284F7B007D1847 /* introspection_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = introspection_private.h; sourceTree = "<group>"; };
460 E4943AA71E80BD8400D2A961 /* resolver_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = resolver_internal.h; sourceTree = "<group>"; };
461 E4D962F919086AD600E8A9F2 /* qos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
462 E4D962FC19086C5700E8A9F2 /* install-sys-headers.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-sys-headers.sh"; sourceTree = "<group>"; };
463 E4F449A01E82C1F000A7FB9A /* libpthread_alt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread_alt.a; sourceTree = BUILT_PRODUCTS_DIR; };
464 E4F449A31E82CF0100A7FB9A /* resolver.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = resolver.xcconfig; sourceTree = "<group>"; };
465 E4F449D41E82D03500A7FB9A /* libsystem_pthread.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_pthread.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
466 FC30E28D16A747AD00A25B5F /* synch_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = synch_internal.h; sourceTree = "<group>"; };
467 FC5A372417CEB3D6008C323E /* _pthread_attr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_attr_t.h; sourceTree = "<group>"; };
468 FC5A372517CEB3D6008C323E /* _pthread_cond_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_cond_t.h; sourceTree = "<group>"; };
469 FC5A372617CEB3D6008C323E /* _pthread_condattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_condattr_t.h; sourceTree = "<group>"; };
470 FC5A372717CEB3D6008C323E /* _pthread_key_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_key_t.h; sourceTree = "<group>"; };
471 FC5A372817CEB3D6008C323E /* _pthread_mutex_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_mutex_t.h; sourceTree = "<group>"; };
472 FC5A372917CEB3D6008C323E /* _pthread_mutexattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_mutexattr_t.h; sourceTree = "<group>"; };
473 FC5A372A17CEB3D6008C323E /* _pthread_once_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_once_t.h; sourceTree = "<group>"; };
474 FC5A372B17CEB3D6008C323E /* _pthread_rwlock_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_rwlock_t.h; sourceTree = "<group>"; };
475 FC5A372C17CEB3D6008C323E /* _pthread_rwlockattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_rwlockattr_t.h; sourceTree = "<group>"; };
476 FC5A372D17CEB3D6008C323E /* _pthread_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_t.h; sourceTree = "<group>"; };
477 FC5A372E17CEB3D6008C323E /* _pthread_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_types.h; sourceTree = "<group>"; };
478 FC618A76160E8155006810FE /* pthread_kill.2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread_kill.2; sourceTree = "<group>"; };
479 FC618A77160E8155006810FE /* pthread_sigmask.2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread_sigmask.2; sourceTree = "<group>"; };
480 /* End PBXFileReference section */
481
482 /* Begin PBXFrameworksBuildPhase section */
483 6E8C16671B14F08A00C8987C /* Frameworks */ = {
484 isa = PBXFrameworksBuildPhase;
485 buildActionMask = 2147483647;
486 files = (
487 );
488 runOnlyForDeploymentPostprocessing = 0;
489 };
490 74E594A01613AAF4006C417B /* Frameworks */ = {
491 isa = PBXFrameworksBuildPhase;
492 buildActionMask = 2147483647;
493 files = (
494 );
495 runOnlyForDeploymentPostprocessing = 0;
496 };
497 C04545B31C584F4A006A53B3 /* Frameworks */ = {
498 isa = PBXFrameworksBuildPhase;
499 buildActionMask = 2147483647;
500 files = (
501 );
502 runOnlyForDeploymentPostprocessing = 0;
503 };
504 C90E7A9C15DC3C3800A06D48 /* Frameworks */ = {
505 isa = PBXFrameworksBuildPhase;
506 buildActionMask = 2147483647;
507 files = (
508 );
509 runOnlyForDeploymentPostprocessing = 0;
510 };
511 C9A325DF15B7347000270056 /* Frameworks */ = {
512 isa = PBXFrameworksBuildPhase;
513 buildActionMask = 2147483647;
514 files = (
515 );
516 runOnlyForDeploymentPostprocessing = 0;
517 };
518 C9CA27D41602813000259F78 /* Frameworks */ = {
519 isa = PBXFrameworksBuildPhase;
520 buildActionMask = 2147483647;
521 files = (
522 );
523 runOnlyForDeploymentPostprocessing = 0;
524 };
525 E4F449BC1E82D03500A7FB9A /* Frameworks */ = {
526 isa = PBXFrameworksBuildPhase;
527 buildActionMask = 2147483647;
528 files = (
529 );
530 runOnlyForDeploymentPostprocessing = 0;
531 };
532 /* End PBXFrameworksBuildPhase section */
533
534 /* Begin PBXGroup section */
535 9240BF331AA669EB003C99B4 /* tools */ = {
536 isa = PBXGroup;
537 children = (
538 9240BF321AA669C4003C99B4 /* wqtrace.lua */,
539 );
540 name = tools;
541 path = kern;
542 sourceTree = "<group>";
543 };
544 C9169DD91603DE68005A2F8C /* kern */ = {
545 isa = PBXGroup;
546 children = (
547 C9D9E8FE1626248800448CED /* pthread-Info.plist */,
548 C9C533841607C928009988FA /* kern_internal.h */,
549 C9169DDF1603DF9B005A2F8C /* kern_init.c */,
550 C9A960AF183EB42700AE10C8 /* kern_policy.c */,
551 C9169DDB1603DE84005A2F8C /* kern_synch.c */,
552 C9169DDC1603DE84005A2F8C /* kern_support.c */,
553 C979E9FB18A1BC2A000951E5 /* kern_trace.h */,
554 FC30E28D16A747AD00A25B5F /* synch_internal.h */,
555 C98005141899BD2000368E4D /* workqueue_internal.h */,
556 );
557 path = kern;
558 sourceTree = "<group>";
559 };
560 C948FCC015D187AD00180BF5 /* man */ = {
561 isa = PBXGroup;
562 children = (
563 C948FCC115D187FA00180BF5 /* pthread_atfork.3 */,
564 C948FCC215D187FA00180BF5 /* pthread_attr_init_destroy.3 */,
565 C948FCC315D187FA00180BF5 /* pthread_attr_set_getdetachstate.3 */,
566 C948FCC415D187FA00180BF5 /* pthread_attr_set_getinheritsched.3 */,
567 C948FCC515D187FA00180BF5 /* pthread_attr_set_getschedparam.3 */,
568 C948FCC615D187FA00180BF5 /* pthread_attr_set_getschedpolicy.3 */,
569 C948FCC715D187FA00180BF5 /* pthread_attr_set_getscope.3 */,
570 C948FCC815D187FA00180BF5 /* pthread_attr_set_getstackaddr.3 */,
571 C948FCC915D187FA00180BF5 /* pthread_attr_set_getstacksize.3 */,
572 C948FCCA15D187FA00180BF5 /* pthread_attr.3 */,
573 C948FCCB15D187FA00180BF5 /* pthread_cancel.3 */,
574 C948FCCC15D187FA00180BF5 /* pthread_cleanup_pop.3 */,
575 C948FCCD15D187FA00180BF5 /* pthread_cleanup_push.3 */,
576 C948FCCE15D187FA00180BF5 /* pthread_cond_broadcast.3 */,
577 C948FCCF15D187FA00180BF5 /* pthread_cond_destroy.3 */,
578 C948FCD015D187FA00180BF5 /* pthread_cond_init.3 */,
579 C948FCD115D187FA00180BF5 /* pthread_cond_signal.3 */,
580 C948FCD215D187FA00180BF5 /* pthread_cond_timedwait.3 */,
581 C948FCD315D187FA00180BF5 /* pthread_cond_wait.3 */,
582 C948FCD415D187FA00180BF5 /* pthread_condattr.3 */,
583 C948FCD515D187FA00180BF5 /* pthread_create.3 */,
584 C948FCD615D187FA00180BF5 /* pthread_detach.3 */,
585 C948FCD715D187FA00180BF5 /* pthread_equal.3 */,
586 C948FCD815D187FA00180BF5 /* pthread_exit.3 */,
587 C948FCD915D187FA00180BF5 /* pthread_getschedparam.3 */,
588 C948FCDA15D187FA00180BF5 /* pthread_getspecific.3 */,
589 C948FCDB15D187FA00180BF5 /* pthread_join.3 */,
590 C948FCDC15D187FA00180BF5 /* pthread_key_create.3 */,
591 C948FCDD15D187FA00180BF5 /* pthread_key_delete.3 */,
592 FC618A76160E8155006810FE /* pthread_kill.2 */,
593 C948FCDE15D187FA00180BF5 /* pthread_mutex_destroy.3 */,
594 C948FCDF15D187FA00180BF5 /* pthread_mutex_init.3 */,
595 C948FCE015D187FA00180BF5 /* pthread_mutex_lock.3 */,
596 C948FCE115D187FA00180BF5 /* pthread_mutex_trylock.3 */,
597 C948FCE215D187FA00180BF5 /* pthread_mutex_unlock.3 */,
598 C948FCE315D187FA00180BF5 /* pthread_mutexattr.3 */,
599 C948FCE415D187FA00180BF5 /* pthread_once.3 */,
600 C948FCE515D187FA00180BF5 /* pthread_rwlock_destroy.3 */,
601 C948FCE615D187FA00180BF5 /* pthread_rwlock_init.3 */,
602 C948FCE715D187FA00180BF5 /* pthread_rwlock_rdlock.3 */,
603 C948FCE815D187FA00180BF5 /* pthread_rwlock_unlock.3 */,
604 C948FCE915D187FA00180BF5 /* pthread_rwlock_wrlock.3 */,
605 C948FCEA15D187FA00180BF5 /* pthread_rwlockattr_destroy.3 */,
606 C948FCEB15D187FA00180BF5 /* pthread_rwlockattr_getpshared.3 */,
607 C948FCEC15D187FA00180BF5 /* pthread_rwlockattr_init.3 */,
608 C948FCED15D187FA00180BF5 /* pthread_rwlockattr_setpshared.3 */,
609 C948FCEE15D187FA00180BF5 /* pthread_self.3 */,
610 C948FCEF15D187FA00180BF5 /* pthread_setcancelstate.3 */,
611 C948FCF015D187FA00180BF5 /* pthread_setspecific.3 */,
612 FC618A77160E8155006810FE /* pthread_sigmask.2 */,
613 C948FCF115D187FA00180BF5 /* pthread.3 */,
614 );
615 path = man;
616 sourceTree = "<group>";
617 };
618 C9A1BF5115C9A8B7006BB313 /* variants */ = {
619 isa = PBXGroup;
620 children = (
621 C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */,
622 C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */,
623 C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */,
624 C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */,
625 C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */,
626 );
627 path = variants;
628 sourceTree = "<group>";
629 };
630 C9A325D715B7347000270056 = {
631 isa = PBXGroup;
632 children = (
633 C9169DD91603DE68005A2F8C /* kern */,
634 C9A960B218452B0700AE10C8 /* lldbmacros */,
635 C9A325FD15B7513700270056 /* pthread */,
636 FC5A372217CEB3D6008C323E /* sys */,
637 C9D70EBE167AC7D100D52713 /* private */,
638 C948FCC015D187AD00180BF5 /* man */,
639 C9A325ED15B74FB600270056 /* src */,
640 C9A1998A1C8E271F00CE102A /* tests */,
641 9240BF331AA669EB003C99B4 /* tools */,
642 C9A3260B15B759A100270056 /* xcodescripts */,
643 C9CA27DA1602813000259F78 /* Frameworks */,
644 C9A325E315B7347000270056 /* Products */,
645 );
646 sourceTree = "<group>";
647 usesTabs = 1;
648 };
649 C9A325E315B7347000270056 /* Products */ = {
650 isa = PBXGroup;
651 children = (
652 C9A325E215B7347000270056 /* libsystem_pthread.dylib */,
653 C90E7A9F15DC3C3800A06D48 /* libpthread_dyld.a */,
654 74E594A41613AAF4006C417B /* libpthread_eOS.a */,
655 C9CA27D91602813000259F78 /* pthread.kext */,
656 6E8C16801B14F08A00C8987C /* libsystem_pthread.dylib */,
657 C04545B81C584F4A006A53B3 /* libpthread.a */,
658 E41505E71E818BEB00F243FB /* libpthread_mp.a */,
659 E4F449A01E82C1F000A7FB9A /* libpthread_alt.a */,
660 E4F449D41E82D03500A7FB9A /* libsystem_pthread.dylib */,
661 );
662 name = Products;
663 sourceTree = "<group>";
664 };
665 C9A325ED15B74FB600270056 /* src */ = {
666 isa = PBXGroup;
667 children = (
668 C9A325F315B7513200270056 /* internal.h */,
669 C9A325EF15B7513200270056 /* plockstat.d */,
670 C9A325FA15B7513200270056 /* pthread.c */,
671 C99AD87D15DF04D10009A6F8 /* pthread_asm.s */,
672 C90E7AB415DC40D900A06D48 /* pthread_atfork.c */,
673 C9A325F115B7513200270056 /* pthread_cancelable.c */,
674 C9A325F215B7513200270056 /* pthread_cond.c */,
675 924D8EDE1C11832A002AC2BC /* pthread_cwd.c */,
676 C9A325F515B7513200270056 /* pthread_mutex.c */,
677 C9A325F615B7513200270056 /* pthread_rwlock.c */,
678 C975D5DC15C9D16B0098ECD8 /* pthread_support.c */,
679 C9A325F815B7513200270056 /* pthread_tsd.c */,
680 C9244C1C1860D8EF00075748 /* qos.c */,
681 C9A325FC15B7513200270056 /* thread_setup.c */,
682 E4943AAA1E80BE1F00D2A961 /* resolver */,
683 C9A1BF5115C9A8B7006BB313 /* variants */,
684 );
685 path = src;
686 sourceTree = "<group>";
687 };
688 C9A325FD15B7513700270056 /* pthread */ = {
689 isa = PBXGroup;
690 children = (
691 9202B2301D1A5B3F00945880 /* introspection.h */,
692 C9A325FE15B7513700270056 /* pthread.h */,
693 C9A325FF15B7513700270056 /* pthread_impl.h */,
694 C9A3260015B7513700270056 /* pthread_spis.h */,
695 C9A3260115B7513700270056 /* sched.h */,
696 C98C95D818FF1F4E005654FB /* spawn.h */,
697 C9244C1A185FCFED00075748 /* qos.h */,
698 );
699 path = pthread;
700 sourceTree = "<group>";
701 };
702 C9A3260B15B759A100270056 /* xcodescripts */ = {
703 isa = PBXGroup;
704 children = (
705 9235CA551CA48D010015C92B /* kext_development.xcconfig */,
706 C91D01BA162893CD0002E29A /* kext.xcconfig */,
707 C9A3260C15B759B600270056 /* pthread.xcconfig */,
708 E4F449A31E82CF0100A7FB9A /* resolver.xcconfig */,
709 E41505E81E818D4D00F243FB /* resolved.xcconfig */,
710 6E8C16851B14F14000C8987C /* pthread_introspection.xcconfig */,
711 C99EA612161F8288003EBC56 /* eos.xcconfig */,
712 C04545B91C584F8B006A53B3 /* static.xcconfig */,
713 C9DCA2A115DC4F2000D057E2 /* install-manpages.sh */,
714 C9153094167ACAB8006BB094 /* install-symlinks.sh */,
715 C04545881C584493006A53B3 /* run-on-install.sh */,
716 E4D962FC19086C5700E8A9F2 /* install-sys-headers.sh */,
717 C9A960B618452CDD00AE10C8 /* install-lldbmacros.sh */,
718 C979E9FC18A2BF2C000951E5 /* install-codes.sh */,
719 C9C2212D15FA978D00447568 /* pthread.aliases */,
720 );
721 path = xcodescripts;
722 sourceTree = "<group>";
723 };
724 C9A960B218452B0700AE10C8 /* lldbmacros */ = {
725 isa = PBXGroup;
726 children = (
727 C9A960B318452B2F00AE10C8 /* pthread.py */,
728 );
729 path = lldbmacros;
730 sourceTree = "<group>";
731 };
732 C9CA27DA1602813000259F78 /* Frameworks */ = {
733 isa = PBXGroup;
734 children = (
735 C9CA27DB1602813000259F78 /* Other Frameworks */,
736 );
737 name = Frameworks;
738 sourceTree = "<group>";
739 };
740 C9CA27DB1602813000259F78 /* Other Frameworks */ = {
741 isa = PBXGroup;
742 children = (
743 C9CA27DC1602813000259F78 /* Kernel.framework */,
744 );
745 name = "Other Frameworks";
746 sourceTree = "<group>";
747 };
748 C9D70EBE167AC7D100D52713 /* private */ = {
749 isa = PBXGroup;
750 children = (
751 C9153095167ACC22006BB094 /* private.h */,
752 C9A325F015B7513200270056 /* posix_sched.h */,
753 C9A325F715B7513200270056 /* spinlock_private.h */,
754 C9A325F415B7513200270056 /* tsd_private.h */,
755 C9A325F915B7513200270056 /* workqueue_private.h */,
756 E4657D4017284F7B007D1847 /* introspection_private.h */,
757 C99B17DA189C2E1B00991D38 /* qos_private.h */,
758 E4063CF21906B4FB000202F9 /* qos.h */,
759 );
760 path = private;
761 sourceTree = "<group>";
762 };
763 E4943AAA1E80BE1F00D2A961 /* resolver */ = {
764 isa = PBXGroup;
765 children = (
766 6EB232CA1B0EB29D005915CE /* resolver.h */,
767 E4943AA71E80BD8400D2A961 /* resolver_internal.h */,
768 6EB232C91B0EB29D005915CE /* resolver.c */,
769 );
770 path = resolver;
771 sourceTree = "<group>";
772 };
773 FC5A372217CEB3D6008C323E /* sys */ = {
774 isa = PBXGroup;
775 children = (
776 E4D962F919086AD600E8A9F2 /* qos.h */,
777 FC5A372317CEB3D6008C323E /* _pthread */,
778 A98FE72D19479F7C007718DA /* qos_private.h */,
779 );
780 path = sys;
781 sourceTree = "<group>";
782 };
783 FC5A372317CEB3D6008C323E /* _pthread */ = {
784 isa = PBXGroup;
785 children = (
786 FC5A372417CEB3D6008C323E /* _pthread_attr_t.h */,
787 FC5A372517CEB3D6008C323E /* _pthread_cond_t.h */,
788 FC5A372617CEB3D6008C323E /* _pthread_condattr_t.h */,
789 FC5A372717CEB3D6008C323E /* _pthread_key_t.h */,
790 FC5A372817CEB3D6008C323E /* _pthread_mutex_t.h */,
791 FC5A372917CEB3D6008C323E /* _pthread_mutexattr_t.h */,
792 FC5A372A17CEB3D6008C323E /* _pthread_once_t.h */,
793 FC5A372B17CEB3D6008C323E /* _pthread_rwlock_t.h */,
794 FC5A372C17CEB3D6008C323E /* _pthread_rwlockattr_t.h */,
795 FC5A372D17CEB3D6008C323E /* _pthread_t.h */,
796 FC5A372E17CEB3D6008C323E /* _pthread_types.h */,
797 );
798 path = _pthread;
799 sourceTree = "<group>";
800 };
801 /* End PBXGroup section */
802
803 /* Begin PBXHeadersBuildPhase section */
804 6E8C16681B14F08A00C8987C /* Headers */ = {
805 isa = PBXHeadersBuildPhase;
806 buildActionMask = 2147483647;
807 files = (
808 6E8C16711B14F08A00C8987C /* posix_sched.h in Headers */,
809 6E8C166F1B14F08A00C8987C /* introspection_private.h in Headers */,
810 E41A64AE1E83C470009479A9 /* introspection.h in Headers */,
811 6E8C166C1B14F08A00C8987C /* qos.h in Headers */,
812 6E8C16701B14F08A00C8987C /* tsd_private.h in Headers */,
813 6E8C16731B14F08A00C8987C /* qos_private.h in Headers */,
814 6E8C16761B14F08A00C8987C /* spinlock_private.h in Headers */,
815 6E8C16771B14F08A00C8987C /* workqueue_private.h in Headers */,
816 6E8C16781B14F08A00C8987C /* private.h in Headers */,
817 6E8C16691B14F08A00C8987C /* qos.h in Headers */,
818 6E8C166A1B14F08A00C8987C /* pthread.h in Headers */,
819 6E8C166B1B14F08A00C8987C /* pthread_impl.h in Headers */,
820 6E8C166D1B14F08A00C8987C /* pthread_spis.h in Headers */,
821 6E8C166E1B14F08A00C8987C /* sched.h in Headers */,
822 6E8C16751B14F08A00C8987C /* spawn.h in Headers */,
823 );
824 runOnlyForDeploymentPostprocessing = 0;
825 };
826 74E594A11613AAF4006C417B /* Headers */ = {
827 isa = PBXHeadersBuildPhase;
828 buildActionMask = 2147483647;
829 files = (
830 );
831 runOnlyForDeploymentPostprocessing = 0;
832 };
833 C04545B41C584F4A006A53B3 /* Headers */ = {
834 isa = PBXHeadersBuildPhase;
835 buildActionMask = 2147483647;
836 files = (
837 );
838 runOnlyForDeploymentPostprocessing = 0;
839 };
840 C90E7A9D15DC3C3800A06D48 /* Headers */ = {
841 isa = PBXHeadersBuildPhase;
842 buildActionMask = 2147483647;
843 files = (
844 );
845 runOnlyForDeploymentPostprocessing = 0;
846 };
847 C9A325E015B7347000270056 /* Headers */ = {
848 isa = PBXHeadersBuildPhase;
849 buildActionMask = 2147483647;
850 files = (
851 C9244C1B185FD33000075748 /* qos.h in Headers */,
852 C9A1BF4D15C9A58E006BB313 /* pthread.h in Headers */,
853 C9A1BF4E15C9A594006BB313 /* pthread_impl.h in Headers */,
854 E4063CF31906B75A000202F9 /* qos.h in Headers */,
855 C9A1BF4F15C9A598006BB313 /* pthread_spis.h in Headers */,
856 9202B2321D1A5B6200945880 /* introspection.h in Headers */,
857 C9A1BF5015C9A59B006BB313 /* sched.h in Headers */,
858 E4657D4117284F7B007D1847 /* introspection_private.h in Headers */,
859 C9BB478D15E6ADF700F135B7 /* tsd_private.h in Headers */,
860 C99AD87B15DEC4BC0009A6F8 /* posix_sched.h in Headers */,
861 C9CCFB9D18B6D0910060CAAE /* qos_private.h in Headers */,
862 C98C95D918FF1F4E005654FB /* spawn.h in Headers */,
863 C99AD87C15DEC5290009A6F8 /* spinlock_private.h in Headers */,
864 C9BB478B15E6ABD900F135B7 /* workqueue_private.h in Headers */,
865 C9153096167ACC2B006BB094 /* private.h in Headers */,
866 );
867 runOnlyForDeploymentPostprocessing = 0;
868 };
869 C9CA27D51602813000259F78 /* Headers */ = {
870 isa = PBXHeadersBuildPhase;
871 buildActionMask = 2147483647;
872 files = (
873 );
874 runOnlyForDeploymentPostprocessing = 0;
875 };
876 E4F449BD1E82D03500A7FB9A /* Headers */ = {
877 isa = PBXHeadersBuildPhase;
878 buildActionMask = 2147483647;
879 files = (
880 E4F449BE1E82D03500A7FB9A /* qos.h in Headers */,
881 E4F449BF1E82D03500A7FB9A /* pthread.h in Headers */,
882 E4F449C01E82D03500A7FB9A /* pthread_impl.h in Headers */,
883 E4F449C11E82D03500A7FB9A /* qos.h in Headers */,
884 E4F449C21E82D03500A7FB9A /* pthread_spis.h in Headers */,
885 E4F449C31E82D03500A7FB9A /* introspection.h in Headers */,
886 E4F449C41E82D03500A7FB9A /* sched.h in Headers */,
887 E4F449C51E82D03500A7FB9A /* introspection_private.h in Headers */,
888 E4F449C61E82D03500A7FB9A /* tsd_private.h in Headers */,
889 E4F449C71E82D03500A7FB9A /* posix_sched.h in Headers */,
890 E4F449C81E82D03500A7FB9A /* qos_private.h in Headers */,
891 E4F449C91E82D03500A7FB9A /* spawn.h in Headers */,
892 E4F449CA1E82D03500A7FB9A /* spinlock_private.h in Headers */,
893 E4F449CB1E82D03500A7FB9A /* workqueue_private.h in Headers */,
894 E4F449CC1E82D03500A7FB9A /* private.h in Headers */,
895 );
896 runOnlyForDeploymentPostprocessing = 0;
897 };
898 /* End PBXHeadersBuildPhase section */
899
900 /* Begin PBXLegacyTarget section */
901 92B275F01BCE4C5E007D06D7 /* darwintests */ = {
902 isa = PBXLegacyTarget;
903 buildArgumentsString = "$(ACTION)";
904 buildConfigurationList = 92B275F11BCE4C5E007D06D7 /* Build configuration list for PBXLegacyTarget "darwintests" */;
905 buildPhases = (
906 );
907 buildToolPath = /usr/bin/make;
908 buildWorkingDirectory = tests;
909 dependencies = (
910 );
911 name = darwintests;
912 passBuildSettingsInEnvironment = 1;
913 productName = darwintests;
914 };
915 /* End PBXLegacyTarget section */
916
917 /* Begin PBXNativeTarget section */
918 6E8C16511B14F08A00C8987C /* libsystem_pthread introspection */ = {
919 isa = PBXNativeTarget;
920 buildConfigurationList = 6E8C167D1B14F08A00C8987C /* Build configuration list for PBXNativeTarget "libsystem_pthread introspection" */;
921 buildPhases = (
922 6E8C16521B14F08A00C8987C /* Generate dtrace header */,
923 6E8C16531B14F08A00C8987C /* Sources */,
924 6E8C16671B14F08A00C8987C /* Frameworks */,
925 6E8C16681B14F08A00C8987C /* Headers */,
926 );
927 buildRules = (
928 );
929 dependencies = (
930 );
931 name = "libsystem_pthread introspection";
932 productName = libsystem_pthread.dylib;
933 productReference = 6E8C16801B14F08A00C8987C /* libsystem_pthread.dylib */;
934 productType = "com.apple.product-type.library.dynamic";
935 };
936 74E594911613AAF4006C417B /* libpthread eOS */ = {
937 isa = PBXNativeTarget;
938 buildConfigurationList = 74E594A21613AAF4006C417B /* Build configuration list for PBXNativeTarget "libpthread eOS" */;
939 buildPhases = (
940 74E594921613AAF4006C417B /* Sources */,
941 74E594A01613AAF4006C417B /* Frameworks */,
942 74E594A11613AAF4006C417B /* Headers */,
943 );
944 buildRules = (
945 );
946 dependencies = (
947 );
948 name = "libpthread eOS";
949 productName = libpthread_eOS.a;
950 productReference = 74E594A41613AAF4006C417B /* libpthread_eOS.a */;
951 productType = "com.apple.product-type.library.static";
952 };
953 C04545A21C584F4A006A53B3 /* libpthread generic */ = {
954 isa = PBXNativeTarget;
955 buildConfigurationList = C04545B51C584F4A006A53B3 /* Build configuration list for PBXNativeTarget "libpthread generic" */;
956 buildPhases = (
957 C04545A31C584F4A006A53B3 /* Sources */,
958 C04545B31C584F4A006A53B3 /* Frameworks */,
959 C04545B41C584F4A006A53B3 /* Headers */,
960 C04545BA1C585034006A53B3 /* Symlink libpthread.a to the loaderd path */,
961 );
962 buildRules = (
963 );
964 dependencies = (
965 );
966 name = "libpthread generic";
967 productName = libpthread.a;
968 productReference = C04545B81C584F4A006A53B3 /* libpthread.a */;
969 productType = "com.apple.product-type.library.static";
970 };
971 C90E7A9E15DC3C3800A06D48 /* libpthread dyld */ = {
972 isa = PBXNativeTarget;
973 buildConfigurationList = C90E7AA115DC3C3800A06D48 /* Build configuration list for PBXNativeTarget "libpthread dyld" */;
974 buildPhases = (
975 C90E7A9B15DC3C3800A06D48 /* Sources */,
976 C90E7A9C15DC3C3800A06D48 /* Frameworks */,
977 C90E7A9D15DC3C3800A06D48 /* Headers */,
978 C04545891C5844F8006A53B3 /* Symlink libpthread_dyld.a to libpthread.a */,
979 );
980 buildRules = (
981 );
982 dependencies = (
983 );
984 name = "libpthread dyld";
985 productName = libpthread_dyld.a;
986 productReference = C90E7A9F15DC3C3800A06D48 /* libpthread_dyld.a */;
987 productType = "com.apple.product-type.library.static";
988 };
989 C9A325E115B7347000270056 /* libsystem_pthread */ = {
990 isa = PBXNativeTarget;
991 buildConfigurationList = C9A325E615B7347000270056 /* Build configuration list for PBXNativeTarget "libsystem_pthread" */;
992 buildPhases = (
993 C9A325DE15B7347000270056 /* Sources */,
994 C9A325DF15B7347000270056 /* Frameworks */,
995 C9A325E015B7347000270056 /* Headers */,
996 C9D70EBD167AC76700D52713 /* Symlink Old Header Location */,
997 C9DCA2A215DC4F3500D057E2 /* Install Manpages */,
998 FC5A372F17CEB60D008C323E /* Install sys headers */,
999 C979E9FD18A2BF3D000951E5 /* Install Codes file */,
1000 );
1001 buildRules = (
1002 );
1003 dependencies = (
1004 E4F4498B1E825D2B00A7FB9A /* PBXTargetDependency */,
1005 E4F449A21E82C5A400A7FB9A /* PBXTargetDependency */,
1006 );
1007 name = libsystem_pthread;
1008 productName = libsystem_pthread.dylib;
1009 productReference = C9A325E215B7347000270056 /* libsystem_pthread.dylib */;
1010 productType = "com.apple.product-type.library.dynamic";
1011 };
1012 C9CA27D81602813000259F78 /* pthread kext */ = {
1013 isa = PBXNativeTarget;
1014 buildConfigurationList = C9CA27E71602813000259F78 /* Build configuration list for PBXNativeTarget "pthread kext" */;
1015 buildPhases = (
1016 C9CA27D31602813000259F78 /* Sources */,
1017 C9CA27D41602813000259F78 /* Frameworks */,
1018 C9CA27D51602813000259F78 /* Headers */,
1019 C9CA27D61602813000259F78 /* Resources */,
1020 C9A960B518452C1800AE10C8 /* Install lldbmacros */,
1021 );
1022 buildRules = (
1023 );
1024 dependencies = (
1025 );
1026 name = "pthread kext";
1027 productName = pthread.kext;
1028 productReference = C9CA27D91602813000259F78 /* pthread.kext */;
1029 productType = "com.apple.product-type.kernel-extension";
1030 };
1031 E41505D01E818BEB00F243FB /* libpthread mp resolved */ = {
1032 isa = PBXNativeTarget;
1033 buildConfigurationList = E41505E41E818BEB00F243FB /* Build configuration list for PBXNativeTarget "libpthread mp resolved" */;
1034 buildPhases = (
1035 E41505D11E818BEB00F243FB /* Sources */,
1036 E41505E31E818BEB00F243FB /* Symlink normal variant */,
1037 );
1038 buildRules = (
1039 );
1040 dependencies = (
1041 );
1042 name = "libpthread mp resolved";
1043 productName = libpthread_mp.a;
1044 productReference = E41505E71E818BEB00F243FB /* libpthread_mp.a */;
1045 productType = "com.apple.product-type.library.static";
1046 };
1047 E4F4498C1E82C1F000A7FB9A /* libpthread alt resolved */ = {
1048 isa = PBXNativeTarget;
1049 buildConfigurationList = E4F4499D1E82C1F000A7FB9A /* Build configuration list for PBXNativeTarget "libpthread alt resolved" */;
1050 buildPhases = (
1051 E4F4498D1E82C1F000A7FB9A /* Sources */,
1052 E4F4499C1E82C1F000A7FB9A /* Symlink normal variant */,
1053 );
1054 buildRules = (
1055 );
1056 dependencies = (
1057 );
1058 name = "libpthread alt resolved";
1059 productName = libpthread_alt.a;
1060 productReference = E4F449A01E82C1F000A7FB9A /* libpthread_alt.a */;
1061 productType = "com.apple.product-type.library.static";
1062 };
1063 E4F449A41E82D03500A7FB9A /* libsystem_pthread noresolver */ = {
1064 isa = PBXNativeTarget;
1065 buildConfigurationList = E4F449D11E82D03500A7FB9A /* Build configuration list for PBXNativeTarget "libsystem_pthread noresolver" */;
1066 buildPhases = (
1067 E4F449A91E82D03500A7FB9A /* Sources */,
1068 E4F449BC1E82D03500A7FB9A /* Frameworks */,
1069 E4F449BD1E82D03500A7FB9A /* Headers */,
1070 E4F449CD1E82D03500A7FB9A /* Symlink Old Header Location */,
1071 E4F449CE1E82D03500A7FB9A /* Install Manpages */,
1072 E4F449CF1E82D03500A7FB9A /* Install sys headers */,
1073 E4F449D01E82D03500A7FB9A /* Install Codes file */,
1074 );
1075 buildRules = (
1076 );
1077 dependencies = (
1078 );
1079 name = "libsystem_pthread noresolver";
1080 productName = libsystem_pthread.dylib;
1081 productReference = E4F449D41E82D03500A7FB9A /* libsystem_pthread.dylib */;
1082 productType = "com.apple.product-type.library.dynamic";
1083 };
1084 /* End PBXNativeTarget section */
1085
1086 /* Begin PBXProject section */
1087 C9A325D915B7347000270056 /* Project object */ = {
1088 isa = PBXProject;
1089 attributes = {
1090 LastUpgradeCheck = 0900;
1091 ORGANIZATIONNAME = "";
1092 TargetAttributes = {
1093 92799B441B96A5FD00861404 = {
1094 CreatedOnToolsVersion = 7.0;
1095 };
1096 92B275F01BCE4C5E007D06D7 = {
1097 CreatedOnToolsVersion = 7.1;
1098 };
1099 };
1100 };
1101 buildConfigurationList = C9A325DC15B7347000270056 /* Build configuration list for PBXProject "libpthread" */;
1102 compatibilityVersion = "Xcode 3.2";
1103 developmentRegion = English;
1104 hasScannedForEncodings = 0;
1105 knownRegions = (
1106 en,
1107 );
1108 mainGroup = C9A325D715B7347000270056;
1109 productRefGroup = C9A325E315B7347000270056 /* Products */;
1110 projectDirPath = "";
1111 projectRoot = "";
1112 targets = (
1113 C90E7AAC15DC3D3300A06D48 /* All */,
1114 C91D01B5162892FF0002E29A /* Kext */,
1115 C98832C115DEB44000B3308E /* Embedded */,
1116 92799B441B96A5FD00861404 /* Tests */,
1117 C9A325E115B7347000270056 /* libsystem_pthread */,
1118 E4F449A41E82D03500A7FB9A /* libsystem_pthread noresolver */,
1119 6E8C16511B14F08A00C8987C /* libsystem_pthread introspection */,
1120 E41505D01E818BEB00F243FB /* libpthread mp resolved */,
1121 E4F4498C1E82C1F000A7FB9A /* libpthread alt resolved */,
1122 C04545A21C584F4A006A53B3 /* libpthread generic */,
1123 C90E7A9E15DC3C3800A06D48 /* libpthread dyld */,
1124 74E594911613AAF4006C417B /* libpthread eOS */,
1125 C9CA27D81602813000259F78 /* pthread kext */,
1126 92B275F01BCE4C5E007D06D7 /* darwintests */,
1127 );
1128 };
1129 /* End PBXProject section */
1130
1131 /* Begin PBXResourcesBuildPhase section */
1132 C9CA27D61602813000259F78 /* Resources */ = {
1133 isa = PBXResourcesBuildPhase;
1134 buildActionMask = 2147483647;
1135 files = (
1136 );
1137 runOnlyForDeploymentPostprocessing = 0;
1138 };
1139 /* End PBXResourcesBuildPhase section */
1140
1141 /* Begin PBXShellScriptBuildPhase section */
1142 6E8C16521B14F08A00C8987C /* Generate dtrace header */ = {
1143 isa = PBXShellScriptBuildPhase;
1144 buildActionMask = 2147483647;
1145 files = (
1146 );
1147 inputPaths = (
1148 "$(SRCROOT)/src/plockstat.d",
1149 );
1150 name = "Generate dtrace header";
1151 outputPaths = (
1152 "$(DERIVED_FILE_DIR)/dtrace/plockstat.h",
1153 );
1154 runOnlyForDeploymentPostprocessing = 0;
1155 shellPath = "/bin/bash -e -x";
1156 shellScript = "dtrace -h -C -s \"${SCRIPT_INPUT_FILE_0}\" -o \"${SCRIPT_OUTPUT_FILE_0}\"";
1157 showEnvVarsInLog = 0;
1158 };
1159 C04545891C5844F8006A53B3 /* Symlink libpthread_dyld.a to libpthread.a */ = {
1160 isa = PBXShellScriptBuildPhase;
1161 buildActionMask = 8;
1162 files = (
1163 );
1164 inputPaths = (
1165 "$(SRCROOT)/xcodescripts/run-on-install.sh",
1166 );
1167 name = "Symlink libpthread_dyld.a to libpthread.a";
1168 outputPaths = (
1169 );
1170 runOnlyForDeploymentPostprocessing = 1;
1171 shellPath = "/bin/bash -e -x";
1172 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\" /bin/ln -sf libpthread_dyld.a \"${DSTROOT}${INSTALL_PATH}/libpthread.a\"";
1173 showEnvVarsInLog = 0;
1174 };
1175 C04545BA1C585034006A53B3 /* Symlink libpthread.a to the loaderd path */ = {
1176 isa = PBXShellScriptBuildPhase;
1177 buildActionMask = 8;
1178 files = (
1179 );
1180 inputPaths = (
1181 "$(SRCROOT)/xcodescripts/run-on-install.sh",
1182 );
1183 name = "Symlink libpthread.a to the loaderd path";
1184 outputPaths = (
1185 "${DSTROOT}/usr/local/lib/loaderd/libpthread.a",
1186 );
1187 runOnlyForDeploymentPostprocessing = 1;
1188 shellPath = "/bin/bash -e -x";
1189 shellScript = ". \"${SCRIPT_INPUT_FILE_0}\" /bin/ln -sf \"../../../..${INSTALL_PATH}/libpthread.a\" \"${DSTROOT}/usr/local/lib/loaderd/libpthread.a\"";
1190 showEnvVarsInLog = 0;
1191 };
1192 C979E9FD18A2BF3D000951E5 /* Install Codes file */ = {
1193 isa = PBXShellScriptBuildPhase;
1194 buildActionMask = 8;
1195 files = (
1196 );
1197 inputPaths = (
1198 "$(SRCROOT)/kern/kern_trace.h",
1199 );
1200 name = "Install Codes file";
1201 outputPaths = (
1202 "$(DSTROOT)/usr/local/share/misc/pthread.codes",
1203 );
1204 runOnlyForDeploymentPostprocessing = 1;
1205 shellPath = "/bin/bash -e -x";
1206 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-codes.sh";
1207 showEnvVarsInLog = 0;
1208 };
1209 C9A960B518452C1800AE10C8 /* Install lldbmacros */ = {
1210 isa = PBXShellScriptBuildPhase;
1211 buildActionMask = 12;
1212 files = (
1213 );
1214 inputPaths = (
1215 );
1216 name = "Install lldbmacros";
1217 outputPaths = (
1218 );
1219 runOnlyForDeploymentPostprocessing = 0;
1220 shellPath = "/bin/bash -e -x";
1221 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-lldbmacros.sh";
1222 showEnvVarsInLog = 0;
1223 };
1224 C9D70EBD167AC76700D52713 /* Symlink Old Header Location */ = {
1225 isa = PBXShellScriptBuildPhase;
1226 buildActionMask = 8;
1227 files = (
1228 );
1229 inputPaths = (
1230 "",
1231 );
1232 name = "Symlink Old Header Location";
1233 outputPaths = (
1234 );
1235 runOnlyForDeploymentPostprocessing = 1;
1236 shellPath = "/bin/bash -e -x";
1237 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-symlinks.sh";
1238 showEnvVarsInLog = 0;
1239 };
1240 C9DCA2A215DC4F3500D057E2 /* Install Manpages */ = {
1241 isa = PBXShellScriptBuildPhase;
1242 buildActionMask = 8;
1243 files = (
1244 );
1245 inputPaths = (
1246 "",
1247 );
1248 name = "Install Manpages";
1249 outputPaths = (
1250 );
1251 runOnlyForDeploymentPostprocessing = 1;
1252 shellPath = "/bin/bash -e -x";
1253 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-manpages.sh";
1254 showEnvVarsInLog = 0;
1255 };
1256 E41505E31E818BEB00F243FB /* Symlink normal variant */ = {
1257 isa = PBXShellScriptBuildPhase;
1258 buildActionMask = 12;
1259 files = (
1260 );
1261 inputPaths = (
1262 );
1263 name = "Symlink normal variant";
1264 outputPaths = (
1265 "$(CONFIGURATION_BUILD_DIR)/$(EXECUTABLE_PREFIX)$(PRODUCT_NAME)_normal$(EXECUTABLE_SUFFIX)",
1266 );
1267 runOnlyForDeploymentPostprocessing = 0;
1268 shellPath = "/bin/bash -e -x";
1269 shellScript = "ln -fs \"${EXECUTABLE_PREFIX}${PRODUCT_NAME}${EXECUTABLE_SUFFIX}\" \"${SCRIPT_OUTPUT_FILE_0}\"";
1270 showEnvVarsInLog = 0;
1271 };
1272 E4F4499C1E82C1F000A7FB9A /* Symlink normal variant */ = {
1273 isa = PBXShellScriptBuildPhase;
1274 buildActionMask = 12;
1275 files = (
1276 );
1277 inputPaths = (
1278 );
1279 name = "Symlink normal variant";
1280 outputPaths = (
1281 "$(CONFIGURATION_BUILD_DIR)/$(EXECUTABLE_PREFIX)$(PRODUCT_NAME)_normal$(EXECUTABLE_SUFFIX)",
1282 );
1283 runOnlyForDeploymentPostprocessing = 0;
1284 shellPath = "/bin/bash -e -x";
1285 shellScript = "ln -fs \"${EXECUTABLE_PREFIX}${PRODUCT_NAME}${EXECUTABLE_SUFFIX}\" \"${SCRIPT_OUTPUT_FILE_0}\"";
1286 showEnvVarsInLog = 0;
1287 };
1288 E4F449CD1E82D03500A7FB9A /* Symlink Old Header Location */ = {
1289 isa = PBXShellScriptBuildPhase;
1290 buildActionMask = 8;
1291 files = (
1292 );
1293 inputPaths = (
1294 "",
1295 );
1296 name = "Symlink Old Header Location";
1297 outputPaths = (
1298 );
1299 runOnlyForDeploymentPostprocessing = 1;
1300 shellPath = "/bin/bash -e -x";
1301 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-symlinks.sh";
1302 showEnvVarsInLog = 0;
1303 };
1304 E4F449CE1E82D03500A7FB9A /* Install Manpages */ = {
1305 isa = PBXShellScriptBuildPhase;
1306 buildActionMask = 8;
1307 files = (
1308 );
1309 inputPaths = (
1310 "",
1311 );
1312 name = "Install Manpages";
1313 outputPaths = (
1314 );
1315 runOnlyForDeploymentPostprocessing = 1;
1316 shellPath = "/bin/bash -e -x";
1317 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-manpages.sh";
1318 showEnvVarsInLog = 0;
1319 };
1320 E4F449CF1E82D03500A7FB9A /* Install sys headers */ = {
1321 isa = PBXShellScriptBuildPhase;
1322 buildActionMask = 8;
1323 files = (
1324 );
1325 inputPaths = (
1326 );
1327 name = "Install sys headers";
1328 outputPaths = (
1329 );
1330 runOnlyForDeploymentPostprocessing = 1;
1331 shellPath = "/bin/bash -e -x";
1332 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-sys-headers.sh";
1333 showEnvVarsInLog = 0;
1334 };
1335 E4F449D01E82D03500A7FB9A /* Install Codes file */ = {
1336 isa = PBXShellScriptBuildPhase;
1337 buildActionMask = 8;
1338 files = (
1339 );
1340 inputPaths = (
1341 "$(SRCROOT)/kern/kern_trace.h",
1342 );
1343 name = "Install Codes file";
1344 outputPaths = (
1345 "$(DSTROOT)/usr/local/share/misc/pthread.codes",
1346 );
1347 runOnlyForDeploymentPostprocessing = 1;
1348 shellPath = "/bin/bash -e -x";
1349 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-codes.sh";
1350 showEnvVarsInLog = 0;
1351 };
1352 FC5A372F17CEB60D008C323E /* Install sys headers */ = {
1353 isa = PBXShellScriptBuildPhase;
1354 buildActionMask = 8;
1355 files = (
1356 );
1357 inputPaths = (
1358 );
1359 name = "Install sys headers";
1360 outputPaths = (
1361 );
1362 runOnlyForDeploymentPostprocessing = 1;
1363 shellPath = "/bin/bash -e -x";
1364 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-sys-headers.sh";
1365 showEnvVarsInLog = 0;
1366 };
1367 /* End PBXShellScriptBuildPhase section */
1368
1369 /* Begin PBXSourcesBuildPhase section */
1370 6E8C16531B14F08A00C8987C /* Sources */ = {
1371 isa = PBXSourcesBuildPhase;
1372 buildActionMask = 2147483647;
1373 files = (
1374 6E8C16541B14F08A00C8987C /* resolver.c in Sources */,
1375 6E8C16551B14F08A00C8987C /* pthread.c in Sources */,
1376 6E8C16561B14F08A00C8987C /* pthread_cancelable.c in Sources */,
1377 6E8C16571B14F08A00C8987C /* plockstat.d in Sources */,
1378 6E8C16581B14F08A00C8987C /* pthread_cond.c in Sources */,
1379 6E8C16591B14F08A00C8987C /* pthread_mutex.c in Sources */,
1380 924D8EE21C11833E002AC2BC /* pthread_cwd.c in Sources */,
1381 6E8C165B1B14F08A00C8987C /* qos.c in Sources */,
1382 6E8C165C1B14F08A00C8987C /* pthread_rwlock.c in Sources */,
1383 6E8C165D1B14F08A00C8987C /* pthread_tsd.c in Sources */,
1384 6E8C165E1B14F08A00C8987C /* pthread_cancelable_cancel.c in Sources */,
1385 6E8C165F1B14F08A00C8987C /* pthread_cancelable_legacy.c in Sources */,
1386 6E8C16601B14F08A00C8987C /* pthread_cond_legacy.c in Sources */,
1387 6E8C16611B14F08A00C8987C /* pthread_mutex_legacy.c in Sources */,
1388 6E8C16621B14F08A00C8987C /* pthread_rwlock_legacy.c in Sources */,
1389 6E8C16631B14F08A00C8987C /* pthread_support.c in Sources */,
1390 6E8C16641B14F08A00C8987C /* thread_setup.c in Sources */,
1391 6E8C16651B14F08A00C8987C /* pthread_atfork.c in Sources */,
1392 6E8C16661B14F08A00C8987C /* pthread_asm.s in Sources */,
1393 );
1394 runOnlyForDeploymentPostprocessing = 0;
1395 };
1396 74E594921613AAF4006C417B /* Sources */ = {
1397 isa = PBXSourcesBuildPhase;
1398 buildActionMask = 2147483647;
1399 files = (
1400 6EB232D01B0EB325005915CE /* resolver.c in Sources */,
1401 74E594931613AAF4006C417B /* pthread.c in Sources */,
1402 74E594941613AAF4006C417B /* pthread_cancelable.c in Sources */,
1403 74E594A61613AB10006C417B /* pthread_cancelable_cancel.c in Sources */,
1404 74E594951613AAF4006C417B /* pthread_cond.c in Sources */,
1405 74E594961613AAF4006C417B /* pthread_mutex.c in Sources */,
1406 74E594971613AAF4006C417B /* pthread_rwlock.c in Sources */,
1407 74E594981613AAF4006C417B /* pthread_support.c in Sources */,
1408 74E594991613AAF4006C417B /* pthread_tsd.c in Sources */,
1409 74E5949A1613AAF4006C417B /* thread_setup.c in Sources */,
1410 C9244C1F1860D96E00075748 /* qos.c in Sources */,
1411 924D8EDF1C11833D002AC2BC /* pthread_cwd.c in Sources */,
1412 74E5949C1613AAF4006C417B /* pthread_atfork.c in Sources */,
1413 74E5949E1613AAF4006C417B /* pthread_asm.s in Sources */,
1414 );
1415 runOnlyForDeploymentPostprocessing = 0;
1416 };
1417 C04545A31C584F4A006A53B3 /* Sources */ = {
1418 isa = PBXSourcesBuildPhase;
1419 buildActionMask = 2147483647;
1420 files = (
1421 C04545A41C584F4A006A53B3 /* resolver.c in Sources */,
1422 C04545A51C584F4A006A53B3 /* pthread.c in Sources */,
1423 C04545A61C584F4A006A53B3 /* pthread_cancelable.c in Sources */,
1424 C04545A71C584F4A006A53B3 /* pthread_cancelable_cancel.c in Sources */,
1425 C04545A81C584F4A006A53B3 /* pthread_cond.c in Sources */,
1426 C04545A91C584F4A006A53B3 /* pthread_mutex.c in Sources */,
1427 C04545AB1C584F4A006A53B3 /* pthread_rwlock.c in Sources */,
1428 C04545AC1C584F4A006A53B3 /* pthread_support.c in Sources */,
1429 C04545AD1C584F4A006A53B3 /* pthread_tsd.c in Sources */,
1430 C04545AE1C584F4A006A53B3 /* thread_setup.c in Sources */,
1431 C04545AF1C584F4A006A53B3 /* qos.c in Sources */,
1432 C04545B01C584F4A006A53B3 /* pthread_cwd.c in Sources */,
1433 C04545B11C584F4A006A53B3 /* pthread_atfork.c in Sources */,
1434 C04545B21C584F4A006A53B3 /* pthread_asm.s in Sources */,
1435 );
1436 runOnlyForDeploymentPostprocessing = 0;
1437 };
1438 C90E7A9B15DC3C3800A06D48 /* Sources */ = {
1439 isa = PBXSourcesBuildPhase;
1440 buildActionMask = 2147483647;
1441 files = (
1442 6EB232CE1B0EB31B005915CE /* resolver.c in Sources */,
1443 C9244C1E1860D96D00075748 /* qos.c in Sources */,
1444 C90E7AA415DC3C9D00A06D48 /* pthread.c in Sources */,
1445 C90E7AA515DC3C9D00A06D48 /* pthread_cancelable.c in Sources */,
1446 C90E7AA615DC3C9D00A06D48 /* pthread_cond.c in Sources */,
1447 C90E7AA715DC3C9D00A06D48 /* pthread_mutex.c in Sources */,
1448 C90E7AA815DC3C9D00A06D48 /* pthread_rwlock.c in Sources */,
1449 C90E7AA915DC3C9D00A06D48 /* pthread_support.c in Sources */,
1450 C90E7AAA15DC3C9D00A06D48 /* pthread_tsd.c in Sources */,
1451 C90E7AAB15DC3C9D00A06D48 /* thread_setup.c in Sources */,
1452 924D8EE01C11833D002AC2BC /* pthread_cwd.c in Sources */,
1453 C90E7AB915DC40D900A06D48 /* pthread_atfork.c in Sources */,
1454 C99AD87F15DF04D10009A6F8 /* pthread_asm.s in Sources */,
1455 );
1456 runOnlyForDeploymentPostprocessing = 0;
1457 };
1458 C9A325DE15B7347000270056 /* Sources */ = {
1459 isa = PBXSourcesBuildPhase;
1460 buildActionMask = 2147483647;
1461 files = (
1462 6EB232CC1B0EB2F0005915CE /* resolver.c in Sources */,
1463 C9A1BF4715C9A578006BB313 /* pthread.c in Sources */,
1464 C9A1BF4815C9A578006BB313 /* pthread_cancelable.c in Sources */,
1465 C9A1BF4915C9A578006BB313 /* pthread_cond.c in Sources */,
1466 C9A1BF4A15C9A578006BB313 /* pthread_mutex.c in Sources */,
1467 C9244C1D1860D8EF00075748 /* qos.c in Sources */,
1468 C9A1BF4B15C9A578006BB313 /* pthread_rwlock.c in Sources */,
1469 924D8EE11C11833E002AC2BC /* pthread_cwd.c in Sources */,
1470 C9A1BF4C15C9A578006BB313 /* pthread_tsd.c in Sources */,
1471 C9A1BF5315C9A9F5006BB313 /* pthread_cancelable_cancel.c in Sources */,
1472 C9A1BF5515C9CB9D006BB313 /* pthread_cancelable_legacy.c in Sources */,
1473 C975D5D715C9CECA0098ECD8 /* pthread_cond_legacy.c in Sources */,
1474 C975D5D915C9CEEA0098ECD8 /* pthread_mutex_legacy.c in Sources */,
1475 C975D5DB15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c in Sources */,
1476 C975D5DD15C9D16B0098ECD8 /* pthread_support.c in Sources */,
1477 C948FCF715D1D1E100180BF5 /* thread_setup.c in Sources */,
1478 C90E7AB815DC40D900A06D48 /* pthread_atfork.c in Sources */,
1479 C99AD88015E2D8B50009A6F8 /* pthread_asm.s in Sources */,
1480 );
1481 runOnlyForDeploymentPostprocessing = 0;
1482 };
1483 C9CA27D31602813000259F78 /* Sources */ = {
1484 isa = PBXSourcesBuildPhase;
1485 buildActionMask = 2147483647;
1486 files = (
1487 C9169DDE1603DE84005A2F8C /* kern_support.c in Sources */,
1488 C9A960B0183EB42700AE10C8 /* kern_policy.c in Sources */,
1489 C9169DE01603DF9B005A2F8C /* kern_init.c in Sources */,
1490 C9D75E4216127B3900C2FB26 /* kern_synch.c in Sources */,
1491 );
1492 runOnlyForDeploymentPostprocessing = 0;
1493 };
1494 E41505D11E818BEB00F243FB /* Sources */ = {
1495 isa = PBXSourcesBuildPhase;
1496 buildActionMask = 2147483647;
1497 files = (
1498 E41505D21E818BEB00F243FB /* resolver.c in Sources */,
1499 E41505D31E818BEB00F243FB /* pthread.c in Sources */,
1500 E41505D41E818BEB00F243FB /* pthread_cancelable.c in Sources */,
1501 E41505D51E818BEB00F243FB /* pthread_cancelable_cancel.c in Sources */,
1502 E41505D61E818BEB00F243FB /* pthread_cond.c in Sources */,
1503 E41505D71E818BEB00F243FB /* pthread_mutex.c in Sources */,
1504 E41505D91E818BEB00F243FB /* pthread_rwlock.c in Sources */,
1505 E41505DA1E818BEB00F243FB /* pthread_support.c in Sources */,
1506 E41505DB1E818BEB00F243FB /* pthread_tsd.c in Sources */,
1507 E41505DC1E818BEB00F243FB /* thread_setup.c in Sources */,
1508 E41505DD1E818BEB00F243FB /* qos.c in Sources */,
1509 E41505DE1E818BEB00F243FB /* pthread_cwd.c in Sources */,
1510 E41505DF1E818BEB00F243FB /* pthread_atfork.c in Sources */,
1511 E41505E01E818BEB00F243FB /* pthread_asm.s in Sources */,
1512 );
1513 runOnlyForDeploymentPostprocessing = 0;
1514 };
1515 E4F4498D1E82C1F000A7FB9A /* Sources */ = {
1516 isa = PBXSourcesBuildPhase;
1517 buildActionMask = 2147483647;
1518 files = (
1519 E4F4498E1E82C1F000A7FB9A /* resolver.c in Sources */,
1520 E4F4498F1E82C1F000A7FB9A /* pthread.c in Sources */,
1521 E4F449901E82C1F000A7FB9A /* pthread_cancelable.c in Sources */,
1522 E4F449911E82C1F000A7FB9A /* pthread_cancelable_cancel.c in Sources */,
1523 E4F449921E82C1F000A7FB9A /* pthread_cond.c in Sources */,
1524 E4F449931E82C1F000A7FB9A /* pthread_mutex.c in Sources */,
1525 E4F449941E82C1F000A7FB9A /* pthread_rwlock.c in Sources */,
1526 E4F449951E82C1F000A7FB9A /* pthread_support.c in Sources */,
1527 E4F449961E82C1F000A7FB9A /* pthread_tsd.c in Sources */,
1528 E4F449971E82C1F000A7FB9A /* thread_setup.c in Sources */,
1529 E4F449981E82C1F000A7FB9A /* qos.c in Sources */,
1530 E4F449991E82C1F000A7FB9A /* pthread_cwd.c in Sources */,
1531 E4F4499A1E82C1F000A7FB9A /* pthread_atfork.c in Sources */,
1532 E4F4499B1E82C1F000A7FB9A /* pthread_asm.s in Sources */,
1533 );
1534 runOnlyForDeploymentPostprocessing = 0;
1535 };
1536 E4F449A91E82D03500A7FB9A /* Sources */ = {
1537 isa = PBXSourcesBuildPhase;
1538 buildActionMask = 2147483647;
1539 files = (
1540 E4F449AA1E82D03500A7FB9A /* resolver.c in Sources */,
1541 E4F449AB1E82D03500A7FB9A /* pthread.c in Sources */,
1542 E4F449AC1E82D03500A7FB9A /* pthread_cancelable.c in Sources */,
1543 E4F449AD1E82D03500A7FB9A /* pthread_cond.c in Sources */,
1544 E4F449AE1E82D03500A7FB9A /* pthread_mutex.c in Sources */,
1545 E4F449AF1E82D03500A7FB9A /* qos.c in Sources */,
1546 E4F449B01E82D03500A7FB9A /* pthread_rwlock.c in Sources */,
1547 E4F449B11E82D03500A7FB9A /* pthread_cwd.c in Sources */,
1548 E4F449B21E82D03500A7FB9A /* pthread_tsd.c in Sources */,
1549 E4F449B31E82D03500A7FB9A /* pthread_cancelable_cancel.c in Sources */,
1550 E4F449B41E82D03500A7FB9A /* pthread_cancelable_legacy.c in Sources */,
1551 E4F449B51E82D03500A7FB9A /* pthread_cond_legacy.c in Sources */,
1552 E4F449B61E82D03500A7FB9A /* pthread_mutex_legacy.c in Sources */,
1553 E4F449B71E82D03500A7FB9A /* pthread_rwlock_legacy.c in Sources */,
1554 E4F449B81E82D03500A7FB9A /* pthread_support.c in Sources */,
1555 E4F449B91E82D03500A7FB9A /* thread_setup.c in Sources */,
1556 E4F449BA1E82D03500A7FB9A /* pthread_atfork.c in Sources */,
1557 E4F449BB1E82D03500A7FB9A /* pthread_asm.s in Sources */,
1558 );
1559 runOnlyForDeploymentPostprocessing = 0;
1560 };
1561 /* End PBXSourcesBuildPhase section */
1562
1563 /* Begin PBXTargetDependency section */
1564 6E8C16821B14F11800C8987C /* PBXTargetDependency */ = {
1565 isa = PBXTargetDependency;
1566 target = 6E8C16511B14F08A00C8987C /* libsystem_pthread introspection */;
1567 targetProxy = 6E8C16811B14F11800C8987C /* PBXContainerItemProxy */;
1568 };
1569 6E8C16841B14F11B00C8987C /* PBXTargetDependency */ = {
1570 isa = PBXTargetDependency;
1571 target = 6E8C16511B14F08A00C8987C /* libsystem_pthread introspection */;
1572 targetProxy = 6E8C16831B14F11B00C8987C /* PBXContainerItemProxy */;
1573 };
1574 74E594AB1613AD7F006C417B /* PBXTargetDependency */ = {
1575 isa = PBXTargetDependency;
1576 target = 74E594911613AAF4006C417B /* libpthread eOS */;
1577 targetProxy = 74E594AA1613AD7F006C417B /* PBXContainerItemProxy */;
1578 };
1579 925383BB1BD01EED00F745DB /* PBXTargetDependency */ = {
1580 isa = PBXTargetDependency;
1581 target = 92B275F01BCE4C5E007D06D7 /* darwintests */;
1582 targetProxy = 925383BA1BD01EED00F745DB /* PBXContainerItemProxy */;
1583 };
1584 C04545BC1C58510F006A53B3 /* PBXTargetDependency */ = {
1585 isa = PBXTargetDependency;
1586 target = C04545A21C584F4A006A53B3 /* libpthread generic */;
1587 targetProxy = C04545BB1C58510F006A53B3 /* PBXContainerItemProxy */;
1588 };
1589 C04545BE1C585487006A53B3 /* PBXTargetDependency */ = {
1590 isa = PBXTargetDependency;
1591 target = C04545A21C584F4A006A53B3 /* libpthread generic */;
1592 targetProxy = C04545BD1C585487006A53B3 /* PBXContainerItemProxy */;
1593 };
1594 C90E7AB015DC3D3D00A06D48 /* PBXTargetDependency */ = {
1595 isa = PBXTargetDependency;
1596 target = C9A325E115B7347000270056 /* libsystem_pthread */;
1597 targetProxy = C90E7AAF15DC3D3D00A06D48 /* PBXContainerItemProxy */;
1598 };
1599 C90E7AB215DC3D3D00A06D48 /* PBXTargetDependency */ = {
1600 isa = PBXTargetDependency;
1601 target = C90E7A9E15DC3C3800A06D48 /* libpthread dyld */;
1602 targetProxy = C90E7AB115DC3D3D00A06D48 /* PBXContainerItemProxy */;
1603 };
1604 C91D01B9162893070002E29A /* PBXTargetDependency */ = {
1605 isa = PBXTargetDependency;
1606 target = C9CA27D81602813000259F78 /* pthread kext */;
1607 targetProxy = C91D01B8162893070002E29A /* PBXContainerItemProxy */;
1608 };
1609 C91D01BC162CA80F0002E29A /* PBXTargetDependency */ = {
1610 isa = PBXTargetDependency;
1611 target = C9CA27D81602813000259F78 /* pthread kext */;
1612 targetProxy = C91D01BB162CA80F0002E29A /* PBXContainerItemProxy */;
1613 };
1614 C98832C615DEB44B00B3308E /* PBXTargetDependency */ = {
1615 isa = PBXTargetDependency;
1616 target = C9A325E115B7347000270056 /* libsystem_pthread */;
1617 targetProxy = C98832C515DEB44B00B3308E /* PBXContainerItemProxy */;
1618 };
1619 C98832C815DEB44B00B3308E /* PBXTargetDependency */ = {
1620 isa = PBXTargetDependency;
1621 target = C90E7A9E15DC3C3800A06D48 /* libpthread dyld */;
1622 targetProxy = C98832C715DEB44B00B3308E /* PBXContainerItemProxy */;
1623 };
1624 E4F4498B1E825D2B00A7FB9A /* PBXTargetDependency */ = {
1625 isa = PBXTargetDependency;
1626 target = E41505D01E818BEB00F243FB /* libpthread mp resolved */;
1627 targetProxy = E4F4498A1E825D2B00A7FB9A /* PBXContainerItemProxy */;
1628 };
1629 E4F449A21E82C5A400A7FB9A /* PBXTargetDependency */ = {
1630 isa = PBXTargetDependency;
1631 target = E4F4498C1E82C1F000A7FB9A /* libpthread alt resolved */;
1632 targetProxy = E4F449A11E82C5A400A7FB9A /* PBXContainerItemProxy */;
1633 };
1634 /* End PBXTargetDependency section */
1635
1636 /* Begin XCBuildConfiguration section */
1637 6E8C167E1B14F08A00C8987C /* Release */ = {
1638 isa = XCBuildConfiguration;
1639 baseConfigurationReference = 6E8C16851B14F14000C8987C /* pthread_introspection.xcconfig */;
1640 buildSettings = {
1641 };
1642 name = Release;
1643 };
1644 74E594A31613AAF4006C417B /* Release */ = {
1645 isa = XCBuildConfiguration;
1646 baseConfigurationReference = C99EA612161F8288003EBC56 /* eos.xcconfig */;
1647 buildSettings = {
1648 };
1649 name = Release;
1650 };
1651 9235CA491CA48CEA0015C92B /* Debug */ = {
1652 isa = XCBuildConfiguration;
1653 buildSettings = {
1654 PRODUCT_NAME = "$(TARGET_NAME)";
1655 };
1656 name = Debug;
1657 };
1658 9235CA4A1CA48CEA0015C92B /* Debug */ = {
1659 isa = XCBuildConfiguration;
1660 buildSettings = {
1661 };
1662 name = Debug;
1663 };
1664 9235CA4B1CA48CEA0015C92B /* Debug */ = {
1665 isa = XCBuildConfiguration;
1666 buildSettings = {
1667 };
1668 name = Debug;
1669 };
1670 9235CA4C1CA48CEA0015C92B /* Debug */ = {
1671 isa = XCBuildConfiguration;
1672 buildSettings = {
1673 };
1674 name = Debug;
1675 };
1676 9235CA4D1CA48CEA0015C92B /* Debug */ = {
1677 isa = XCBuildConfiguration;
1678 buildSettings = {
1679 SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos";
1680 };
1681 name = Debug;
1682 };
1683 9235CA4E1CA48CEA0015C92B /* Debug */ = {
1684 isa = XCBuildConfiguration;
1685 baseConfigurationReference = 6E8C16851B14F14000C8987C /* pthread_introspection.xcconfig */;
1686 buildSettings = {
1687 };
1688 name = Debug;
1689 };
1690 9235CA4F1CA48CEA0015C92B /* Debug */ = {
1691 isa = XCBuildConfiguration;
1692 baseConfigurationReference = E4F449A31E82CF0100A7FB9A /* resolver.xcconfig */;
1693 buildSettings = {
1694 };
1695 name = Debug;
1696 };
1697 9235CA501CA48CEA0015C92B /* Debug */ = {
1698 isa = XCBuildConfiguration;
1699 baseConfigurationReference = C04545B91C584F8B006A53B3 /* static.xcconfig */;
1700 buildSettings = {
1701 };
1702 name = Debug;
1703 };
1704 9235CA511CA48CEA0015C92B /* Debug */ = {
1705 isa = XCBuildConfiguration;
1706 baseConfigurationReference = C04545B91C584F8B006A53B3 /* static.xcconfig */;
1707 buildSettings = {
1708 BUILD_VARIANTS = normal;
1709 GCC_PREPROCESSOR_DEFINITIONS = (
1710 "$(inherited)",
1711 "VARIANT_DYLD=1",
1712 );
1713 INSTALL_PATH = /usr/local/lib/dyld;
1714 PRODUCT_NAME = pthread_dyld;
1715 };
1716 name = Debug;
1717 };
1718 9235CA521CA48CEA0015C92B /* Debug */ = {
1719 isa = XCBuildConfiguration;
1720 baseConfigurationReference = C99EA612161F8288003EBC56 /* eos.xcconfig */;
1721 buildSettings = {
1722 };
1723 name = Debug;
1724 };
1725 9235CA531CA48CEA0015C92B /* Debug */ = {
1726 isa = XCBuildConfiguration;
1727 baseConfigurationReference = 9235CA551CA48D010015C92B /* kext_development.xcconfig */;
1728 buildSettings = {
1729 };
1730 name = Debug;
1731 };
1732 9235CA541CA48CEA0015C92B /* Debug */ = {
1733 isa = XCBuildConfiguration;
1734 buildSettings = {
1735 SDKROOT = macosx.internal;
1736 SUPPORTED_PLATFORMS = "iphoneos macosx watchos appletvos";
1737 };
1738 name = Debug;
1739 };
1740 92799B461B96A5FE00861404 /* Release */ = {
1741 isa = XCBuildConfiguration;
1742 buildSettings = {
1743 SUPPORTED_PLATFORMS = "macosx iphoneos appletvos watchos";
1744 };
1745 name = Release;
1746 };
1747 92B275F21BCE4C5E007D06D7 /* Release */ = {
1748 isa = XCBuildConfiguration;
1749 buildSettings = {
1750 SDKROOT = macosx.internal;
1751 SUPPORTED_PLATFORMS = "iphoneos macosx watchos appletvos";
1752 };
1753 name = Release;
1754 };
1755 C04545B61C584F4A006A53B3 /* Release */ = {
1756 isa = XCBuildConfiguration;
1757 baseConfigurationReference = C04545B91C584F8B006A53B3 /* static.xcconfig */;
1758 buildSettings = {
1759 };
1760 name = Release;
1761 };
1762 C90E7AA015DC3C3800A06D48 /* Release */ = {
1763 isa = XCBuildConfiguration;
1764 baseConfigurationReference = C04545B91C584F8B006A53B3 /* static.xcconfig */;
1765 buildSettings = {
1766 BUILD_VARIANTS = normal;
1767 GCC_PREPROCESSOR_DEFINITIONS = (
1768 "$(inherited)",
1769 "VARIANT_DYLD=1",
1770 );
1771 INSTALL_PATH = /usr/local/lib/dyld;
1772 PRODUCT_NAME = pthread_dyld;
1773 };
1774 name = Release;
1775 };
1776 C90E7AAE15DC3D3300A06D48 /* Release */ = {
1777 isa = XCBuildConfiguration;
1778 buildSettings = {
1779 };
1780 name = Release;
1781 };
1782 C91D01B7162892FF0002E29A /* Release */ = {
1783 isa = XCBuildConfiguration;
1784 buildSettings = {
1785 };
1786 name = Release;
1787 };
1788 C98832C215DEB44000B3308E /* Release */ = {
1789 isa = XCBuildConfiguration;
1790 buildSettings = {
1791 };
1792 name = Release;
1793 };
1794 C9A325E515B7347000270056 /* Release */ = {
1795 isa = XCBuildConfiguration;
1796 buildSettings = {
1797 PRODUCT_NAME = "$(TARGET_NAME)";
1798 };
1799 name = Release;
1800 };
1801 C9A325E815B7347000270056 /* Release */ = {
1802 isa = XCBuildConfiguration;
1803 baseConfigurationReference = E4F449A31E82CF0100A7FB9A /* resolver.xcconfig */;
1804 buildSettings = {
1805 };
1806 name = Release;
1807 };
1808 C9CA27E61602813000259F78 /* Release */ = {
1809 isa = XCBuildConfiguration;
1810 baseConfigurationReference = C91D01BA162893CD0002E29A /* kext.xcconfig */;
1811 buildSettings = {
1812 };
1813 name = Release;
1814 };
1815 E41505E51E818BEB00F243FB /* Release */ = {
1816 isa = XCBuildConfiguration;
1817 baseConfigurationReference = E41505E81E818D4D00F243FB /* resolved.xcconfig */;
1818 buildSettings = {
1819 RESOLVED_VARIANT = mp;
1820 };
1821 name = Release;
1822 };
1823 E41505E61E818BEB00F243FB /* Debug */ = {
1824 isa = XCBuildConfiguration;
1825 baseConfigurationReference = E41505E81E818D4D00F243FB /* resolved.xcconfig */;
1826 buildSettings = {
1827 RESOLVED_VARIANT = mp;
1828 };
1829 name = Debug;
1830 };
1831 E4F4499E1E82C1F000A7FB9A /* Release */ = {
1832 isa = XCBuildConfiguration;
1833 baseConfigurationReference = E41505E81E818D4D00F243FB /* resolved.xcconfig */;
1834 buildSettings = {
1835 RESOLVED_VARIANT = alt;
1836 };
1837 name = Release;
1838 };
1839 E4F4499F1E82C1F000A7FB9A /* Debug */ = {
1840 isa = XCBuildConfiguration;
1841 baseConfigurationReference = E41505E81E818D4D00F243FB /* resolved.xcconfig */;
1842 buildSettings = {
1843 RESOLVED_VARIANT = alt;
1844 };
1845 name = Debug;
1846 };
1847 E4F449D21E82D03500A7FB9A /* Release */ = {
1848 isa = XCBuildConfiguration;
1849 baseConfigurationReference = C9A3260C15B759B600270056 /* pthread.xcconfig */;
1850 buildSettings = {
1851 WARNING_CFLAGS = (
1852 "-Weverything",
1853 "$(inherited)",
1854 );
1855 };
1856 name = Release;
1857 };
1858 E4F449D31E82D03500A7FB9A /* Debug */ = {
1859 isa = XCBuildConfiguration;
1860 baseConfigurationReference = C9A3260C15B759B600270056 /* pthread.xcconfig */;
1861 buildSettings = {
1862 ONLY_ACTIVE_ARCH = YES;
1863 WARNING_CFLAGS = (
1864 "-Weverything",
1865 "$(inherited)",
1866 );
1867 };
1868 name = Debug;
1869 };
1870 /* End XCBuildConfiguration section */
1871
1872 /* Begin XCConfigurationList section */
1873 6E8C167D1B14F08A00C8987C /* Build configuration list for PBXNativeTarget "libsystem_pthread introspection" */ = {
1874 isa = XCConfigurationList;
1875 buildConfigurations = (
1876 6E8C167E1B14F08A00C8987C /* Release */,
1877 9235CA4E1CA48CEA0015C92B /* Debug */,
1878 );
1879 defaultConfigurationIsVisible = 0;
1880 defaultConfigurationName = Release;
1881 };
1882 74E594A21613AAF4006C417B /* Build configuration list for PBXNativeTarget "libpthread eOS" */ = {
1883 isa = XCConfigurationList;
1884 buildConfigurations = (
1885 74E594A31613AAF4006C417B /* Release */,
1886 9235CA521CA48CEA0015C92B /* Debug */,
1887 );
1888 defaultConfigurationIsVisible = 0;
1889 defaultConfigurationName = Release;
1890 };
1891 92799B451B96A5FE00861404 /* Build configuration list for PBXAggregateTarget "Tests" */ = {
1892 isa = XCConfigurationList;
1893 buildConfigurations = (
1894 92799B461B96A5FE00861404 /* Release */,
1895 9235CA4D1CA48CEA0015C92B /* Debug */,
1896 );
1897 defaultConfigurationIsVisible = 0;
1898 defaultConfigurationName = Release;
1899 };
1900 92B275F11BCE4C5E007D06D7 /* Build configuration list for PBXLegacyTarget "darwintests" */ = {
1901 isa = XCConfigurationList;
1902 buildConfigurations = (
1903 92B275F21BCE4C5E007D06D7 /* Release */,
1904 9235CA541CA48CEA0015C92B /* Debug */,
1905 );
1906 defaultConfigurationIsVisible = 0;
1907 defaultConfigurationName = Release;
1908 };
1909 C04545B51C584F4A006A53B3 /* Build configuration list for PBXNativeTarget "libpthread generic" */ = {
1910 isa = XCConfigurationList;
1911 buildConfigurations = (
1912 C04545B61C584F4A006A53B3 /* Release */,
1913 9235CA501CA48CEA0015C92B /* Debug */,
1914 );
1915 defaultConfigurationIsVisible = 0;
1916 defaultConfigurationName = Release;
1917 };
1918 C90E7AA115DC3C3800A06D48 /* Build configuration list for PBXNativeTarget "libpthread dyld" */ = {
1919 isa = XCConfigurationList;
1920 buildConfigurations = (
1921 C90E7AA015DC3C3800A06D48 /* Release */,
1922 9235CA511CA48CEA0015C92B /* Debug */,
1923 );
1924 defaultConfigurationIsVisible = 0;
1925 defaultConfigurationName = Release;
1926 };
1927 C90E7AAD15DC3D3300A06D48 /* Build configuration list for PBXAggregateTarget "All" */ = {
1928 isa = XCConfigurationList;
1929 buildConfigurations = (
1930 C90E7AAE15DC3D3300A06D48 /* Release */,
1931 9235CA4A1CA48CEA0015C92B /* Debug */,
1932 );
1933 defaultConfigurationIsVisible = 0;
1934 defaultConfigurationName = Release;
1935 };
1936 C91D01B6162892FF0002E29A /* Build configuration list for PBXAggregateTarget "Kext" */ = {
1937 isa = XCConfigurationList;
1938 buildConfigurations = (
1939 C91D01B7162892FF0002E29A /* Release */,
1940 9235CA4B1CA48CEA0015C92B /* Debug */,
1941 );
1942 defaultConfigurationIsVisible = 0;
1943 defaultConfigurationName = Release;
1944 };
1945 C98832C315DEB44000B3308E /* Build configuration list for PBXAggregateTarget "Embedded" */ = {
1946 isa = XCConfigurationList;
1947 buildConfigurations = (
1948 C98832C215DEB44000B3308E /* Release */,
1949 9235CA4C1CA48CEA0015C92B /* Debug */,
1950 );
1951 defaultConfigurationIsVisible = 0;
1952 defaultConfigurationName = Release;
1953 };
1954 C9A325DC15B7347000270056 /* Build configuration list for PBXProject "libpthread" */ = {
1955 isa = XCConfigurationList;
1956 buildConfigurations = (
1957 C9A325E515B7347000270056 /* Release */,
1958 9235CA491CA48CEA0015C92B /* Debug */,
1959 );
1960 defaultConfigurationIsVisible = 0;
1961 defaultConfigurationName = Release;
1962 };
1963 C9A325E615B7347000270056 /* Build configuration list for PBXNativeTarget "libsystem_pthread" */ = {
1964 isa = XCConfigurationList;
1965 buildConfigurations = (
1966 C9A325E815B7347000270056 /* Release */,
1967 9235CA4F1CA48CEA0015C92B /* Debug */,
1968 );
1969 defaultConfigurationIsVisible = 0;
1970 defaultConfigurationName = Release;
1971 };
1972 C9CA27E71602813000259F78 /* Build configuration list for PBXNativeTarget "pthread kext" */ = {
1973 isa = XCConfigurationList;
1974 buildConfigurations = (
1975 C9CA27E61602813000259F78 /* Release */,
1976 9235CA531CA48CEA0015C92B /* Debug */,
1977 );
1978 defaultConfigurationIsVisible = 0;
1979 defaultConfigurationName = Release;
1980 };
1981 E41505E41E818BEB00F243FB /* Build configuration list for PBXNativeTarget "libpthread mp resolved" */ = {
1982 isa = XCConfigurationList;
1983 buildConfigurations = (
1984 E41505E51E818BEB00F243FB /* Release */,
1985 E41505E61E818BEB00F243FB /* Debug */,
1986 );
1987 defaultConfigurationIsVisible = 0;
1988 defaultConfigurationName = Release;
1989 };
1990 E4F4499D1E82C1F000A7FB9A /* Build configuration list for PBXNativeTarget "libpthread alt resolved" */ = {
1991 isa = XCConfigurationList;
1992 buildConfigurations = (
1993 E4F4499E1E82C1F000A7FB9A /* Release */,
1994 E4F4499F1E82C1F000A7FB9A /* Debug */,
1995 );
1996 defaultConfigurationIsVisible = 0;
1997 defaultConfigurationName = Release;
1998 };
1999 E4F449D11E82D03500A7FB9A /* Build configuration list for PBXNativeTarget "libsystem_pthread noresolver" */ = {
2000 isa = XCConfigurationList;
2001 buildConfigurations = (
2002 E4F449D21E82D03500A7FB9A /* Release */,
2003 E4F449D31E82D03500A7FB9A /* Debug */,
2004 );
2005 defaultConfigurationIsVisible = 0;
2006 defaultConfigurationName = Release;
2007 };
2008 /* End XCConfigurationList section */
2009 };
2010 rootObject = C9A325D915B7347000270056 /* Project object */;
2011 }