]>
Commit | Line | Data |
---|---|---|
517da941 A |
1 | # |
2 | # Copyright (c) 2013 Apple Inc. All rights reserved. | |
3 | # | |
4 | # @APPLE_APACHE_LICENSE_HEADER_START@ | |
5 | # | |
6 | # Licensed under the Apache License, Version 2.0 (the "License"); | |
7 | # you may not use this file except in compliance with the License. | |
8 | # You may obtain a copy of the License at | |
9 | # | |
10 | # http://www.apache.org/licenses/LICENSE-2.0 | |
11 | # | |
12 | # Unless required by applicable law or agreed to in writing, software | |
13 | # distributed under the License is distributed on an "AS IS" BASIS, | |
14 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
15 | # See the License for the specific language governing permissions and | |
16 | # limitations under the License. | |
17 | # | |
18 | # @APPLE_APACHE_LICENSE_HEADER_END@ | |
19 | # | |
20 | ||
21 | # Must be kept in sync with ObjC TFB checks in object_internal.h | |
22 | ||
23 | # dispatch_object_t classes | |
c093abd6 | 24 | _OBJC_CLASS_$_OS_dispatch_object |
c093abd6 A |
25 | _OBJC_CLASS_$_OS_dispatch_semaphore |
26 | __OS_dispatch_semaphore_vtable | |
c093abd6 A |
27 | _OBJC_CLASS_$_OS_dispatch_group |
28 | __OS_dispatch_group_vtable | |
c093abd6 A |
29 | _OBJC_CLASS_$_OS_dispatch_queue |
30 | __OS_dispatch_queue_vtable | |
beb15981 A |
31 | _OBJC_CLASS_$_OS_dispatch_queue_serial |
32 | __OS_dispatch_queue_serial_vtable | |
33 | _OBJC_CLASS_$_OS_dispatch_queue_concurrent | |
34 | __OS_dispatch_queue_concurrent_vtable | |
c093abd6 A |
35 | _OBJC_CLASS_$_OS_dispatch_queue_root |
36 | __OS_dispatch_queue_root_vtable | |
beb15981 A |
37 | _OBJC_CLASS_$_OS_dispatch_queue_main |
38 | __OS_dispatch_queue_main_vtable | |
517da941 A |
39 | _OBJC_CLASS_$_OS_dispatch_queue_runloop |
40 | __OS_dispatch_queue_runloop_vtable | |
c093abd6 A |
41 | _OBJC_CLASS_$_OS_dispatch_queue_mgr |
42 | __OS_dispatch_queue_mgr_vtable | |
c093abd6 A |
43 | _OBJC_CLASS_$_OS_dispatch_queue_specific_queue |
44 | __OS_dispatch_queue_specific_queue_vtable | |
c093abd6 A |
45 | _OBJC_CLASS_$_OS_dispatch_queue_attr |
46 | __OS_dispatch_queue_attr_vtable | |
c093abd6 A |
47 | _OBJC_CLASS_$_OS_dispatch_source |
48 | __OS_dispatch_source_vtable | |
517da941 A |
49 | _OBJC_CLASS_$_OS_dispatch_mach |
50 | __OS_dispatch_mach_vtable | |
51 | _OBJC_CLASS_$_OS_dispatch_mach_msg | |
52 | __OS_dispatch_mach_msg_vtable | |
c093abd6 A |
53 | _OBJC_CLASS_$_OS_dispatch_io |
54 | __OS_dispatch_io_vtable | |
c093abd6 A |
55 | _OBJC_CLASS_$_OS_dispatch_operation |
56 | __OS_dispatch_operation_vtable | |
c093abd6 A |
57 | _OBJC_CLASS_$_OS_dispatch_disk |
58 | __OS_dispatch_disk_vtable | |
98cf8cd2 | 59 | # os_object_t classes |
517da941 | 60 | _OBJC_CLASS_$_OS_object |
98cf8cd2 A |
61 | _OBJC_CLASS_$_OS_voucher |
62 | #_OBJC_CLASS_$_OS_voucher_recipe | |
63 | # non-os_object_t classes | |
517da941 A |
64 | _OBJC_CLASS_$_OS_dispatch_data |
65 | _OBJC_CLASS_$_OS_dispatch_data_empty | |
66 | # metaclasses | |
67 | _OBJC_METACLASS_$_OS_dispatch_object | |
68 | _OBJC_METACLASS_$_OS_dispatch_semaphore | |
69 | _OBJC_METACLASS_$_OS_dispatch_group | |
70 | _OBJC_METACLASS_$_OS_dispatch_queue | |
beb15981 A |
71 | _OBJC_METACLASS_$_OS_dispatch_queue_serial |
72 | _OBJC_METACLASS_$_OS_dispatch_queue_concurrent | |
517da941 | 73 | _OBJC_METACLASS_$_OS_dispatch_queue_root |
beb15981 | 74 | _OBJC_METACLASS_$_OS_dispatch_queue_main |
517da941 A |
75 | _OBJC_METACLASS_$_OS_dispatch_queue_runloop |
76 | _OBJC_METACLASS_$_OS_dispatch_queue_mgr | |
77 | _OBJC_METACLASS_$_OS_dispatch_queue_specific_queue | |
78 | _OBJC_METACLASS_$_OS_dispatch_queue_attr | |
79 | _OBJC_METACLASS_$_OS_dispatch_source | |
80 | _OBJC_METACLASS_$_OS_dispatch_mach | |
81 | _OBJC_METACLASS_$_OS_dispatch_mach_msg | |
82 | _OBJC_METACLASS_$_OS_dispatch_io | |
83 | _OBJC_METACLASS_$_OS_dispatch_operation | |
c093abd6 | 84 | _OBJC_METACLASS_$_OS_dispatch_disk |
517da941 | 85 | _OBJC_METACLASS_$_OS_object |
98cf8cd2 | 86 | _OBJC_METACLASS_$_OS_voucher |
beb15981 | 87 | #_OBJC_METACLASS_$_OS_voucher_recipe |
517da941 A |
88 | _OBJC_METACLASS_$_OS_dispatch_data |
89 | _OBJC_METACLASS_$_OS_dispatch_data_empty |