]>
Commit | Line | Data |
---|---|---|
214d78a2 A |
1 | # cacheline-aligned |
2 | ||
3 | # uint64_t sized | |
4 | ___pthread_stack_hint | |
5 | ||
6 | # pointer-sized | |
7 | ___libdispatch_keventfunction | |
8 | ___libdispatch_workerfunction | |
9 | ___libdispatch_workloopfunction | |
10 | ___pthread_head | |
11 | __main_thread_ptr | |
12 | __pthread_free | |
13 | __pthread_keys | |
14 | __pthread_malloc | |
15 | __pthread_ptr_munge_token | |
16 | _exitf | |
17 | ||
18 | # int-sized | |
19 | ___is_threaded | |
214d78a2 A |
20 | ___pthread_supported_features |
21 | ___pthread_tsd_lock | |
22 | ___pthread_tsd_max | |
214d78a2 A |
23 | __main_qos |
24 | __pthread_count | |
25 | __pthread_list_lock | |
26 | ||
27 | # byte-sized | |
28 | ___workq_newapi | |
29 | _default_priority | |
30 | _max_priority | |
31 | _min_priority |