]> git.saurik.com Git - apple/libpthread.git/blob - libpthread.xcodeproj/project.pbxproj
libpthread-105.1.4.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 C90E7AAC15DC3D3300A06D48 /* All */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = C90E7AAD15DC3D3300A06D48 /* Build configuration list for PBXAggregateTarget "All" */;
13 buildPhases = (
14 );
15 dependencies = (
16 C90E7AB015DC3D3D00A06D48 /* PBXTargetDependency */,
17 C90E7AB215DC3D3D00A06D48 /* PBXTargetDependency */,
18 );
19 name = All;
20 productName = All;
21 };
22 C91D01B5162892FF0002E29A /* Kext */ = {
23 isa = PBXAggregateTarget;
24 buildConfigurationList = C91D01B6162892FF0002E29A /* Build configuration list for PBXAggregateTarget "Kext" */;
25 buildPhases = (
26 );
27 dependencies = (
28 C91D01B9162893070002E29A /* PBXTargetDependency */,
29 );
30 name = Kext;
31 productName = Kext;
32 };
33 C98832C115DEB44000B3308E /* Embedded */ = {
34 isa = PBXAggregateTarget;
35 buildConfigurationList = C98832C315DEB44000B3308E /* Build configuration list for PBXAggregateTarget "Embedded" */;
36 buildPhases = (
37 );
38 dependencies = (
39 C98832C615DEB44B00B3308E /* PBXTargetDependency */,
40 C98832C815DEB44B00B3308E /* PBXTargetDependency */,
41 74E594AB1613AD7F006C417B /* PBXTargetDependency */,
42 C91D01BC162CA80F0002E29A /* PBXTargetDependency */,
43 );
44 name = Embedded;
45 productName = Embedded;
46 };
47 /* End PBXAggregateTarget section */
48
49 /* Begin PBXBuildFile section */
50 74E594931613AAF4006C417B /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
51 74E594941613AAF4006C417B /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
52 74E594951613AAF4006C417B /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
53 74E594961613AAF4006C417B /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
54 74E594971613AAF4006C417B /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
55 74E594981613AAF4006C417B /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
56 74E594991613AAF4006C417B /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
57 74E5949A1613AAF4006C417B /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
58 74E5949C1613AAF4006C417B /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
59 74E5949E1613AAF4006C417B /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
60 74E594A61613AB10006C417B /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
61 C90E7AA415DC3C9D00A06D48 /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
62 C90E7AA515DC3C9D00A06D48 /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
63 C90E7AA615DC3C9D00A06D48 /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
64 C90E7AA715DC3C9D00A06D48 /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
65 C90E7AA815DC3C9D00A06D48 /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
66 C90E7AA915DC3C9D00A06D48 /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
67 C90E7AAA15DC3C9D00A06D48 /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
68 C90E7AAB15DC3C9D00A06D48 /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
69 C90E7AB815DC40D900A06D48 /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
70 C90E7AB915DC40D900A06D48 /* pthread_atfork.c in Sources */ = {isa = PBXBuildFile; fileRef = C90E7AB415DC40D900A06D48 /* pthread_atfork.c */; };
71 C9153096167ACC2B006BB094 /* private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9153095167ACC22006BB094 /* private.h */; settings = {ATTRIBUTES = (Private, ); }; };
72 C9169DDE1603DE84005A2F8C /* kern_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDC1603DE84005A2F8C /* kern_support.c */; };
73 C9169DE01603DF9B005A2F8C /* kern_init.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDF1603DF9B005A2F8C /* kern_init.c */; };
74 C9244C1B185FD33000075748 /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = C9244C1A185FCFED00075748 /* qos.h */; settings = {ATTRIBUTES = (Public, ); }; };
75 C9244C1D1860D8EF00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
76 C9244C1E1860D96D00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
77 C9244C1F1860D96E00075748 /* qos.c in Sources */ = {isa = PBXBuildFile; fileRef = C9244C1C1860D8EF00075748 /* qos.c */; };
78 C948FCF715D1D1E100180BF5 /* thread_setup.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FC15B7513200270056 /* thread_setup.c */; };
79 C975D5D715C9CECA0098ECD8 /* pthread_cond_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */; };
80 C975D5D915C9CEEA0098ECD8 /* pthread_mutex_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */; };
81 C975D5DB15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */; };
82 C975D5DD15C9D16B0098ECD8 /* pthread_support.c in Sources */ = {isa = PBXBuildFile; fileRef = C975D5DC15C9D16B0098ECD8 /* pthread_support.c */; };
83 C98C95D918FF1F4E005654FB /* spawn.h in Headers */ = {isa = PBXBuildFile; fileRef = C98C95D818FF1F4E005654FB /* spawn.h */; settings = {ATTRIBUTES = (Public, ); }; };
84 C99AD87B15DEC4BC0009A6F8 /* posix_sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F015B7513200270056 /* posix_sched.h */; settings = {ATTRIBUTES = (Private, ); }; };
85 C99AD87C15DEC5290009A6F8 /* spinlock_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F715B7513200270056 /* spinlock_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
86 C99AD87F15DF04D10009A6F8 /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
87 C99AD88015E2D8B50009A6F8 /* pthread_asm.s in Sources */ = {isa = PBXBuildFile; fileRef = C99AD87D15DF04D10009A6F8 /* pthread_asm.s */; };
88 C9A1BF4715C9A578006BB313 /* pthread.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325FA15B7513200270056 /* pthread.c */; };
89 C9A1BF4815C9A578006BB313 /* pthread_cancelable.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F115B7513200270056 /* pthread_cancelable.c */; };
90 C9A1BF4915C9A578006BB313 /* pthread_cond.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F215B7513200270056 /* pthread_cond.c */; };
91 C9A1BF4A15C9A578006BB313 /* pthread_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F515B7513200270056 /* pthread_mutex.c */; };
92 C9A1BF4B15C9A578006BB313 /* pthread_rwlock.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F615B7513200270056 /* pthread_rwlock.c */; };
93 C9A1BF4C15C9A578006BB313 /* pthread_tsd.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A325F815B7513200270056 /* pthread_tsd.c */; };
94 C9A1BF4D15C9A58E006BB313 /* pthread.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FE15B7513700270056 /* pthread.h */; settings = {ATTRIBUTES = (Public, ); }; };
95 C9A1BF4E15C9A594006BB313 /* pthread_impl.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325FF15B7513700270056 /* pthread_impl.h */; settings = {ATTRIBUTES = (Public, ); }; };
96 C9A1BF4F15C9A598006BB313 /* pthread_spis.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260015B7513700270056 /* pthread_spis.h */; settings = {ATTRIBUTES = (Public, ); }; };
97 C9A1BF5015C9A59B006BB313 /* sched.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A3260115B7513700270056 /* sched.h */; settings = {ATTRIBUTES = (Public, ); }; };
98 C9A1BF5315C9A9F5006BB313 /* pthread_cancelable_cancel.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */; };
99 C9A1BF5515C9CB9D006BB313 /* pthread_cancelable_legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */; };
100 C9A960B0183EB42700AE10C8 /* kern_policy.c in Sources */ = {isa = PBXBuildFile; fileRef = C9A960AF183EB42700AE10C8 /* kern_policy.c */; };
101 C9BB478B15E6ABD900F135B7 /* workqueue_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F915B7513200270056 /* workqueue_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
102 C9BB478D15E6ADF700F135B7 /* tsd_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C9A325F415B7513200270056 /* tsd_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
103 C9CCFB9D18B6D0910060CAAE /* qos_private.h in Headers */ = {isa = PBXBuildFile; fileRef = C99B17DA189C2E1B00991D38 /* qos_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
104 C9D75E4216127B3900C2FB26 /* kern_synch.c in Sources */ = {isa = PBXBuildFile; fileRef = C9169DDB1603DE84005A2F8C /* kern_synch.c */; };
105 E4063CF31906B75A000202F9 /* qos.h in Headers */ = {isa = PBXBuildFile; fileRef = E4063CF21906B4FB000202F9 /* qos.h */; settings = {ATTRIBUTES = (Private, ); }; };
106 E4657D4117284F7B007D1847 /* introspection_private.h in Headers */ = {isa = PBXBuildFile; fileRef = E4657D4017284F7B007D1847 /* introspection_private.h */; settings = {ATTRIBUTES = (Private, ); }; };
107 FC4DBBB316DEA8DA00503E47 /* plockstat.d in Sources */ = {isa = PBXBuildFile; fileRef = C9A325EF15B7513200270056 /* plockstat.d */; };
108 /* End PBXBuildFile section */
109
110 /* Begin PBXContainerItemProxy section */
111 74E594AA1613AD7F006C417B /* PBXContainerItemProxy */ = {
112 isa = PBXContainerItemProxy;
113 containerPortal = C9A325D915B7347000270056 /* Project object */;
114 proxyType = 1;
115 remoteGlobalIDString = 74E594911613AAF4006C417B;
116 remoteInfo = "libpthread.a eOS";
117 };
118 C90E7AAF15DC3D3D00A06D48 /* PBXContainerItemProxy */ = {
119 isa = PBXContainerItemProxy;
120 containerPortal = C9A325D915B7347000270056 /* Project object */;
121 proxyType = 1;
122 remoteGlobalIDString = C9A325E115B7347000270056;
123 remoteInfo = Libpthread;
124 };
125 C90E7AB115DC3D3D00A06D48 /* PBXContainerItemProxy */ = {
126 isa = PBXContainerItemProxy;
127 containerPortal = C9A325D915B7347000270056 /* Project object */;
128 proxyType = 1;
129 remoteGlobalIDString = C90E7A9E15DC3C3800A06D48;
130 remoteInfo = libpthread.a;
131 };
132 C91D01B8162893070002E29A /* PBXContainerItemProxy */ = {
133 isa = PBXContainerItemProxy;
134 containerPortal = C9A325D915B7347000270056 /* Project object */;
135 proxyType = 1;
136 remoteGlobalIDString = C9CA27D81602813000259F78;
137 remoteInfo = pthread;
138 };
139 C91D01BB162CA80F0002E29A /* PBXContainerItemProxy */ = {
140 isa = PBXContainerItemProxy;
141 containerPortal = C9A325D915B7347000270056 /* Project object */;
142 proxyType = 1;
143 remoteGlobalIDString = C9CA27D81602813000259F78;
144 remoteInfo = pthread;
145 };
146 C98832C515DEB44B00B3308E /* PBXContainerItemProxy */ = {
147 isa = PBXContainerItemProxy;
148 containerPortal = C9A325D915B7347000270056 /* Project object */;
149 proxyType = 1;
150 remoteGlobalIDString = C9A325E115B7347000270056;
151 remoteInfo = libsystem_pthread.dylib;
152 };
153 C98832C715DEB44B00B3308E /* PBXContainerItemProxy */ = {
154 isa = PBXContainerItemProxy;
155 containerPortal = C9A325D915B7347000270056 /* Project object */;
156 proxyType = 1;
157 remoteGlobalIDString = C90E7A9E15DC3C3800A06D48;
158 remoteInfo = libpthread.a;
159 };
160 /* End PBXContainerItemProxy section */
161
162 /* Begin PBXFileReference section */
163 74E594A41613AAF4006C417B /* libpthread_eOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread_eOS.a; sourceTree = BUILT_PRODUCTS_DIR; };
164 A98FE72D19479F7C007718DA /* qos_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos_private.h; sourceTree = "<group>"; };
165 C90E7A9F15DC3C3800A06D48 /* libpthread.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpthread.a; sourceTree = BUILT_PRODUCTS_DIR; };
166 C90E7AB415DC40D900A06D48 /* pthread_atfork.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_atfork.c; sourceTree = "<group>"; };
167 C9153094167ACAB8006BB094 /* install-symlinks.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-symlinks.sh"; sourceTree = "<group>"; };
168 C9153095167ACC22006BB094 /* private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = private.h; sourceTree = "<group>"; };
169 C9169DDB1603DE84005A2F8C /* kern_synch.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_synch.c; sourceTree = "<group>"; };
170 C9169DDC1603DE84005A2F8C /* kern_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_support.c; sourceTree = "<group>"; };
171 C9169DDF1603DF9B005A2F8C /* kern_init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_init.c; sourceTree = "<group>"; };
172 C91D01BA162893CD0002E29A /* kext.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = kext.xcconfig; sourceTree = "<group>"; };
173 C9244C1A185FCFED00075748 /* qos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
174 C9244C1C1860D8EF00075748 /* qos.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = qos.c; sourceTree = "<group>"; };
175 C948FCC115D187FA00180BF5 /* pthread_atfork.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_atfork.3; sourceTree = "<group>"; };
176 C948FCC215D187FA00180BF5 /* pthread_attr_init_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_init_destroy.3; sourceTree = "<group>"; };
177 C948FCC315D187FA00180BF5 /* pthread_attr_set_getdetachstate.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getdetachstate.3; sourceTree = "<group>"; };
178 C948FCC415D187FA00180BF5 /* pthread_attr_set_getinheritsched.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getinheritsched.3; sourceTree = "<group>"; };
179 C948FCC515D187FA00180BF5 /* pthread_attr_set_getschedparam.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getschedparam.3; sourceTree = "<group>"; };
180 C948FCC615D187FA00180BF5 /* pthread_attr_set_getschedpolicy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getschedpolicy.3; sourceTree = "<group>"; };
181 C948FCC715D187FA00180BF5 /* pthread_attr_set_getscope.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getscope.3; sourceTree = "<group>"; };
182 C948FCC815D187FA00180BF5 /* pthread_attr_set_getstackaddr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getstackaddr.3; sourceTree = "<group>"; };
183 C948FCC915D187FA00180BF5 /* pthread_attr_set_getstacksize.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr_set_getstacksize.3; sourceTree = "<group>"; };
184 C948FCCA15D187FA00180BF5 /* pthread_attr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_attr.3; sourceTree = "<group>"; };
185 C948FCCB15D187FA00180BF5 /* pthread_cancel.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cancel.3; sourceTree = "<group>"; };
186 C948FCCC15D187FA00180BF5 /* pthread_cleanup_pop.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cleanup_pop.3; sourceTree = "<group>"; };
187 C948FCCD15D187FA00180BF5 /* pthread_cleanup_push.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cleanup_push.3; sourceTree = "<group>"; };
188 C948FCCE15D187FA00180BF5 /* pthread_cond_broadcast.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_broadcast.3; sourceTree = "<group>"; };
189 C948FCCF15D187FA00180BF5 /* pthread_cond_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_destroy.3; sourceTree = "<group>"; };
190 C948FCD015D187FA00180BF5 /* pthread_cond_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_init.3; sourceTree = "<group>"; };
191 C948FCD115D187FA00180BF5 /* pthread_cond_signal.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_signal.3; sourceTree = "<group>"; };
192 C948FCD215D187FA00180BF5 /* pthread_cond_timedwait.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_timedwait.3; sourceTree = "<group>"; };
193 C948FCD315D187FA00180BF5 /* pthread_cond_wait.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_cond_wait.3; sourceTree = "<group>"; };
194 C948FCD415D187FA00180BF5 /* pthread_condattr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_condattr.3; sourceTree = "<group>"; };
195 C948FCD515D187FA00180BF5 /* pthread_create.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_create.3; sourceTree = "<group>"; };
196 C948FCD615D187FA00180BF5 /* pthread_detach.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_detach.3; sourceTree = "<group>"; };
197 C948FCD715D187FA00180BF5 /* pthread_equal.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_equal.3; sourceTree = "<group>"; };
198 C948FCD815D187FA00180BF5 /* pthread_exit.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_exit.3; sourceTree = "<group>"; };
199 C948FCD915D187FA00180BF5 /* pthread_getschedparam.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_getschedparam.3; sourceTree = "<group>"; };
200 C948FCDA15D187FA00180BF5 /* pthread_getspecific.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_getspecific.3; sourceTree = "<group>"; };
201 C948FCDB15D187FA00180BF5 /* pthread_join.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_join.3; sourceTree = "<group>"; };
202 C948FCDC15D187FA00180BF5 /* pthread_key_create.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_key_create.3; sourceTree = "<group>"; };
203 C948FCDD15D187FA00180BF5 /* pthread_key_delete.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_key_delete.3; sourceTree = "<group>"; };
204 C948FCDE15D187FA00180BF5 /* pthread_mutex_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_destroy.3; sourceTree = "<group>"; };
205 C948FCDF15D187FA00180BF5 /* pthread_mutex_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_init.3; sourceTree = "<group>"; };
206 C948FCE015D187FA00180BF5 /* pthread_mutex_lock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_lock.3; sourceTree = "<group>"; };
207 C948FCE115D187FA00180BF5 /* pthread_mutex_trylock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_trylock.3; sourceTree = "<group>"; };
208 C948FCE215D187FA00180BF5 /* pthread_mutex_unlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutex_unlock.3; sourceTree = "<group>"; };
209 C948FCE315D187FA00180BF5 /* pthread_mutexattr.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_mutexattr.3; sourceTree = "<group>"; };
210 C948FCE415D187FA00180BF5 /* pthread_once.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_once.3; sourceTree = "<group>"; };
211 C948FCE515D187FA00180BF5 /* pthread_rwlock_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_destroy.3; sourceTree = "<group>"; };
212 C948FCE615D187FA00180BF5 /* pthread_rwlock_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_init.3; sourceTree = "<group>"; };
213 C948FCE715D187FA00180BF5 /* pthread_rwlock_rdlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_rdlock.3; sourceTree = "<group>"; };
214 C948FCE815D187FA00180BF5 /* pthread_rwlock_unlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_unlock.3; sourceTree = "<group>"; };
215 C948FCE915D187FA00180BF5 /* pthread_rwlock_wrlock.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlock_wrlock.3; sourceTree = "<group>"; };
216 C948FCEA15D187FA00180BF5 /* pthread_rwlockattr_destroy.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_destroy.3; sourceTree = "<group>"; };
217 C948FCEB15D187FA00180BF5 /* pthread_rwlockattr_getpshared.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_getpshared.3; sourceTree = "<group>"; };
218 C948FCEC15D187FA00180BF5 /* pthread_rwlockattr_init.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_init.3; sourceTree = "<group>"; };
219 C948FCED15D187FA00180BF5 /* pthread_rwlockattr_setpshared.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_rwlockattr_setpshared.3; sourceTree = "<group>"; };
220 C948FCEE15D187FA00180BF5 /* pthread_self.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_self.3; sourceTree = "<group>"; };
221 C948FCEF15D187FA00180BF5 /* pthread_setcancelstate.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_setcancelstate.3; sourceTree = "<group>"; };
222 C948FCF015D187FA00180BF5 /* pthread_setspecific.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread_setspecific.3; sourceTree = "<group>"; };
223 C948FCF115D187FA00180BF5 /* pthread.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pthread.3; sourceTree = "<group>"; };
224 C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cond_legacy.c; sourceTree = "<group>"; };
225 C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_mutex_legacy.c; sourceTree = "<group>"; };
226 C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_rwlock_legacy.c; sourceTree = "<group>"; };
227 C975D5DC15C9D16B0098ECD8 /* pthread_support.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_support.c; sourceTree = "<group>"; };
228 C979E9FB18A1BC2A000951E5 /* kern_trace.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = kern_trace.h; sourceTree = "<group>"; };
229 C979E9FC18A2BF2C000951E5 /* install-codes.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-codes.sh"; sourceTree = "<group>"; };
230 C98005141899BD2000368E4D /* workqueue_internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = workqueue_internal.h; sourceTree = "<group>"; };
231 C98C95D818FF1F4E005654FB /* spawn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = spawn.h; sourceTree = "<group>"; };
232 C99AD87D15DF04D10009A6F8 /* pthread_asm.s */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.asm; path = pthread_asm.s; sourceTree = "<group>"; };
233 C99B17DA189C2E1B00991D38 /* qos_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos_private.h; sourceTree = "<group>"; };
234 C99EA612161F8288003EBC56 /* eos.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = eos.xcconfig; sourceTree = "<group>"; };
235 C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable_cancel.c; sourceTree = "<group>"; };
236 C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable_legacy.c; sourceTree = "<group>"; };
237 C9A325E215B7347000270056 /* libsystem_pthread.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libsystem_pthread.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
238 C9A325EE15B7513200270056 /* mk_pthread_impl.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = mk_pthread_impl.c; sourceTree = "<group>"; };
239 C9A325EF15B7513200270056 /* plockstat.d */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.dtrace; path = plockstat.d; sourceTree = "<group>"; };
240 C9A325F015B7513200270056 /* posix_sched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = posix_sched.h; sourceTree = "<group>"; };
241 C9A325F115B7513200270056 /* pthread_cancelable.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_cancelable.c; sourceTree = "<group>"; };
242 C9A325F215B7513200270056 /* pthread_cond.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_cond.c; sourceTree = "<group>"; };
243 C9A325F315B7513200270056 /* internal.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = internal.h; sourceTree = "<group>"; };
244 C9A325F415B7513200270056 /* tsd_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = tsd_private.h; sourceTree = "<group>"; };
245 C9A325F515B7513200270056 /* pthread_mutex.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_mutex.c; sourceTree = "<group>"; };
246 C9A325F615B7513200270056 /* pthread_rwlock.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_rwlock.c; sourceTree = "<group>"; };
247 C9A325F715B7513200270056 /* spinlock_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = spinlock_private.h; sourceTree = "<group>"; };
248 C9A325F815B7513200270056 /* pthread_tsd.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread_tsd.c; sourceTree = "<group>"; };
249 C9A325F915B7513200270056 /* workqueue_private.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = workqueue_private.h; sourceTree = "<group>"; };
250 C9A325FA15B7513200270056 /* pthread.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = pthread.c; sourceTree = "<group>"; };
251 C9A325FC15B7513200270056 /* thread_setup.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = thread_setup.c; sourceTree = "<group>"; };
252 C9A325FE15B7513700270056 /* pthread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread.h; sourceTree = "<group>"; };
253 C9A325FF15B7513700270056 /* pthread_impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread_impl.h; sourceTree = "<group>"; };
254 C9A3260015B7513700270056 /* pthread_spis.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pthread_spis.h; sourceTree = "<group>"; };
255 C9A3260115B7513700270056 /* sched.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sched.h; sourceTree = "<group>"; };
256 C9A3260C15B759B600270056 /* pthread.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = pthread.xcconfig; sourceTree = "<group>"; };
257 C9A960AF183EB42700AE10C8 /* kern_policy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kern_policy.c; sourceTree = "<group>"; };
258 C9A960B318452B2F00AE10C8 /* pthread.py */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.python; path = pthread.py; sourceTree = "<group>"; };
259 C9A960B618452CDD00AE10C8 /* install-lldbmacros.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = "install-lldbmacros.sh"; sourceTree = "<group>"; };
260 C9C2212D15FA978D00447568 /* pthread.aliases */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread.aliases; sourceTree = "<group>"; };
261 C9C533841607C928009988FA /* kern_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = kern_internal.h; sourceTree = "<group>"; };
262 C9CA27D91602813000259F78 /* pthread.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = pthread.kext; sourceTree = BUILT_PRODUCTS_DIR; };
263 C9CA27DC1602813000259F78 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = System/Library/Frameworks/Kernel.framework; sourceTree = SDKROOT; };
264 C9D9E8FE1626248800448CED /* pthread-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "pthread-Info.plist"; sourceTree = "<group>"; };
265 C9DCA2A115DC4F2000D057E2 /* install-manpages.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-manpages.sh"; sourceTree = "<group>"; };
266 E4063CF21906B4FB000202F9 /* qos.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
267 E4657D4017284F7B007D1847 /* introspection_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = introspection_private.h; sourceTree = "<group>"; };
268 E4D962F919086AD600E8A9F2 /* qos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = qos.h; sourceTree = "<group>"; };
269 E4D962FC19086C5700E8A9F2 /* install-sys-headers.sh */ = {isa = PBXFileReference; lastKnownFileType = text.script.sh; path = "install-sys-headers.sh"; sourceTree = "<group>"; };
270 FC30E28D16A747AD00A25B5F /* synch_internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = synch_internal.h; sourceTree = "<group>"; };
271 FC5A372417CEB3D6008C323E /* _pthread_attr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_attr_t.h; sourceTree = "<group>"; };
272 FC5A372517CEB3D6008C323E /* _pthread_cond_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_cond_t.h; sourceTree = "<group>"; };
273 FC5A372617CEB3D6008C323E /* _pthread_condattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_condattr_t.h; sourceTree = "<group>"; };
274 FC5A372717CEB3D6008C323E /* _pthread_key_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_key_t.h; sourceTree = "<group>"; };
275 FC5A372817CEB3D6008C323E /* _pthread_mutex_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_mutex_t.h; sourceTree = "<group>"; };
276 FC5A372917CEB3D6008C323E /* _pthread_mutexattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_mutexattr_t.h; sourceTree = "<group>"; };
277 FC5A372A17CEB3D6008C323E /* _pthread_once_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_once_t.h; sourceTree = "<group>"; };
278 FC5A372B17CEB3D6008C323E /* _pthread_rwlock_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_rwlock_t.h; sourceTree = "<group>"; };
279 FC5A372C17CEB3D6008C323E /* _pthread_rwlockattr_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_rwlockattr_t.h; sourceTree = "<group>"; };
280 FC5A372D17CEB3D6008C323E /* _pthread_t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_t.h; sourceTree = "<group>"; };
281 FC5A372E17CEB3D6008C323E /* _pthread_types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = _pthread_types.h; sourceTree = "<group>"; };
282 FC618A76160E8155006810FE /* pthread_kill.2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread_kill.2; sourceTree = "<group>"; };
283 FC618A77160E8155006810FE /* pthread_sigmask.2 */ = {isa = PBXFileReference; lastKnownFileType = text; path = pthread_sigmask.2; sourceTree = "<group>"; };
284 /* End PBXFileReference section */
285
286 /* Begin PBXFrameworksBuildPhase section */
287 74E594A01613AAF4006C417B /* Frameworks */ = {
288 isa = PBXFrameworksBuildPhase;
289 buildActionMask = 2147483647;
290 files = (
291 );
292 runOnlyForDeploymentPostprocessing = 0;
293 };
294 C90E7A9C15DC3C3800A06D48 /* Frameworks */ = {
295 isa = PBXFrameworksBuildPhase;
296 buildActionMask = 2147483647;
297 files = (
298 );
299 runOnlyForDeploymentPostprocessing = 0;
300 };
301 C9A325DF15B7347000270056 /* Frameworks */ = {
302 isa = PBXFrameworksBuildPhase;
303 buildActionMask = 2147483647;
304 files = (
305 );
306 runOnlyForDeploymentPostprocessing = 0;
307 };
308 C9CA27D41602813000259F78 /* Frameworks */ = {
309 isa = PBXFrameworksBuildPhase;
310 buildActionMask = 2147483647;
311 files = (
312 );
313 runOnlyForDeploymentPostprocessing = 0;
314 };
315 /* End PBXFrameworksBuildPhase section */
316
317 /* Begin PBXGroup section */
318 C9169DD91603DE68005A2F8C /* kern */ = {
319 isa = PBXGroup;
320 children = (
321 C9D9E8FE1626248800448CED /* pthread-Info.plist */,
322 C9C533841607C928009988FA /* kern_internal.h */,
323 C9169DDF1603DF9B005A2F8C /* kern_init.c */,
324 C9A960AF183EB42700AE10C8 /* kern_policy.c */,
325 C9169DDB1603DE84005A2F8C /* kern_synch.c */,
326 C9169DDC1603DE84005A2F8C /* kern_support.c */,
327 C979E9FB18A1BC2A000951E5 /* kern_trace.h */,
328 FC30E28D16A747AD00A25B5F /* synch_internal.h */,
329 C98005141899BD2000368E4D /* workqueue_internal.h */,
330 );
331 path = kern;
332 sourceTree = "<group>";
333 };
334 C948FCC015D187AD00180BF5 /* man */ = {
335 isa = PBXGroup;
336 children = (
337 C948FCC115D187FA00180BF5 /* pthread_atfork.3 */,
338 C948FCC215D187FA00180BF5 /* pthread_attr_init_destroy.3 */,
339 C948FCC315D187FA00180BF5 /* pthread_attr_set_getdetachstate.3 */,
340 C948FCC415D187FA00180BF5 /* pthread_attr_set_getinheritsched.3 */,
341 C948FCC515D187FA00180BF5 /* pthread_attr_set_getschedparam.3 */,
342 C948FCC615D187FA00180BF5 /* pthread_attr_set_getschedpolicy.3 */,
343 C948FCC715D187FA00180BF5 /* pthread_attr_set_getscope.3 */,
344 C948FCC815D187FA00180BF5 /* pthread_attr_set_getstackaddr.3 */,
345 C948FCC915D187FA00180BF5 /* pthread_attr_set_getstacksize.3 */,
346 C948FCCA15D187FA00180BF5 /* pthread_attr.3 */,
347 C948FCCB15D187FA00180BF5 /* pthread_cancel.3 */,
348 C948FCCC15D187FA00180BF5 /* pthread_cleanup_pop.3 */,
349 C948FCCD15D187FA00180BF5 /* pthread_cleanup_push.3 */,
350 C948FCCE15D187FA00180BF5 /* pthread_cond_broadcast.3 */,
351 C948FCCF15D187FA00180BF5 /* pthread_cond_destroy.3 */,
352 C948FCD015D187FA00180BF5 /* pthread_cond_init.3 */,
353 C948FCD115D187FA00180BF5 /* pthread_cond_signal.3 */,
354 C948FCD215D187FA00180BF5 /* pthread_cond_timedwait.3 */,
355 C948FCD315D187FA00180BF5 /* pthread_cond_wait.3 */,
356 C948FCD415D187FA00180BF5 /* pthread_condattr.3 */,
357 C948FCD515D187FA00180BF5 /* pthread_create.3 */,
358 C948FCD615D187FA00180BF5 /* pthread_detach.3 */,
359 C948FCD715D187FA00180BF5 /* pthread_equal.3 */,
360 C948FCD815D187FA00180BF5 /* pthread_exit.3 */,
361 C948FCD915D187FA00180BF5 /* pthread_getschedparam.3 */,
362 C948FCDA15D187FA00180BF5 /* pthread_getspecific.3 */,
363 C948FCDB15D187FA00180BF5 /* pthread_join.3 */,
364 C948FCDC15D187FA00180BF5 /* pthread_key_create.3 */,
365 C948FCDD15D187FA00180BF5 /* pthread_key_delete.3 */,
366 FC618A76160E8155006810FE /* pthread_kill.2 */,
367 C948FCDE15D187FA00180BF5 /* pthread_mutex_destroy.3 */,
368 C948FCDF15D187FA00180BF5 /* pthread_mutex_init.3 */,
369 C948FCE015D187FA00180BF5 /* pthread_mutex_lock.3 */,
370 C948FCE115D187FA00180BF5 /* pthread_mutex_trylock.3 */,
371 C948FCE215D187FA00180BF5 /* pthread_mutex_unlock.3 */,
372 C948FCE315D187FA00180BF5 /* pthread_mutexattr.3 */,
373 C948FCE415D187FA00180BF5 /* pthread_once.3 */,
374 C948FCE515D187FA00180BF5 /* pthread_rwlock_destroy.3 */,
375 C948FCE615D187FA00180BF5 /* pthread_rwlock_init.3 */,
376 C948FCE715D187FA00180BF5 /* pthread_rwlock_rdlock.3 */,
377 C948FCE815D187FA00180BF5 /* pthread_rwlock_unlock.3 */,
378 C948FCE915D187FA00180BF5 /* pthread_rwlock_wrlock.3 */,
379 C948FCEA15D187FA00180BF5 /* pthread_rwlockattr_destroy.3 */,
380 C948FCEB15D187FA00180BF5 /* pthread_rwlockattr_getpshared.3 */,
381 C948FCEC15D187FA00180BF5 /* pthread_rwlockattr_init.3 */,
382 C948FCED15D187FA00180BF5 /* pthread_rwlockattr_setpshared.3 */,
383 C948FCEE15D187FA00180BF5 /* pthread_self.3 */,
384 C948FCEF15D187FA00180BF5 /* pthread_setcancelstate.3 */,
385 C948FCF015D187FA00180BF5 /* pthread_setspecific.3 */,
386 FC618A77160E8155006810FE /* pthread_sigmask.2 */,
387 C948FCF115D187FA00180BF5 /* pthread.3 */,
388 );
389 path = man;
390 sourceTree = "<group>";
391 };
392 C9A1BF5115C9A8B7006BB313 /* variants */ = {
393 isa = PBXGroup;
394 children = (
395 C9A1BF5215C9A9F5006BB313 /* pthread_cancelable_cancel.c */,
396 C9A1BF5415C9CB9D006BB313 /* pthread_cancelable_legacy.c */,
397 C975D5D615C9CECA0098ECD8 /* pthread_cond_legacy.c */,
398 C975D5D815C9CEEA0098ECD8 /* pthread_mutex_legacy.c */,
399 C975D5DA15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c */,
400 );
401 path = variants;
402 sourceTree = "<group>";
403 };
404 C9A325D715B7347000270056 = {
405 isa = PBXGroup;
406 children = (
407 C9169DD91603DE68005A2F8C /* kern */,
408 C9A960B218452B0700AE10C8 /* lldbmacros */,
409 C9A325FD15B7513700270056 /* pthread */,
410 FC5A372217CEB3D6008C323E /* sys */,
411 C9D70EBE167AC7D100D52713 /* private */,
412 C948FCC015D187AD00180BF5 /* man */,
413 C9A325ED15B74FB600270056 /* src */,
414 C9A3260B15B759A100270056 /* xcodescripts */,
415 C9CA27DA1602813000259F78 /* Frameworks */,
416 C9A325E315B7347000270056 /* Products */,
417 );
418 sourceTree = "<group>";
419 usesTabs = 1;
420 };
421 C9A325E315B7347000270056 /* Products */ = {
422 isa = PBXGroup;
423 children = (
424 C9A325E215B7347000270056 /* libsystem_pthread.dylib */,
425 C90E7A9F15DC3C3800A06D48 /* libpthread.a */,
426 74E594A41613AAF4006C417B /* libpthread_eOS.a */,
427 C9CA27D91602813000259F78 /* pthread.kext */,
428 );
429 name = Products;
430 sourceTree = "<group>";
431 };
432 C9A325ED15B74FB600270056 /* src */ = {
433 isa = PBXGroup;
434 children = (
435 C9A325F315B7513200270056 /* internal.h */,
436 C9A325EE15B7513200270056 /* mk_pthread_impl.c */,
437 C9A325EF15B7513200270056 /* plockstat.d */,
438 C9A325FA15B7513200270056 /* pthread.c */,
439 C99AD87D15DF04D10009A6F8 /* pthread_asm.s */,
440 C90E7AB415DC40D900A06D48 /* pthread_atfork.c */,
441 C9A325F115B7513200270056 /* pthread_cancelable.c */,
442 C9A325F215B7513200270056 /* pthread_cond.c */,
443 C9A325F515B7513200270056 /* pthread_mutex.c */,
444 C9A325F615B7513200270056 /* pthread_rwlock.c */,
445 C975D5DC15C9D16B0098ECD8 /* pthread_support.c */,
446 C9A325F815B7513200270056 /* pthread_tsd.c */,
447 C9244C1C1860D8EF00075748 /* qos.c */,
448 C9A325FC15B7513200270056 /* thread_setup.c */,
449 C9A1BF5115C9A8B7006BB313 /* variants */,
450 );
451 path = src;
452 sourceTree = "<group>";
453 };
454 C9A325FD15B7513700270056 /* pthread */ = {
455 isa = PBXGroup;
456 children = (
457 C9A325FE15B7513700270056 /* pthread.h */,
458 C9A325FF15B7513700270056 /* pthread_impl.h */,
459 C9A3260015B7513700270056 /* pthread_spis.h */,
460 C9A3260115B7513700270056 /* sched.h */,
461 C98C95D818FF1F4E005654FB /* spawn.h */,
462 C9244C1A185FCFED00075748 /* qos.h */,
463 );
464 path = pthread;
465 sourceTree = "<group>";
466 };
467 C9A3260B15B759A100270056 /* xcodescripts */ = {
468 isa = PBXGroup;
469 children = (
470 C91D01BA162893CD0002E29A /* kext.xcconfig */,
471 C9A3260C15B759B600270056 /* pthread.xcconfig */,
472 C99EA612161F8288003EBC56 /* eos.xcconfig */,
473 C9DCA2A115DC4F2000D057E2 /* install-manpages.sh */,
474 C9153094167ACAB8006BB094 /* install-symlinks.sh */,
475 E4D962FC19086C5700E8A9F2 /* install-sys-headers.sh */,
476 C9A960B618452CDD00AE10C8 /* install-lldbmacros.sh */,
477 C979E9FC18A2BF2C000951E5 /* install-codes.sh */,
478 C9C2212D15FA978D00447568 /* pthread.aliases */,
479 );
480 path = xcodescripts;
481 sourceTree = "<group>";
482 };
483 C9A960B218452B0700AE10C8 /* lldbmacros */ = {
484 isa = PBXGroup;
485 children = (
486 C9A960B318452B2F00AE10C8 /* pthread.py */,
487 );
488 path = lldbmacros;
489 sourceTree = "<group>";
490 };
491 C9CA27DA1602813000259F78 /* Frameworks */ = {
492 isa = PBXGroup;
493 children = (
494 C9CA27DB1602813000259F78 /* Other Frameworks */,
495 );
496 name = Frameworks;
497 sourceTree = "<group>";
498 };
499 C9CA27DB1602813000259F78 /* Other Frameworks */ = {
500 isa = PBXGroup;
501 children = (
502 C9CA27DC1602813000259F78 /* Kernel.framework */,
503 );
504 name = "Other Frameworks";
505 sourceTree = "<group>";
506 };
507 C9D70EBE167AC7D100D52713 /* private */ = {
508 isa = PBXGroup;
509 children = (
510 C9153095167ACC22006BB094 /* private.h */,
511 C9A325F015B7513200270056 /* posix_sched.h */,
512 C9A325F715B7513200270056 /* spinlock_private.h */,
513 C9A325F415B7513200270056 /* tsd_private.h */,
514 C9A325F915B7513200270056 /* workqueue_private.h */,
515 E4657D4017284F7B007D1847 /* introspection_private.h */,
516 C99B17DA189C2E1B00991D38 /* qos_private.h */,
517 E4063CF21906B4FB000202F9 /* qos.h */,
518 );
519 path = private;
520 sourceTree = "<group>";
521 };
522 FC5A372217CEB3D6008C323E /* sys */ = {
523 isa = PBXGroup;
524 children = (
525 E4D962F919086AD600E8A9F2 /* qos.h */,
526 FC5A372317CEB3D6008C323E /* _pthread */,
527 A98FE72D19479F7C007718DA /* qos_private.h */,
528 );
529 path = sys;
530 sourceTree = "<group>";
531 };
532 FC5A372317CEB3D6008C323E /* _pthread */ = {
533 isa = PBXGroup;
534 children = (
535 FC5A372417CEB3D6008C323E /* _pthread_attr_t.h */,
536 FC5A372517CEB3D6008C323E /* _pthread_cond_t.h */,
537 FC5A372617CEB3D6008C323E /* _pthread_condattr_t.h */,
538 FC5A372717CEB3D6008C323E /* _pthread_key_t.h */,
539 FC5A372817CEB3D6008C323E /* _pthread_mutex_t.h */,
540 FC5A372917CEB3D6008C323E /* _pthread_mutexattr_t.h */,
541 FC5A372A17CEB3D6008C323E /* _pthread_once_t.h */,
542 FC5A372B17CEB3D6008C323E /* _pthread_rwlock_t.h */,
543 FC5A372C17CEB3D6008C323E /* _pthread_rwlockattr_t.h */,
544 FC5A372D17CEB3D6008C323E /* _pthread_t.h */,
545 FC5A372E17CEB3D6008C323E /* _pthread_types.h */,
546 );
547 path = _pthread;
548 sourceTree = "<group>";
549 };
550 /* End PBXGroup section */
551
552 /* Begin PBXHeadersBuildPhase section */
553 74E594A11613AAF4006C417B /* Headers */ = {
554 isa = PBXHeadersBuildPhase;
555 buildActionMask = 2147483647;
556 files = (
557 );
558 runOnlyForDeploymentPostprocessing = 0;
559 };
560 C90E7A9D15DC3C3800A06D48 /* Headers */ = {
561 isa = PBXHeadersBuildPhase;
562 buildActionMask = 2147483647;
563 files = (
564 );
565 runOnlyForDeploymentPostprocessing = 0;
566 };
567 C9A325E015B7347000270056 /* Headers */ = {
568 isa = PBXHeadersBuildPhase;
569 buildActionMask = 2147483647;
570 files = (
571 C9244C1B185FD33000075748 /* qos.h in Headers */,
572 C9A1BF4D15C9A58E006BB313 /* pthread.h in Headers */,
573 C9A1BF4E15C9A594006BB313 /* pthread_impl.h in Headers */,
574 E4063CF31906B75A000202F9 /* qos.h in Headers */,
575 C9A1BF4F15C9A598006BB313 /* pthread_spis.h in Headers */,
576 C9A1BF5015C9A59B006BB313 /* sched.h in Headers */,
577 E4657D4117284F7B007D1847 /* introspection_private.h in Headers */,
578 C9BB478D15E6ADF700F135B7 /* tsd_private.h in Headers */,
579 C99AD87B15DEC4BC0009A6F8 /* posix_sched.h in Headers */,
580 C9CCFB9D18B6D0910060CAAE /* qos_private.h in Headers */,
581 C98C95D918FF1F4E005654FB /* spawn.h in Headers */,
582 C99AD87C15DEC5290009A6F8 /* spinlock_private.h in Headers */,
583 C9BB478B15E6ABD900F135B7 /* workqueue_private.h in Headers */,
584 C9153096167ACC2B006BB094 /* private.h in Headers */,
585 );
586 runOnlyForDeploymentPostprocessing = 0;
587 };
588 C9CA27D51602813000259F78 /* Headers */ = {
589 isa = PBXHeadersBuildPhase;
590 buildActionMask = 2147483647;
591 files = (
592 );
593 runOnlyForDeploymentPostprocessing = 0;
594 };
595 /* End PBXHeadersBuildPhase section */
596
597 /* Begin PBXNativeTarget section */
598 74E594911613AAF4006C417B /* libpthread.a eOS */ = {
599 isa = PBXNativeTarget;
600 buildConfigurationList = 74E594A21613AAF4006C417B /* Build configuration list for PBXNativeTarget "libpthread.a eOS" */;
601 buildPhases = (
602 74E594921613AAF4006C417B /* Sources */,
603 74E594A01613AAF4006C417B /* Frameworks */,
604 74E594A11613AAF4006C417B /* Headers */,
605 );
606 buildRules = (
607 );
608 dependencies = (
609 );
610 name = "libpthread.a eOS";
611 productName = libpthread.a;
612 productReference = 74E594A41613AAF4006C417B /* libpthread_eOS.a */;
613 productType = "com.apple.product-type.library.static";
614 };
615 C90E7A9E15DC3C3800A06D48 /* libpthread.a */ = {
616 isa = PBXNativeTarget;
617 buildConfigurationList = C90E7AA115DC3C3800A06D48 /* Build configuration list for PBXNativeTarget "libpthread.a" */;
618 buildPhases = (
619 C90E7A9B15DC3C3800A06D48 /* Sources */,
620 C90E7A9C15DC3C3800A06D48 /* Frameworks */,
621 C90E7A9D15DC3C3800A06D48 /* Headers */,
622 );
623 buildRules = (
624 );
625 dependencies = (
626 );
627 name = libpthread.a;
628 productName = libpthread.a;
629 productReference = C90E7A9F15DC3C3800A06D48 /* libpthread.a */;
630 productType = "com.apple.product-type.library.static";
631 };
632 C9A325E115B7347000270056 /* libsystem_pthread.dylib */ = {
633 isa = PBXNativeTarget;
634 buildConfigurationList = C9A325E615B7347000270056 /* Build configuration list for PBXNativeTarget "libsystem_pthread.dylib" */;
635 buildPhases = (
636 C99AD87815DEBE450009A6F8 /* Generate dtrace header */,
637 C9A325DE15B7347000270056 /* Sources */,
638 C9A325DF15B7347000270056 /* Frameworks */,
639 C9A325E015B7347000270056 /* Headers */,
640 C9D70EBD167AC76700D52713 /* Symlink Old Header Location */,
641 C9DCA2A215DC4F3500D057E2 /* Install Manpages */,
642 FC5A372F17CEB60D008C323E /* Install sys headers */,
643 C979E9FD18A2BF3D000951E5 /* Install Codes file */,
644 );
645 buildRules = (
646 );
647 dependencies = (
648 );
649 name = libsystem_pthread.dylib;
650 productName = Libpthread;
651 productReference = C9A325E215B7347000270056 /* libsystem_pthread.dylib */;
652 productType = "com.apple.product-type.library.dynamic";
653 };
654 C9CA27D81602813000259F78 /* pthread */ = {
655 isa = PBXNativeTarget;
656 buildConfigurationList = C9CA27E71602813000259F78 /* Build configuration list for PBXNativeTarget "pthread" */;
657 buildPhases = (
658 C9CA27D31602813000259F78 /* Sources */,
659 C9CA27D41602813000259F78 /* Frameworks */,
660 C9CA27D51602813000259F78 /* Headers */,
661 C9CA27D61602813000259F78 /* Resources */,
662 C9CA27D71602813000259F78 /* Rez */,
663 C9A960B518452C1800AE10C8 /* Install lldbmacros */,
664 );
665 buildRules = (
666 );
667 dependencies = (
668 );
669 name = pthread;
670 productName = pthread;
671 productReference = C9CA27D91602813000259F78 /* pthread.kext */;
672 productType = "com.apple.product-type.kernel-extension";
673 };
674 /* End PBXNativeTarget section */
675
676 /* Begin PBXProject section */
677 C9A325D915B7347000270056 /* Project object */ = {
678 isa = PBXProject;
679 attributes = {
680 LastUpgradeCheck = 0500;
681 ORGANIZATIONNAME = "";
682 };
683 buildConfigurationList = C9A325DC15B7347000270056 /* Build configuration list for PBXProject "libpthread" */;
684 compatibilityVersion = "Xcode 3.2";
685 developmentRegion = English;
686 hasScannedForEncodings = 0;
687 knownRegions = (
688 en,
689 );
690 mainGroup = C9A325D715B7347000270056;
691 productRefGroup = C9A325E315B7347000270056 /* Products */;
692 projectDirPath = "";
693 projectRoot = "";
694 targets = (
695 C90E7AAC15DC3D3300A06D48 /* All */,
696 C91D01B5162892FF0002E29A /* Kext */,
697 C98832C115DEB44000B3308E /* Embedded */,
698 C9A325E115B7347000270056 /* libsystem_pthread.dylib */,
699 C90E7A9E15DC3C3800A06D48 /* libpthread.a */,
700 74E594911613AAF4006C417B /* libpthread.a eOS */,
701 C9CA27D81602813000259F78 /* pthread */,
702 );
703 };
704 /* End PBXProject section */
705
706 /* Begin PBXResourcesBuildPhase section */
707 C9CA27D61602813000259F78 /* Resources */ = {
708 isa = PBXResourcesBuildPhase;
709 buildActionMask = 2147483647;
710 files = (
711 );
712 runOnlyForDeploymentPostprocessing = 0;
713 };
714 /* End PBXResourcesBuildPhase section */
715
716 /* Begin PBXRezBuildPhase section */
717 C9CA27D71602813000259F78 /* Rez */ = {
718 isa = PBXRezBuildPhase;
719 buildActionMask = 2147483647;
720 files = (
721 );
722 runOnlyForDeploymentPostprocessing = 0;
723 };
724 /* End PBXRezBuildPhase section */
725
726 /* Begin PBXShellScriptBuildPhase section */
727 C979E9FD18A2BF3D000951E5 /* Install Codes file */ = {
728 isa = PBXShellScriptBuildPhase;
729 buildActionMask = 8;
730 files = (
731 );
732 inputPaths = (
733 "$(SRCROOT)/kern/kern_trace.h",
734 );
735 name = "Install Codes file";
736 outputPaths = (
737 "$(DSTROOT)$(INSTALL_PATH_PREFIX)/usr/share/misc/pthread.codes",
738 );
739 runOnlyForDeploymentPostprocessing = 1;
740 shellPath = "/bin/bash -e";
741 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-codes.sh";
742 };
743 C99AD87815DEBE450009A6F8 /* Generate dtrace header */ = {
744 isa = PBXShellScriptBuildPhase;
745 buildActionMask = 2147483647;
746 files = (
747 );
748 inputPaths = (
749 "$(SRCROOT)/src/plockstat.d",
750 );
751 name = "Generate dtrace header";
752 outputPaths = (
753 "$(DERIVED_FILE_DIR)/dtrace/plockstat.h",
754 );
755 runOnlyForDeploymentPostprocessing = 0;
756 shellPath = /bin/sh;
757 shellScript = "dtrace -h -C -s ${SCRIPT_INPUT_FILE_0} -o ${SCRIPT_OUTPUT_FILE_0}";
758 };
759 C9A960B518452C1800AE10C8 /* Install lldbmacros */ = {
760 isa = PBXShellScriptBuildPhase;
761 buildActionMask = 12;
762 files = (
763 );
764 inputPaths = (
765 );
766 name = "Install lldbmacros";
767 outputPaths = (
768 );
769 runOnlyForDeploymentPostprocessing = 0;
770 shellPath = /bin/sh;
771 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-lldbmacros.sh";
772 };
773 C9D70EBD167AC76700D52713 /* Symlink Old Header Location */ = {
774 isa = PBXShellScriptBuildPhase;
775 buildActionMask = 8;
776 files = (
777 );
778 inputPaths = (
779 "",
780 );
781 name = "Symlink Old Header Location";
782 outputPaths = (
783 );
784 runOnlyForDeploymentPostprocessing = 1;
785 shellPath = "/bin/bash -e -x";
786 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-symlinks.sh";
787 showEnvVarsInLog = 0;
788 };
789 C9DCA2A215DC4F3500D057E2 /* Install Manpages */ = {
790 isa = PBXShellScriptBuildPhase;
791 buildActionMask = 8;
792 files = (
793 );
794 inputPaths = (
795 "",
796 );
797 name = "Install Manpages";
798 outputPaths = (
799 );
800 runOnlyForDeploymentPostprocessing = 1;
801 shellPath = "/bin/bash -e";
802 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-manpages.sh";
803 showEnvVarsInLog = 0;
804 };
805 FC5A372F17CEB60D008C323E /* Install sys headers */ = {
806 isa = PBXShellScriptBuildPhase;
807 buildActionMask = 8;
808 files = (
809 );
810 inputPaths = (
811 );
812 name = "Install sys headers";
813 outputPaths = (
814 );
815 runOnlyForDeploymentPostprocessing = 1;
816 shellPath = /bin/sh;
817 shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install-sys-headers.sh";
818 showEnvVarsInLog = 0;
819 };
820 /* End PBXShellScriptBuildPhase section */
821
822 /* Begin PBXSourcesBuildPhase section */
823 74E594921613AAF4006C417B /* Sources */ = {
824 isa = PBXSourcesBuildPhase;
825 buildActionMask = 2147483647;
826 files = (
827 74E594931613AAF4006C417B /* pthread.c in Sources */,
828 74E594941613AAF4006C417B /* pthread_cancelable.c in Sources */,
829 74E594A61613AB10006C417B /* pthread_cancelable_cancel.c in Sources */,
830 74E594951613AAF4006C417B /* pthread_cond.c in Sources */,
831 74E594961613AAF4006C417B /* pthread_mutex.c in Sources */,
832 74E594971613AAF4006C417B /* pthread_rwlock.c in Sources */,
833 74E594981613AAF4006C417B /* pthread_support.c in Sources */,
834 74E594991613AAF4006C417B /* pthread_tsd.c in Sources */,
835 74E5949A1613AAF4006C417B /* thread_setup.c in Sources */,
836 C9244C1F1860D96E00075748 /* qos.c in Sources */,
837 74E5949C1613AAF4006C417B /* pthread_atfork.c in Sources */,
838 74E5949E1613AAF4006C417B /* pthread_asm.s in Sources */,
839 );
840 runOnlyForDeploymentPostprocessing = 0;
841 };
842 C90E7A9B15DC3C3800A06D48 /* Sources */ = {
843 isa = PBXSourcesBuildPhase;
844 buildActionMask = 2147483647;
845 files = (
846 C9244C1E1860D96D00075748 /* qos.c in Sources */,
847 C90E7AA415DC3C9D00A06D48 /* pthread.c in Sources */,
848 C90E7AA515DC3C9D00A06D48 /* pthread_cancelable.c in Sources */,
849 C90E7AA615DC3C9D00A06D48 /* pthread_cond.c in Sources */,
850 C90E7AA715DC3C9D00A06D48 /* pthread_mutex.c in Sources */,
851 C90E7AA815DC3C9D00A06D48 /* pthread_rwlock.c in Sources */,
852 C90E7AA915DC3C9D00A06D48 /* pthread_support.c in Sources */,
853 C90E7AAA15DC3C9D00A06D48 /* pthread_tsd.c in Sources */,
854 C90E7AAB15DC3C9D00A06D48 /* thread_setup.c in Sources */,
855 C90E7AB915DC40D900A06D48 /* pthread_atfork.c in Sources */,
856 C99AD87F15DF04D10009A6F8 /* pthread_asm.s in Sources */,
857 );
858 runOnlyForDeploymentPostprocessing = 0;
859 };
860 C9A325DE15B7347000270056 /* Sources */ = {
861 isa = PBXSourcesBuildPhase;
862 buildActionMask = 2147483647;
863 files = (
864 C9A1BF4715C9A578006BB313 /* pthread.c in Sources */,
865 C9A1BF4815C9A578006BB313 /* pthread_cancelable.c in Sources */,
866 FC4DBBB316DEA8DA00503E47 /* plockstat.d in Sources */,
867 C9A1BF4915C9A578006BB313 /* pthread_cond.c in Sources */,
868 C9A1BF4A15C9A578006BB313 /* pthread_mutex.c in Sources */,
869 C9244C1D1860D8EF00075748 /* qos.c in Sources */,
870 C9A1BF4B15C9A578006BB313 /* pthread_rwlock.c in Sources */,
871 C9A1BF4C15C9A578006BB313 /* pthread_tsd.c in Sources */,
872 C9A1BF5315C9A9F5006BB313 /* pthread_cancelable_cancel.c in Sources */,
873 C9A1BF5515C9CB9D006BB313 /* pthread_cancelable_legacy.c in Sources */,
874 C975D5D715C9CECA0098ECD8 /* pthread_cond_legacy.c in Sources */,
875 C975D5D915C9CEEA0098ECD8 /* pthread_mutex_legacy.c in Sources */,
876 C975D5DB15C9CEFA0098ECD8 /* pthread_rwlock_legacy.c in Sources */,
877 C975D5DD15C9D16B0098ECD8 /* pthread_support.c in Sources */,
878 C948FCF715D1D1E100180BF5 /* thread_setup.c in Sources */,
879 C90E7AB815DC40D900A06D48 /* pthread_atfork.c in Sources */,
880 C99AD88015E2D8B50009A6F8 /* pthread_asm.s in Sources */,
881 );
882 runOnlyForDeploymentPostprocessing = 0;
883 };
884 C9CA27D31602813000259F78 /* Sources */ = {
885 isa = PBXSourcesBuildPhase;
886 buildActionMask = 2147483647;
887 files = (
888 C9169DDE1603DE84005A2F8C /* kern_support.c in Sources */,
889 C9A960B0183EB42700AE10C8 /* kern_policy.c in Sources */,
890 C9169DE01603DF9B005A2F8C /* kern_init.c in Sources */,
891 C9D75E4216127B3900C2FB26 /* kern_synch.c in Sources */,
892 );
893 runOnlyForDeploymentPostprocessing = 0;
894 };
895 /* End PBXSourcesBuildPhase section */
896
897 /* Begin PBXTargetDependency section */
898 74E594AB1613AD7F006C417B /* PBXTargetDependency */ = {
899 isa = PBXTargetDependency;
900 target = 74E594911613AAF4006C417B /* libpthread.a eOS */;
901 targetProxy = 74E594AA1613AD7F006C417B /* PBXContainerItemProxy */;
902 };
903 C90E7AB015DC3D3D00A06D48 /* PBXTargetDependency */ = {
904 isa = PBXTargetDependency;
905 target = C9A325E115B7347000270056 /* libsystem_pthread.dylib */;
906 targetProxy = C90E7AAF15DC3D3D00A06D48 /* PBXContainerItemProxy */;
907 };
908 C90E7AB215DC3D3D00A06D48 /* PBXTargetDependency */ = {
909 isa = PBXTargetDependency;
910 target = C90E7A9E15DC3C3800A06D48 /* libpthread.a */;
911 targetProxy = C90E7AB115DC3D3D00A06D48 /* PBXContainerItemProxy */;
912 };
913 C91D01B9162893070002E29A /* PBXTargetDependency */ = {
914 isa = PBXTargetDependency;
915 target = C9CA27D81602813000259F78 /* pthread */;
916 targetProxy = C91D01B8162893070002E29A /* PBXContainerItemProxy */;
917 };
918 C91D01BC162CA80F0002E29A /* PBXTargetDependency */ = {
919 isa = PBXTargetDependency;
920 target = C9CA27D81602813000259F78 /* pthread */;
921 targetProxy = C91D01BB162CA80F0002E29A /* PBXContainerItemProxy */;
922 };
923 C98832C615DEB44B00B3308E /* PBXTargetDependency */ = {
924 isa = PBXTargetDependency;
925 target = C9A325E115B7347000270056 /* libsystem_pthread.dylib */;
926 targetProxy = C98832C515DEB44B00B3308E /* PBXContainerItemProxy */;
927 };
928 C98832C815DEB44B00B3308E /* PBXTargetDependency */ = {
929 isa = PBXTargetDependency;
930 target = C90E7A9E15DC3C3800A06D48 /* libpthread.a */;
931 targetProxy = C98832C715DEB44B00B3308E /* PBXContainerItemProxy */;
932 };
933 /* End PBXTargetDependency section */
934
935 /* Begin XCBuildConfiguration section */
936 74E594A31613AAF4006C417B /* Release */ = {
937 isa = XCBuildConfiguration;
938 baseConfigurationReference = C99EA612161F8288003EBC56 /* eos.xcconfig */;
939 buildSettings = {
940 COMBINE_HIDPI_IMAGES = YES;
941 SDKROOT = macosx.internal;
942 };
943 name = Release;
944 };
945 C90E7AA015DC3C3800A06D48 /* Release */ = {
946 isa = XCBuildConfiguration;
947 baseConfigurationReference = C9A3260C15B759B600270056 /* pthread.xcconfig */;
948 buildSettings = {
949 ALWAYS_SEARCH_USER_PATHS = NO;
950 COMBINE_HIDPI_IMAGES = YES;
951 EXECUTABLE_PREFIX = lib;
952 GCC_PREPROCESSOR_DEFINITIONS = (
953 "$(BASE_PREPROCESSOR_MACROS)",
954 "VARIANT_DYLD=1",
955 );
956 INSTALL_PATH = /usr/local/lib/dyld;
957 "INSTALL_PATH[sdk=iphonesimulator*]" = "$(SDKROOT)/usr/local/lib/dyld";
958 OTHER_LDFLAGS = "";
959 PRODUCT_NAME = pthread;
960 SDKROOT = macosx.internal;
961 };
962 name = Release;
963 };
964 C90E7AAE15DC3D3300A06D48 /* Release */ = {
965 isa = XCBuildConfiguration;
966 buildSettings = {
967 COMBINE_HIDPI_IMAGES = YES;
968 PRODUCT_NAME = "$(TARGET_NAME)";
969 };
970 name = Release;
971 };
972 C91D01B7162892FF0002E29A /* Release */ = {
973 isa = XCBuildConfiguration;
974 buildSettings = {
975 COMBINE_HIDPI_IMAGES = YES;
976 PRODUCT_NAME = "$(TARGET_NAME)";
977 };
978 name = Release;
979 };
980 C98832C215DEB44000B3308E /* Release */ = {
981 isa = XCBuildConfiguration;
982 buildSettings = {
983 COMBINE_HIDPI_IMAGES = YES;
984 PRODUCT_NAME = "$(TARGET_NAME)";
985 };
986 name = Release;
987 };
988 C9A325E515B7347000270056 /* Release */ = {
989 isa = XCBuildConfiguration;
990 buildSettings = {
991 COPY_PHASE_STRIP = YES;
992 };
993 name = Release;
994 };
995 C9A325E815B7347000270056 /* Release */ = {
996 isa = XCBuildConfiguration;
997 baseConfigurationReference = C9A3260C15B759B600270056 /* pthread.xcconfig */;
998 buildSettings = {
999 COMBINE_HIDPI_IMAGES = YES;
1000 EXECUTABLE_PREFIX = lib;
1001 GCC_PREPROCESSOR_DEFINITIONS = (
1002 "$(BASE_PREPROCESSOR_MACROS)",
1003 "PLOCKSTAT=1",
1004 );
1005 PRODUCT_NAME = system_pthread;
1006 SDKROOT = macosx.internal;
1007 };
1008 name = Release;
1009 };
1010 C9CA27E61602813000259F78 /* Release */ = {
1011 isa = XCBuildConfiguration;
1012 baseConfigurationReference = C91D01BA162893CD0002E29A /* kext.xcconfig */;
1013 buildSettings = {
1014 COMBINE_HIDPI_IMAGES = YES;
1015 DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
1016 PRODUCT_NAME = "$(TARGET_NAME)";
1017 SDKROOT = macosx.internal;
1018 };
1019 name = Release;
1020 };
1021 /* End XCBuildConfiguration section */
1022
1023 /* Begin XCConfigurationList section */
1024 74E594A21613AAF4006C417B /* Build configuration list for PBXNativeTarget "libpthread.a eOS" */ = {
1025 isa = XCConfigurationList;
1026 buildConfigurations = (
1027 74E594A31613AAF4006C417B /* Release */,
1028 );
1029 defaultConfigurationIsVisible = 0;
1030 defaultConfigurationName = Release;
1031 };
1032 C90E7AA115DC3C3800A06D48 /* Build configuration list for PBXNativeTarget "libpthread.a" */ = {
1033 isa = XCConfigurationList;
1034 buildConfigurations = (
1035 C90E7AA015DC3C3800A06D48 /* Release */,
1036 );
1037 defaultConfigurationIsVisible = 0;
1038 defaultConfigurationName = Release;
1039 };
1040 C90E7AAD15DC3D3300A06D48 /* Build configuration list for PBXAggregateTarget "All" */ = {
1041 isa = XCConfigurationList;
1042 buildConfigurations = (
1043 C90E7AAE15DC3D3300A06D48 /* Release */,
1044 );
1045 defaultConfigurationIsVisible = 0;
1046 defaultConfigurationName = Release;
1047 };
1048 C91D01B6162892FF0002E29A /* Build configuration list for PBXAggregateTarget "Kext" */ = {
1049 isa = XCConfigurationList;
1050 buildConfigurations = (
1051 C91D01B7162892FF0002E29A /* Release */,
1052 );
1053 defaultConfigurationIsVisible = 0;
1054 defaultConfigurationName = Release;
1055 };
1056 C98832C315DEB44000B3308E /* Build configuration list for PBXAggregateTarget "Embedded" */ = {
1057 isa = XCConfigurationList;
1058 buildConfigurations = (
1059 C98832C215DEB44000B3308E /* Release */,
1060 );
1061 defaultConfigurationIsVisible = 0;
1062 defaultConfigurationName = Release;
1063 };
1064 C9A325DC15B7347000270056 /* Build configuration list for PBXProject "libpthread" */ = {
1065 isa = XCConfigurationList;
1066 buildConfigurations = (
1067 C9A325E515B7347000270056 /* Release */,
1068 );
1069 defaultConfigurationIsVisible = 0;
1070 defaultConfigurationName = Release;
1071 };
1072 C9A325E615B7347000270056 /* Build configuration list for PBXNativeTarget "libsystem_pthread.dylib" */ = {
1073 isa = XCConfigurationList;
1074 buildConfigurations = (
1075 C9A325E815B7347000270056 /* Release */,
1076 );
1077 defaultConfigurationIsVisible = 0;
1078 defaultConfigurationName = Release;
1079 };
1080 C9CA27E71602813000259F78 /* Build configuration list for PBXNativeTarget "pthread" */ = {
1081 isa = XCConfigurationList;
1082 buildConfigurations = (
1083 C9CA27E61602813000259F78 /* Release */,
1084 );
1085 defaultConfigurationIsVisible = 0;
1086 defaultConfigurationName = Release;
1087 };
1088 /* End XCConfigurationList section */
1089 };
1090 rootObject = C9A325D915B7347000270056 /* Project object */;
1091 }