Lines Matching refs:__hidden

73 extern struct pthread	*_thr_initial __hidden;
718 extern char *_usrstack __hidden;
729 extern pthreadlist _thread_gc_list __hidden;
732 extern atfork_head _thr_atfork_list __hidden;
733 extern struct urwlock _thr_atfork_lock __hidden;
736 extern struct pthread_attr _pthread_attr_default __hidden;
739 extern struct pthread_mutex_attr _pthread_mutexattr_default __hidden;
740 extern struct pthread_mutex_attr _pthread_mutexattr_adaptive_default __hidden;
743 extern struct pthread_cond_attr _pthread_condattr_default __hidden;
745 extern struct pthread_prio _thr_priorities[] __hidden;
747 extern int _thr_is_smp __hidden;
749 extern size_t _thr_guard_default __hidden;
750 extern size_t _thr_stack_default __hidden;
751 extern size_t _thr_stack_initial __hidden;
752 extern int _thr_page_size __hidden;
753 extern int _thr_spinloops __hidden;
754 extern int _thr_yieldloops __hidden;
755 extern int _thr_queuefifo __hidden;
758 extern int _gc_count __hidden;
760 extern struct umutex _mutex_static_lock __hidden;
761 extern struct umutex _cond_static_lock __hidden;
762 extern struct umutex _rwlock_static_lock __hidden;
763 extern struct umutex _keytable_lock __hidden;
764 extern struct urwlock _thr_list_lock __hidden;
765 extern struct umutex _thr_event_lock __hidden;
766 extern struct umutex _suspend_all_lock __hidden;
767 extern int _suspend_all_waiters __hidden;
768 extern int _suspend_all_cycle __hidden;
769 extern struct pthread *_single_thread __hidden;
775 int _thr_setthreaded(int) __hidden;
776 int _mutex_cv_lock(struct pthread_mutex *, int, bool) __hidden;
777 int _mutex_cv_unlock(struct pthread_mutex *, int *, int *) __hidden;
778 int _mutex_cv_attach(struct pthread_mutex *, int) __hidden;
779 int _mutex_cv_detach(struct pthread_mutex *, int *) __hidden;
780 int _mutex_owned(struct pthread *, const struct pthread_mutex *) __hidden;
781 int _mutex_reinit(pthread_mutex_t *) __hidden;
782 void _mutex_fork(struct pthread *curthread) __hidden;
784 __hidden;
786 __hidden;
787 void _libpthread_init(struct pthread *) __hidden;
788 struct pthread *_thr_alloc(struct pthread *) __hidden;
789 void _thread_exit(const char *, int, const char *) __hidden __dead2;
790 void _thread_exitf(const char *, int, const char *, ...) __hidden __dead2
792 int _thr_ref_add(struct pthread *, struct pthread *, int) __hidden;
793 void _thr_ref_delete(struct pthread *, struct pthread *) __hidden;
794 void _thr_ref_delete_unlocked(struct pthread *, struct pthread *) __hidden;
795 int _thr_find_thread(struct pthread *, struct pthread *, int) __hidden;
796 void _thr_rtld_init(void) __hidden;
797 void _thr_rtld_postfork_child(void) __hidden;
798 int _thr_stack_alloc(struct pthread_attr *) __hidden;
799 void _thr_stack_free(struct pthread_attr *) __hidden;
800 void _thr_free(struct pthread *, struct pthread *) __hidden;
801 void _thr_gc(struct pthread *) __hidden;
802 void _thread_cleanupspecific(void) __hidden;
803 void _thread_printf(int, const char *, ...) __hidden __printflike(2, 3);
804 void _thread_vprintf(int, const char *, va_list) __hidden;
805 void _thr_spinlock_init(void) __hidden;
806 void _thr_cancel_enter(struct pthread *) __hidden;
807 void _thr_cancel_enter2(struct pthread *, int) __hidden;
808 void _thr_cancel_leave(struct pthread *, int) __hidden;
809 void _thr_testcancel(struct pthread *) __hidden;
810 void _thr_signal_block(struct pthread *) __hidden;
811 void _thr_signal_unblock(struct pthread *) __hidden;
812 void _thr_signal_init(int) __hidden;
813 void _thr_signal_deinit(void) __hidden;
814 int _thr_send_sig(struct pthread *, int sig) __hidden;
815 void _thr_list_init(void) __hidden;
816 void _thr_hash_add(struct pthread *) __hidden;
817 void _thr_hash_remove(struct pthread *) __hidden;
818 struct pthread *_thr_hash_find(struct pthread *) __hidden;
819 void _thr_link(struct pthread *, struct pthread *) __hidden;
820 void _thr_unlink(struct pthread *, struct pthread *) __hidden;
821 void _thr_assert_lock_level(void) __hidden __dead2;
822 void _thr_ast(struct pthread *) __hidden;
824 struct pthread *newthread) __hidden;
825 void _thr_report_death(struct pthread *curthread) __hidden;
826 int _thr_getscheduler(lwpid_t, int *, struct sched_param *) __hidden;
827 int _thr_setscheduler(lwpid_t, int, const struct sched_param *) __hidden;
828 void _thr_signal_prefork(void) __hidden;
829 void _thr_signal_postfork(void) __hidden;
830 void _thr_signal_postfork_child(void) __hidden;
831 void _thr_suspend_all_lock(struct pthread *) __hidden;
832 void _thr_suspend_all_unlock(struct pthread *) __hidden;
833 void _thr_try_gc(struct pthread *, struct pthread *) __hidden;
835 struct sched_param *param) __hidden;
837 struct rtprio *rtp) __hidden;
844 void _pthread_exit_mask(void *status, sigset_t *mask) __dead2 __hidden;
930 void _thr_wake_addr_init(void) __hidden;
951 void _thr_wake_all(unsigned int *waddrs[], int) __hidden;
959 void _sleepq_init(void) __hidden;
960 struct sleepqueue *_sleepq_alloc(void) __hidden;
961 void _sleepq_free(struct sleepqueue *) __hidden;
962 void _sleepq_lock(void *) __hidden;
963 void _sleepq_unlock(void *) __hidden;
964 struct sleepqueue *_sleepq_lookup(void *) __hidden;
965 void _sleepq_add(void *, struct pthread *) __hidden;
966 int _sleepq_remove(struct sleepqueue *, struct pthread *) __hidden;
968 void (*cb)(struct pthread *, void *arg), void *) __hidden;
975 void _thr_tsd_unload(struct dl_phdr_info *phdr_info) __hidden;
976 void _thr_sigact_unload(struct dl_phdr_info *phdr_info) __hidden;
981 int *__error_threaded(void) __hidden;
982 void __thr_interpose_libc(void) __hidden;
986 struct sigaction *oact) __hidden;
1004 void __thr_pshared_init(void) __hidden;
1005 void *__thr_pshared_offpage(void *key, int doalloc) __hidden;
1006 void __thr_pshared_destroy(void *key) __hidden;
1007 void __thr_pshared_atfork_pre(void) __hidden;
1008 void __thr_pshared_atfork_post(void) __hidden;