1# $FreeBSD$ 2LIBTHREAD_1_0 { 3global: 4 ___creat; 5 ___mq_close; 6 __accept; 7 __close; 8 __connect; 9 __error; 10 __fcntl; 11 __fsync; 12 __mq_notify; 13 __msync; 14 __nanosleep; 15 __open; 16 __poll; 17 __pthread_cond_timedwait; 18 __pthread_cond_wait; 19 __pthread_mutex_init; 20 __pthread_mutex_lock; 21 __pthread_mutex_trylock; 22 __pthread_mutex_timedlock; 23 __read; 24 __readv; 25 __recvfrom; 26 __recvmsg; 27 __select; 28 __sendmsg; 29 __sendto; 30 __sigsuspend; 31 __wait4; 32 __write; 33 __writev; 34 _aio_suspend; 35 _execve; 36 _fork; 37 _mq_notify; 38 _nanosleep; 39 _pause; 40 _pselect; 41 _pthread_atfork; 42 _pthread_barrier_destroy; 43 _pthread_barrier_init; 44 _pthread_barrier_wait; 45 _pthread_barrierattr_destroy; 46 _pthread_barrierattr_getpshared; 47 _pthread_barrierattr_init; 48 _pthread_barrierattr_setpshared; 49 _pthread_attr_default; 50 _pthread_attr_destroy; 51 _pthread_attr_get_np; 52 _pthread_attr_getdetachstate; 53 _pthread_attr_getguardsize; 54 _pthread_attr_getinheritsched; 55 _pthread_attr_getschedparam; 56 _pthread_attr_getschedpolicy; 57 _pthread_attr_getscope; 58 _pthread_attr_getstack; 59 _pthread_attr_getstackaddr; 60 _pthread_attr_getstacksize; 61 _pthread_attr_init; 62 _pthread_attr_setcreatesuspend_np; 63 _pthread_attr_setdetachstate; 64 _pthread_attr_setguardsize; 65 _pthread_attr_setinheritsched; 66 _pthread_attr_setschedparam; 67 _pthread_attr_setschedpolicy; 68 _pthread_attr_setscope; 69 _pthread_attr_setstack; 70 _pthread_attr_setstackaddr; 71 _pthread_attr_setstacksize; 72 _pthread_cancel; 73 _pthread_cleanup_pop; 74 _pthread_cleanup_push; 75 _pthread_cond_broadcast; 76 _pthread_cond_destroy; 77 _pthread_cond_init; 78 _pthread_cond_signal; 79 _pthread_cond_timedwait; 80 _pthread_cond_wait; 81 _pthread_condattr_default; 82 _pthread_condattr_destroy; 83 _pthread_condattr_getclock; 84 _pthread_condattr_getpshared; 85 _pthread_condattr_init; 86 _pthread_condattr_setclock; 87 _pthread_condattr_setpshared; 88 _pthread_create; 89 _pthread_detach; 90 _pthread_equal; 91 _pthread_exit; 92 _pthread_getconcurrency; 93 _pthread_getprio; 94 _pthread_getschedparam; 95 _pthread_getspecific; 96 _pthread_join; 97 _pthread_key_create; 98 _pthread_key_delete; 99 _pthread_kill; 100 _pthread_main_np; 101 _pthread_multi_np; 102 _pthread_mutex_destroy; 103 _pthread_mutex_getprioceiling; 104 _pthread_mutex_init; 105 _pthread_mutex_lock; 106 _pthread_mutex_setprioceiling; 107 _pthread_mutex_timedlock; 108 _pthread_mutex_trylock; 109 _pthread_mutex_unlock; 110 _pthread_mutexattr_default; 111 _pthread_mutexattr_destroy; 112 _pthread_mutexattr_getkind_np; 113 _pthread_mutexattr_getprioceiling; 114 _pthread_mutexattr_getprotocol; 115 _pthread_mutexattr_getpshared; 116 _pthread_mutexattr_gettype; 117 _pthread_mutexattr_init; 118 _pthread_mutexattr_setkind_np; 119 _pthread_mutexattr_setprioceiling; 120 _pthread_mutexattr_setprotocol; 121 _pthread_mutexattr_setpshared; 122 _pthread_mutexattr_settype; 123 _pthread_once; 124 _pthread_resume_all_np; 125 _pthread_resume_np; 126 _pthread_rwlock_destroy; 127 _pthread_rwlock_init; 128 _pthread_rwlock_rdlock; 129 _pthread_rwlock_timedrdlock; 130 _pthread_rwlock_timedwrlock; 131 _pthread_rwlock_tryrdlock; 132 _pthread_rwlock_trywrlock; 133 _pthread_rwlock_unlock; 134 _pthread_rwlock_wrlock; 135 _pthread_rwlockattr_destroy; 136 _pthread_rwlockattr_getpshared; 137 _pthread_rwlockattr_init; 138 _pthread_rwlockattr_setpshared; 139 _pthread_self; 140 _pthread_set_name_np; 141 _pthread_setcancelstate; 142 _pthread_setcanceltype; 143 _pthread_setconcurrency; 144 _pthread_setprio; 145 _pthread_setschedparam; 146 _pthread_setspecific; 147 _pthread_sigmask; 148 _pthread_single_np; 149 _pthread_spin_destroy; 150 _pthread_spin_init; 151 _pthread_spin_lock; 152 _pthread_spin_trylock; 153 _pthread_spin_unlock; 154 _pthread_suspend_all_np; 155 _pthread_suspend_np; 156 _pthread_switch_add_np; 157 _pthread_switch_delete_np; 158 _pthread_testcancel; 159 _pthread_timedjoin_np; 160 _pthread_yield; 161 _raise; 162 _sem_close; 163 _sem_destroy; 164 _sem_getvalue; 165 _sem_init; 166 _sem_open; 167 _sem_post; 168 _sem_timedwait; 169 _sem_trywait; 170 _sem_unlink; 171 _sem_wait; 172 _sigaction; 173 _sigprocmask; 174 _sigsuspend; 175 _sigwait; 176 _sigtimedwait; 177 _sigwaitinfo; 178 _sleep; 179 _spinlock; 180 _spinlock_debug; 181 _spinunlock; 182 _system; 183 _tcdrain; 184 _timer_create; 185 _timer_delete; 186 _usleep; 187 _vfork; 188 _wait; 189 _waitpid; 190 accept; 191 aio_suspend; 192 close; 193 connect; 194 creat; 195 execve; 196 fcntl; 197 fork; 198 fsync; 199 mq_notify; 200 msync; 201 nanosleep; 202 open; 203 pause; 204 poll; 205 pselect; 206 pthread_atfork; 207 pthread_barrier_destroy; 208 pthread_barrier_init; 209 pthread_barrier_wait; 210 pthread_barrierattr_destroy; 211 pthread_barrierattr_getpshared; 212 pthread_barrierattr_init; 213 pthread_barrierattr_setpshared; 214 pthread_attr_destroy; 215 pthread_attr_get_np; 216 pthread_attr_getdetachstate; 217 pthread_attr_getguardsize; 218 pthread_attr_getinheritsched; 219 pthread_attr_getschedparam; 220 pthread_attr_getschedpolicy; 221 pthread_attr_getscope; 222 pthread_attr_getstack; 223 pthread_attr_getstackaddr; 224 pthread_attr_getstacksize; 225 pthread_attr_init; 226 pthread_attr_setcreatesuspend_np; 227 pthread_attr_setdetachstate; 228 pthread_attr_setguardsize; 229 pthread_attr_setinheritsched; 230 pthread_attr_setschedparam; 231 pthread_attr_setschedpolicy; 232 pthread_attr_setscope; 233 pthread_attr_setstack; 234 pthread_attr_setstackaddr; 235 pthread_attr_setstacksize; 236 pthread_cancel; 237 pthread_cleanup_pop; 238 pthread_cleanup_push; 239 pthread_cond_broadcast; 240 pthread_cond_destroy; 241 pthread_cond_init; 242 pthread_cond_signal; 243 pthread_cond_timedwait; 244 pthread_cond_wait; 245 pthread_condattr_destroy; 246 pthread_condattr_getclock; 247 pthread_condattr_getpshared; 248 pthread_condattr_init; 249 pthread_condattr_setclock; 250 pthread_condattr_setpshared; 251 pthread_create; 252 pthread_detach; 253 pthread_equal; 254 pthread_exit; 255 pthread_getconcurrency; 256 pthread_getprio; 257 pthread_getschedparam; 258 pthread_getspecific; 259 pthread_join; 260 pthread_key_create; 261 pthread_key_delete; 262 pthread_kill; 263 pthread_main_np; 264 pthread_multi_np; 265 pthread_mutex_destroy; 266 pthread_mutex_getprioceiling; 267 pthread_mutex_init; 268 pthread_mutex_lock; 269 pthread_mutex_setprioceiling; 270 pthread_mutex_timedlock; 271 pthread_mutex_trylock; 272 pthread_mutex_unlock; 273 pthread_mutexattr_destroy; 274 pthread_mutexattr_getkind_np; 275 pthread_mutexattr_getprioceiling; 276 pthread_mutexattr_getpshared; 277 pthread_mutexattr_getprotocol; 278 pthread_mutexattr_gettype; 279 pthread_mutexattr_init; 280 pthread_mutexattr_setkind_np; 281 pthread_mutexattr_setprioceiling; 282 pthread_mutexattr_setprotocol; 283 pthread_mutexattr_setpshared; 284 pthread_mutexattr_settype; 285 pthread_once; 286 pthread_resume_all_np; 287 pthread_resume_np; 288 pthread_rwlock_destroy; 289 pthread_rwlock_init; 290 pthread_rwlock_rdlock; 291 pthread_rwlock_timedrdlock; 292 pthread_rwlock_timedwrlock; 293 pthread_rwlock_tryrdlock; 294 pthread_rwlock_trywrlock; 295 pthread_rwlock_unlock; 296 pthread_rwlock_wrlock; 297 pthread_rwlockattr_destroy; 298 pthread_rwlockattr_getpshared; 299 pthread_rwlockattr_init; 300 pthread_rwlockattr_setpshared; 301 pthread_self; 302 pthread_set_name_np; 303 pthread_setcancelstate; 304 pthread_setcanceltype; 305 pthread_setconcurrency; 306 pthread_setprio; 307 pthread_setschedparam; 308 pthread_setspecific; 309 pthread_sigmask; 310 pthread_single_np; 311 pthread_spin_destroy; 312 pthread_spin_init; 313 pthread_spin_lock; 314 pthread_spin_trylock; 315 pthread_spin_unlock; 316 pthread_suspend_all_np; 317 pthread_suspend_np; 318 pthread_switch_add_np; 319 pthread_switch_delete_np; 320 pthread_testcancel; 321 pthread_timedjoin_np; 322 pthread_yield; 323 raise; 324 read; 325 readv; 326 recvfrom; 327 recvmsg; 328 select; 329 sem_close; 330 sem_destroy; 331 sem_getvalue; 332 sem_init; 333 sem_open; 334 sem_post; 335 sem_timedwait; 336 sem_trywait; 337 sem_unlink; 338 sem_wait; 339 sendmsg; 340 sendto; 341 sigaction; 342 sigaltstack; 343 sigpending; 344 sigprocmask; 345 sigsuspend; 346 sigwait; 347 sigwaitinfo; 348 sigtimedwait; 349 sleep; 350 system; 351 tcdrain; 352 timer_create; 353 timer_delete; 354 usleep; 355 vfork; 356 wait; 357 wait4; 358 waitpid; 359 write; 360 writev; 361 362 # Debugger needs these. 363 _libthr_debug; 364 _thread_active_threads; 365 _thread_bp_create; 366 _thread_bp_death; 367 _thread_event_mask; 368 _thread_keytable; 369 _thread_last_event; 370 _thread_list; 371 _thread_max_keys; 372 _thread_off_attr_flags; 373 _thread_off_dtv; 374 _thread_off_event_buf; 375 _thread_off_event_mask; 376 _thread_off_key_allocated; 377 _thread_off_key_destructor; 378 _thread_off_linkmap; 379 _thread_off_next; 380 _thread_off_report_events; 381 _thread_off_state; 382 _thread_off_tcb; 383 _thread_off_tid; 384 _thread_off_tlsindex; 385 _thread_size_key; 386 _thread_state_running; 387 _thread_state_zoombie; 388local: 389 *; 390}; 391