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