Lines Matching refs:hidden
142 hidden int __init_tp(void *);
143 hidden void *__copy_tls(unsigned char *);
144 hidden void __reset_tls();
146 hidden void __membarrier_init(void);
147 hidden void __dl_thread_cleanup(void);
148 hidden void __testcancel();
149 hidden void __do_cleanup_push(struct __ptcb *);
150 hidden void __do_cleanup_pop(struct __ptcb *);
151 hidden void __pthread_tsd_run_dtors();
153 hidden void __pthread_key_delete_synccall(void (*)(void *), void *);
154 hidden int __pthread_key_delete_impl(pthread_key_t);
156 extern hidden volatile size_t __pthread_tsd_size;
157 extern hidden void *__pthread_tsd_main[];
158 extern hidden volatile int __eintr_valid_flag;
160 hidden int __clone(int (*)(void *), void *, int, void *, ...);
161 hidden int __set_thread_area(void *);
162 hidden int __libc_sigaction(int, const struct sigaction *, struct sigaction *);
163 hidden void __unmapself(void *, size_t);
165 hidden int __timedwait(volatile int *, int, clockid_t, const struct timespec *, int);
166 hidden int __timedwait_cp(volatile int *, int, clockid_t, const struct timespec *, int);
167 hidden void __wait(volatile int *, volatile int *, int, int);
182 hidden void __acquire_ptc(void);
183 hidden void __release_ptc(void);
184 hidden void __inhibit_ptc(void);
186 hidden void __tl_lock(void);
187 hidden void __tl_unlock(void);
188 hidden void __tl_sync(pthread_t);
190 extern hidden volatile int __thread_list_lock;
192 extern hidden volatile int __abort_lock[1];
194 extern hidden unsigned __default_stacksize;
195 extern hidden unsigned __default_guardsize;