]>
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 | |
20 | ___libdispatch_offset | |
21 | ___pthread_supported_features | |
22 | ___pthread_tsd_lock | |
23 | ___pthread_tsd_max | |
24 | ___unix_conforming | |
25 | __main_qos | |
26 | __pthread_count | |
27 | __pthread_list_lock | |
28 | ||
29 | # byte-sized | |
30 | ___workq_newapi | |
31 | _default_priority | |
32 | _max_priority | |
33 | _min_priority |