1# @(#)Makefile 8.2 (Berkeley) 12/13/93 2# $FreeBSD$ 3 4.include <src.opts.mk> 5 6MAN= arb.3 \ 7 assert.3 \ 8 ATOMIC_VAR_INIT.3 \ 9 bitstring.3 \ 10 CMSG_DATA.3 \ 11 end.3 \ 12 fpgetround.3 \ 13 intro.3 \ 14 makedev.3 \ 15 offsetof.3 \ 16 ${PTHREAD_MAN} \ 17 Q_FRAWMASK.3 \ 18 Q_IFRAWMASK.3 \ 19 Q_INI.3 \ 20 Q_IRAWMASK.3 \ 21 Q_QABS.3 \ 22 Q_QADDI.3 \ 23 Q_QADDQ.3 \ 24 Q_SIGNED.3 \ 25 Q_SIGNSHFT.3 \ 26 qmath.3 \ 27 queue.3 \ 28 sigevent.3 \ 29 siginfo.3 \ 30 stats.3 \ 31 stdarg.3 \ 32 sysexits.3 \ 33 tgmath.3 \ 34 timeradd.3 \ 35 tree.3 36 37MLINKS= arb.3 ARB8_ENTRY.3 \ 38 arb.3 ARB8_HEAD.3 \ 39 arb.3 ARB16_ENTRY.3 \ 40 arb.3 ARB16_HEAD.3 \ 41 arb.3 ARB32_ENTRY.3 \ 42 arb.3 ARB32_HEAD.3 \ 43 arb.3 ARB_ALLOCSIZE.3 \ 44 arb.3 ARB_CURNODES.3 \ 45 arb.3 ARB_EMPTY.3 \ 46 arb.3 ARB_FIND.3 \ 47 arb.3 ARB_FOREACH.3 \ 48 arb.3 ARB_FOREACH_FROM.3 \ 49 arb.3 ARB_FOREACH_REVERSE.3 \ 50 arb.3 ARB_FOREACH_REVERSE_FROM.3 \ 51 arb.3 ARB_FOREACH_REVERSE_SAFE.3 \ 52 arb.3 ARB_FOREACH_SAFE.3 \ 53 arb.3 ARB_FREEIDX.3 \ 54 arb.3 ARB_FULL.3 \ 55 arb.3 ARB_GETFREE.3 \ 56 arb.3 ARB_INIT.3 \ 57 arb.3 ARB_INITIALIZER.3 \ 58 arb.3 ARB_INSERT.3 \ 59 arb.3 ARB_LEFT.3 \ 60 arb.3 ARB_LEFTIDX.3 \ 61 arb.3 ARB_MAX.3 \ 62 arb.3 ARB_MAXNODES.3 \ 63 arb.3 ARB_MIN.3 \ 64 arb.3 ARB_NEXT.3 \ 65 arb.3 ARB_NFIND.3 \ 66 arb.3 ARB_PARENT.3 \ 67 arb.3 ARB_PARENTIDX.3 \ 68 arb.3 ARB_PREV.3 \ 69 arb.3 ARB_REINSERT.3 \ 70 arb.3 ARB_REMOVE.3 \ 71 arb.3 ARB_RESET_TREE.3 \ 72 arb.3 ARB_RIGHT.3 \ 73 arb.3 ARB_RIGHTIDX.3 \ 74 arb.3 ARB_ROOT.3 75MLINKS+= assert.3 static_assert.3 76MLINKS+= ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong.3 \ 77 ATOMIC_VAR_INIT.3 atomic_compare_exchange_strong_explicit.3 \ 78 ATOMIC_VAR_INIT.3 atomic_compare_exchange_weak.3 \ 79 ATOMIC_VAR_INIT.3 atomic_compare_exchange_weak_explicit.3 \ 80 ATOMIC_VAR_INIT.3 atomic_exchange.3 \ 81 ATOMIC_VAR_INIT.3 atomic_exchange_explicit.3 \ 82 ATOMIC_VAR_INIT.3 atomic_fetch_add.3 \ 83 ATOMIC_VAR_INIT.3 atomic_fetch_add_explicit.3 \ 84 ATOMIC_VAR_INIT.3 atomic_fetch_and.3 \ 85 ATOMIC_VAR_INIT.3 atomic_fetch_and_explicit.3 \ 86 ATOMIC_VAR_INIT.3 atomic_fetch_or.3 \ 87 ATOMIC_VAR_INIT.3 atomic_fetch_or_explicit.3 \ 88 ATOMIC_VAR_INIT.3 atomic_fetch_sub.3 \ 89 ATOMIC_VAR_INIT.3 atomic_fetch_sub_explicit.3 \ 90 ATOMIC_VAR_INIT.3 atomic_fetch_xor.3 \ 91 ATOMIC_VAR_INIT.3 atomic_fetch_xor_explicit.3 \ 92 ATOMIC_VAR_INIT.3 atomic_init.3 \ 93 ATOMIC_VAR_INIT.3 atomic_is_lock_free.3 \ 94 ATOMIC_VAR_INIT.3 atomic_load.3 \ 95 ATOMIC_VAR_INIT.3 atomic_load_explicit.3 \ 96 ATOMIC_VAR_INIT.3 atomic_store.3 \ 97 ATOMIC_VAR_INIT.3 atomic_store_explicit.3 98MLINKS+= bitstring.3 bit_alloc.3 \ 99 bitstring.3 bit_clear.3 \ 100 bitstring.3 bit_decl.3 \ 101 bitstring.3 bit_ffc.3 \ 102 bitstring.3 bit_ffc_at.3 \ 103 bitstring.3 bit_ffs.3 \ 104 bitstring.3 bit_ffs_at.3 \ 105 bitstring.3 bit_nclear.3 \ 106 bitstring.3 bit_nset.3 \ 107 bitstring.3 bit_set.3 \ 108 bitstring.3 bitstr_size.3 \ 109 bitstring.3 bit_test.3 110MLINKS+= CMSG_DATA.3 CMSG_FIRSTHDR.3 \ 111 CMSG_DATA.3 CMSG_LEN.3 \ 112 CMSG_DATA.3 CMSG_NEXTHDR.3 \ 113 CMSG_DATA.3 CMSG_SPACE.3 114MLINKS+= end.3 edata.3 \ 115 end.3 etext.3 116MLINKS+= fpgetround.3 fpgetmask.3 \ 117 fpgetround.3 fpgetprec.3 \ 118 fpgetround.3 fpgetsticky.3 \ 119 fpgetround.3 fpresetsticky.3 \ 120 fpgetround.3 fpsetmask.3 \ 121 fpgetround.3 fpsetprec.3 \ 122 fpgetround.3 fpsetround.3 123MLINKS+= makedev.3 major.3 \ 124 makedev.3 minor.3 125MLINKS+= ${PTHREAD_MLINKS} 126MLINKS+= Q_FRAWMASK.3 Q_GFRAW.3 \ 127 Q_FRAWMASK.3 Q_GFABSVAL.3 \ 128 Q_FRAWMASK.3 Q_GFVAL.3 \ 129 Q_FRAWMASK.3 Q_SFVAL.3 130MLINKS+= Q_IFRAWMASK.3 Q_IFVALIMASK.3 \ 131 Q_IFRAWMASK.3 Q_IFVALFMASK.3 \ 132 Q_IFRAWMASK.3 Q_GIFRAW.3 \ 133 Q_IFRAWMASK.3 Q_GIFABSVAL.3 \ 134 Q_IFRAWMASK.3 Q_GIFVAL.3 \ 135 Q_IFRAWMASK.3 Q_SIFVAL.3 \ 136 Q_IFRAWMASK.3 Q_SIFVALS.3 137MLINKS+= Q_INI.3 Q_NCBITS.3 \ 138 Q_INI.3 Q_BT.3 \ 139 Q_INI.3 Q_TC.3 \ 140 Q_INI.3 Q_NTBITS.3 \ 141 Q_INI.3 Q_NFCBITS.3 \ 142 Q_INI.3 Q_MAXNFBITS.3 \ 143 Q_INI.3 Q_NFBITS.3 \ 144 Q_INI.3 Q_NIBITS.3 \ 145 Q_INI.3 Q_RPSHFT.3 \ 146 Q_INI.3 Q_ABS.3 \ 147 Q_INI.3 Q_MAXSTRLEN.3 \ 148 Q_INI.3 Q_TOSTR.3 \ 149 Q_INI.3 Q_SHL.3 \ 150 Q_INI.3 Q_SHR.3 \ 151 Q_INI.3 Q_DEBUG.3 \ 152 Q_INI.3 Q_DFV2BFV.3 153MLINKS+= Q_IRAWMASK.3 Q_GIRAW.3 \ 154 Q_IRAWMASK.3 Q_GIABSVAL.3 \ 155 Q_IRAWMASK.3 Q_GIVAL.3 \ 156 Q_IRAWMASK.3 Q_SIVAL.3 157MLINKS+= Q_QABS.3 Q_Q2D.3 \ 158 Q_QABS.3 Q_Q2F.3 159MLINKS+= Q_QADDI.3 Q_QDIVI.3 \ 160 Q_QADDI.3 Q_QMULI.3 \ 161 Q_QADDI.3 Q_QSUBI.3 \ 162 Q_QADDI.3 Q_QFRACI.3 \ 163 Q_QADDI.3 Q_QCPYVALI.3 164MLINKS+= Q_QADDQ.3 Q_QDIVQ.3 \ 165 Q_QADDQ.3 Q_QMULQ.3 \ 166 Q_QADDQ.3 Q_QSUBQ.3 \ 167 Q_QADDQ.3 Q_NORMPREC.3 \ 168 Q_QADDQ.3 Q_QMAXQ.3 \ 169 Q_QADDQ.3 Q_QMINQ.3 \ 170 Q_QADDQ.3 Q_QCLONEQ.3 \ 171 Q_QADDQ.3 Q_QCPYVALQ.3 172MLINKS+= Q_SIGNED.3 Q_LTZ.3 \ 173 Q_SIGNED.3 Q_PRECEQ.3 \ 174 Q_SIGNED.3 Q_QLTQ.3 \ 175 Q_SIGNED.3 Q_QLEQ.3 \ 176 Q_SIGNED.3 Q_QGTQ.3 \ 177 Q_SIGNED.3 Q_QGEQ.3 \ 178 Q_SIGNED.3 Q_QEQ.3 \ 179 Q_SIGNED.3 Q_QNEQ.3 \ 180 Q_SIGNED.3 Q_OFLOW.3 \ 181 Q_SIGNED.3 Q_RELPREC.3 182MLINKS+= Q_SIGNSHFT.3 Q_SSIGN.3 \ 183 Q_SIGNSHFT.3 Q_CRAWMASK.3 \ 184 Q_SIGNSHFT.3 Q_SRAWMASK.3 \ 185 Q_SIGNSHFT.3 Q_GCRAW.3 \ 186 Q_SIGNSHFT.3 Q_GCVAL.3 \ 187 Q_SIGNSHFT.3 Q_SCVAL.3 188MLINKS+= queue.3 LIST_CLASS_ENTRY.3 \ 189 queue.3 LIST_CLASS_HEAD.3 \ 190 queue.3 LIST_EMPTY.3 \ 191 queue.3 LIST_ENTRY.3 \ 192 queue.3 LIST_FIRST.3 \ 193 queue.3 LIST_FOREACH.3 \ 194 queue.3 LIST_FOREACH_FROM.3 \ 195 queue.3 LIST_FOREACH_FROM_SAFE.3 \ 196 queue.3 LIST_FOREACH_SAFE.3 \ 197 queue.3 LIST_HEAD.3 \ 198 queue.3 LIST_HEAD_INITIALIZER.3 \ 199 queue.3 LIST_INIT.3 \ 200 queue.3 LIST_INSERT_AFTER.3 \ 201 queue.3 LIST_INSERT_BEFORE.3 \ 202 queue.3 LIST_INSERT_HEAD.3 \ 203 queue.3 LIST_NEXT.3 \ 204 queue.3 LIST_PREV.3 \ 205 queue.3 LIST_REMOVE.3 \ 206 queue.3 LIST_SWAP.3 \ 207 queue.3 SLIST_CLASS_ENTRY.3 \ 208 queue.3 SLIST_CLASS_HEAD.3 \ 209 queue.3 SLIST_EMPTY.3 \ 210 queue.3 SLIST_ENTRY.3 \ 211 queue.3 SLIST_FIRST.3 \ 212 queue.3 SLIST_FOREACH.3 \ 213 queue.3 SLIST_FOREACH_FROM.3 \ 214 queue.3 SLIST_FOREACH_FROM_SAFE.3 \ 215 queue.3 SLIST_FOREACH_SAFE.3 \ 216 queue.3 SLIST_HEAD.3 \ 217 queue.3 SLIST_HEAD_INITIALIZER.3 \ 218 queue.3 SLIST_INIT.3 \ 219 queue.3 SLIST_INSERT_AFTER.3 \ 220 queue.3 SLIST_INSERT_HEAD.3 \ 221 queue.3 SLIST_NEXT.3 \ 222 queue.3 SLIST_REMOVE.3 \ 223 queue.3 SLIST_REMOVE_AFTER.3 \ 224 queue.3 SLIST_REMOVE_HEAD.3 \ 225 queue.3 SLIST_REMOVE_PREVPTR.3 \ 226 queue.3 SLIST_SWAP.3 \ 227 queue.3 STAILQ_CLASS_ENTRY.3 \ 228 queue.3 STAILQ_CLASS_HEAD.3 \ 229 queue.3 STAILQ_CONCAT.3 \ 230 queue.3 STAILQ_EMPTY.3 \ 231 queue.3 STAILQ_ENTRY.3 \ 232 queue.3 STAILQ_FIRST.3 \ 233 queue.3 STAILQ_FOREACH.3 \ 234 queue.3 STAILQ_FOREACH_FROM.3 \ 235 queue.3 STAILQ_FOREACH_FROM_SAFE.3 \ 236 queue.3 STAILQ_FOREACH_SAFE.3 \ 237 queue.3 STAILQ_HEAD.3 \ 238 queue.3 STAILQ_HEAD_INITIALIZER.3 \ 239 queue.3 STAILQ_INIT.3 \ 240 queue.3 STAILQ_INSERT_AFTER.3 \ 241 queue.3 STAILQ_INSERT_HEAD.3 \ 242 queue.3 STAILQ_INSERT_TAIL.3 \ 243 queue.3 STAILQ_LAST.3 \ 244 queue.3 STAILQ_NEXT.3 \ 245 queue.3 STAILQ_REMOVE.3 \ 246 queue.3 STAILQ_REMOVE_AFTER.3 \ 247 queue.3 STAILQ_REMOVE_HEAD.3 \ 248 queue.3 STAILQ_SWAP.3 \ 249 queue.3 TAILQ_CLASS_ENTRY.3 \ 250 queue.3 TAILQ_CLASS_HEAD.3 \ 251 queue.3 TAILQ_CONCAT.3 \ 252 queue.3 TAILQ_EMPTY.3 \ 253 queue.3 TAILQ_ENTRY.3 \ 254 queue.3 TAILQ_FIRST.3 \ 255 queue.3 TAILQ_FOREACH.3 \ 256 queue.3 TAILQ_FOREACH_FROM.3 \ 257 queue.3 TAILQ_FOREACH_FROM_SAFE.3 \ 258 queue.3 TAILQ_FOREACH_REVERSE.3 \ 259 queue.3 TAILQ_FOREACH_REVERSE_FROM.3 \ 260 queue.3 TAILQ_FOREACH_REVERSE_FROM_SAFE.3 \ 261 queue.3 TAILQ_FOREACH_REVERSE_SAFE.3 \ 262 queue.3 TAILQ_FOREACH_SAFE.3 \ 263 queue.3 TAILQ_HEAD.3 \ 264 queue.3 TAILQ_HEAD_INITIALIZER.3 \ 265 queue.3 TAILQ_INIT.3 \ 266 queue.3 TAILQ_INSERT_AFTER.3 \ 267 queue.3 TAILQ_INSERT_BEFORE.3 \ 268 queue.3 TAILQ_INSERT_HEAD.3 \ 269 queue.3 TAILQ_INSERT_TAIL.3 \ 270 queue.3 TAILQ_LAST.3 \ 271 queue.3 TAILQ_NEXT.3 \ 272 queue.3 TAILQ_PREV.3 \ 273 queue.3 TAILQ_REMOVE.3 \ 274 queue.3 TAILQ_SWAP.3 275MLINKS+= stats.3 stats_tpl_alloc.3 \ 276 stats.3 stats_tpl_fetch_allocid.3 \ 277 stats.3 stats_tpl_fetch.3 \ 278 stats.3 stats_tpl_id2name.3 \ 279 stats.3 stats_tpl_sample_rates.3 \ 280 stats.3 stats_tpl_sample_rollthedice.3 \ 281 stats.3 STATS_VSS_SUM.3 \ 282 stats.3 STATS_VSS_MAX.3 \ 283 stats.3 STATS_VSS_MIN.3 \ 284 stats.3 STATS_VSS_CRHIST32_LIN.3 \ 285 stats.3 STATS_VSS_CRHIST64_LIN.3 \ 286 stats.3 stats_tpl_add_voistats.3 \ 287 stats.3 stats_blob_alloc.3 \ 288 stats.3 stats_blob_init.3 \ 289 stats.3 stats_blob_clone.3 \ 290 stats.3 stats_blob_destroy.3 \ 291 stats.3 stats_voistat_fetch_dptr.3 \ 292 stats.3 stats_blob_snapshot.3 \ 293 stats.3 stats_blob_tostr.3 \ 294 stats.3 stats_voistatdata_tostr.3 \ 295 stats.3 stats_blob_visit.3 296MLINKS+= stdarg.3 va_arg.3 \ 297 stdarg.3 va_copy.3 \ 298 stdarg.3 va_end.3 \ 299 stdarg.3 varargs.3 \ 300 stdarg.3 va_start.3 301MLINKS+= timeradd.3 timerclear.3 \ 302 timeradd.3 timercmp.3 \ 303 timeradd.3 timerisset.3 \ 304 timeradd.3 timersub.3 \ 305 timeradd.3 timespecadd.3 \ 306 timeradd.3 timespecsub.3 \ 307 timeradd.3 timespecclear.3 \ 308 timeradd.3 timespecisset.3 \ 309 timeradd.3 timespeccmp.3 310MLINKS+= tree.3 RB_EMPTY.3 \ 311 tree.3 RB_ENTRY.3 \ 312 tree.3 RB_FIND.3 \ 313 tree.3 RB_FOREACH.3 \ 314 tree.3 RB_FOREACH_FROM.3 \ 315 tree.3 RB_FOREACH_REVERSE.3 \ 316 tree.3 RB_FOREACH_REVERSE_FROM.3 \ 317 tree.3 RB_FOREACH_REVERSE_SAFE.3 \ 318 tree.3 RB_FOREACH_SAFE.3 \ 319 tree.3 RB_GENERATE.3 \ 320 tree.3 RB_GENERATE_FIND.3 \ 321 tree.3 RB_GENERATE_INSERT.3 \ 322 tree.3 RB_GENERATE_INSERT_COLOR.3 \ 323 tree.3 RB_GENERATE_MINMAX.3 \ 324 tree.3 RB_GENERATE_NEXT.3 \ 325 tree.3 RB_GENERATE_NFIND.3 \ 326 tree.3 RB_GENERATE_PREV.3 \ 327 tree.3 RB_GENERATE_REMOVE.3 \ 328 tree.3 RB_GENERATE_REMOVE_COLOR.3 \ 329 tree.3 RB_GENERATE_STATIC.3 \ 330 tree.3 RB_HEAD.3 \ 331 tree.3 RB_INIT.3 \ 332 tree.3 RB_INITIALIZER.3 \ 333 tree.3 RB_INSERT.3 \ 334 tree.3 RB_LEFT.3 \ 335 tree.3 RB_MAX.3 \ 336 tree.3 RB_MIN.3 \ 337 tree.3 RB_NEXT.3 \ 338 tree.3 RB_NFIND.3 \ 339 tree.3 RB_PARENT.3 \ 340 tree.3 RB_PREV.3 \ 341 tree.3 RB_PROTOTYPE.3 \ 342 tree.3 RB_PROTOTYPE_FIND.3 \ 343 tree.3 RB_PROTOTYPE_INSERT.3 \ 344 tree.3 RB_PROTOTYPE_INSERT_COLOR.3 \ 345 tree.3 RB_PROTOTYPE_MINMAX.3 \ 346 tree.3 RB_PROTOTYPE_NEXT.3 \ 347 tree.3 RB_PROTOTYPE_NFIND.3 \ 348 tree.3 RB_PROTOTYPE_PREV.3 \ 349 tree.3 RB_PROTOTYPE_REMOVE.3 \ 350 tree.3 RB_PROTOTYPE_REMOVE_COLOR.3 \ 351 tree.3 RB_PROTOTYPE_STATIC.3 \ 352 tree.3 RB_REINSERT.3 \ 353 tree.3 RB_REMOVE.3 \ 354 tree.3 RB_RIGHT.3 \ 355 tree.3 RB_ROOT.3 \ 356 tree.3 SPLAY_EMPTY.3 \ 357 tree.3 SPLAY_ENTRY.3 \ 358 tree.3 SPLAY_FIND.3 \ 359 tree.3 SPLAY_FOREACH.3 \ 360 tree.3 SPLAY_GENERATE.3 \ 361 tree.3 SPLAY_HEAD.3 \ 362 tree.3 SPLAY_INIT.3 \ 363 tree.3 SPLAY_INITIALIZER.3 \ 364 tree.3 SPLAY_INSERT.3 \ 365 tree.3 SPLAY_LEFT.3 \ 366 tree.3 SPLAY_MAX.3 \ 367 tree.3 SPLAY_MIN.3 \ 368 tree.3 SPLAY_NEXT.3 \ 369 tree.3 SPLAY_PROTOTYPE.3 \ 370 tree.3 SPLAY_REMOVE.3 \ 371 tree.3 SPLAY_RIGHT.3 \ 372 tree.3 SPLAY_ROOT.3 373 374PTHREAD_MAN= pthread.3 \ 375 pthread_affinity_np.3 \ 376 pthread_atfork.3 \ 377 pthread_attr.3 \ 378 pthread_attr_affinity_np.3 \ 379 pthread_attr_get_np.3 \ 380 pthread_attr_setcreatesuspend_np.3 \ 381 pthread_barrierattr.3 \ 382 pthread_barrier_destroy.3 \ 383 pthread_cancel.3 \ 384 pthread_cleanup_pop.3 \ 385 pthread_cleanup_push.3 \ 386 pthread_condattr.3 \ 387 pthread_cond_broadcast.3 \ 388 pthread_cond_destroy.3 \ 389 pthread_cond_init.3 \ 390 pthread_cond_signal.3 \ 391 pthread_cond_timedwait.3 \ 392 pthread_cond_wait.3 \ 393 pthread_create.3 \ 394 pthread_detach.3 \ 395 pthread_equal.3 \ 396 pthread_exit.3 \ 397 pthread_getconcurrency.3 \ 398 pthread_getcpuclockid.3 \ 399 pthread_getspecific.3 \ 400 pthread_getthreadid_np.3 \ 401 pthread_join.3 \ 402 pthread_key_create.3 \ 403 pthread_key_delete.3 \ 404 pthread_kill.3 \ 405 pthread_main_np.3 \ 406 pthread_multi_np.3 \ 407 pthread_mutexattr.3 \ 408 pthread_mutexattr_getkind_np.3 \ 409 pthread_mutex_consistent.3 \ 410 pthread_mutex_destroy.3 \ 411 pthread_mutex_init.3 \ 412 pthread_mutex_lock.3 \ 413 pthread_mutex_timedlock.3 \ 414 pthread_mutex_trylock.3 \ 415 pthread_mutex_unlock.3 \ 416 pthread_once.3 \ 417 pthread_resume_all_np.3 \ 418 pthread_resume_np.3 \ 419 pthread_rwlockattr_destroy.3 \ 420 pthread_rwlockattr_getpshared.3 \ 421 pthread_rwlockattr_init.3 \ 422 pthread_rwlockattr_setpshared.3 \ 423 pthread_rwlock_destroy.3 \ 424 pthread_rwlock_init.3 \ 425 pthread_rwlock_rdlock.3 \ 426 pthread_rwlock_timedrdlock.3 \ 427 pthread_rwlock_timedwrlock.3 \ 428 pthread_rwlock_unlock.3 \ 429 pthread_rwlock_wrlock.3 \ 430 pthread_schedparam.3 \ 431 pthread_self.3 \ 432 pthread_set_name_np.3 \ 433 pthread_setspecific.3 \ 434 pthread_sigmask.3 \ 435 pthread_spin_init.3 \ 436 pthread_spin_lock.3 \ 437 pthread_suspend_all_np.3 \ 438 pthread_suspend_np.3 \ 439 pthread_switch_add_np.3 \ 440 pthread_testcancel.3 \ 441 pthread_yield.3 442 443PTHREAD_MLINKS= pthread_affinity_np.3 pthread_getaffinity_np.3 \ 444 pthread_affinity_np.3 pthread_setaffinity_np.3 445PTHREAD_MLINKS+=pthread_attr.3 pthread_attr_destroy.3 \ 446 pthread_attr.3 pthread_attr_getdetachstate.3 \ 447 pthread_attr.3 pthread_attr_getguardsize.3 \ 448 pthread_attr.3 pthread_attr_getinheritsched.3 \ 449 pthread_attr.3 pthread_attr_getschedparam.3 \ 450 pthread_attr.3 pthread_attr_getschedpolicy.3 \ 451 pthread_attr.3 pthread_attr_getscope.3 \ 452 pthread_attr.3 pthread_attr_getstack.3 \ 453 pthread_attr.3 pthread_attr_getstackaddr.3 \ 454 pthread_attr.3 pthread_attr_getstacksize.3 \ 455 pthread_attr.3 pthread_attr_init.3 \ 456 pthread_attr.3 pthread_attr_setdetachstate.3 \ 457 pthread_attr.3 pthread_attr_setguardsize.3 \ 458 pthread_attr.3 pthread_attr_setinheritsched.3 \ 459 pthread_attr.3 pthread_attr_setschedparam.3 \ 460 pthread_attr.3 pthread_attr_setschedpolicy.3 \ 461 pthread_attr.3 pthread_attr_setscope.3 \ 462 pthread_attr.3 pthread_attr_setstack.3 \ 463 pthread_attr.3 pthread_attr_setstackaddr.3 \ 464 pthread_attr.3 pthread_attr_setstacksize.3 465PTHREAD_MLINKS+=pthread_attr_affinity_np.3 pthread_attr_getaffinity_np.3 \ 466 pthread_attr_affinity_np.3 pthread_attr_setaffinity_np.3 467PTHREAD_MLINKS+=pthread_barrierattr.3 pthread_barrierattr_destroy.3 \ 468 pthread_barrierattr.3 pthread_barrierattr_getpshared.3 \ 469 pthread_barrierattr.3 pthread_barrierattr_init.3 \ 470 pthread_barrierattr.3 pthread_barrierattr_setpshared.3 471PTHREAD_MLINKS+=pthread_barrier_destroy.3 pthread_barrier_init.3 \ 472 pthread_barrier_destroy.3 pthread_barrier_wait.3 473PTHREAD_MLINKS+=pthread_condattr.3 pthread_condattr_destroy.3 \ 474 pthread_condattr.3 pthread_condattr_init.3 \ 475 pthread_condattr.3 pthread_condattr_getclock.3 \ 476 pthread_condattr.3 pthread_condattr_setclock.3 \ 477 pthread_condattr.3 pthread_condattr_getpshared.3 \ 478 pthread_condattr.3 pthread_condattr_setpshared.3 479PTHREAD_MLINKS+=pthread_getconcurrency.3 pthread_setconcurrency.3 480PTHREAD_MLINKS+=pthread_multi_np.3 pthread_single_np.3 481PTHREAD_MLINKS+=pthread_mutexattr.3 pthread_mutexattr_destroy.3 \ 482 pthread_mutexattr.3 pthread_mutexattr_getprioceiling.3 \ 483 pthread_mutexattr.3 pthread_mutexattr_getprotocol.3 \ 484 pthread_mutexattr.3 pthread_mutexattr_getrobust.3 \ 485 pthread_mutexattr.3 pthread_mutexattr_gettype.3 \ 486 pthread_mutexattr.3 pthread_mutexattr_init.3 \ 487 pthread_mutexattr.3 pthread_mutexattr_setprioceiling.3 \ 488 pthread_mutexattr.3 pthread_mutexattr_setprotocol.3 \ 489 pthread_mutexattr.3 pthread_mutexattr_setrobust.3 \ 490 pthread_mutexattr.3 pthread_mutexattr_settype.3 491PTHREAD_MLINKS+=pthread_mutexattr_getkind_np.3 pthread_mutexattr_setkind_np.3 492PTHREAD_MLINKS+=pthread_rwlock_rdlock.3 pthread_rwlock_tryrdlock.3 493PTHREAD_MLINKS+=pthread_rwlock_wrlock.3 pthread_rwlock_trywrlock.3 494PTHREAD_MLINKS+=pthread_schedparam.3 pthread_getschedparam.3 \ 495 pthread_schedparam.3 pthread_setschedparam.3 496PTHREAD_MLINKS+=pthread_set_name_np.3 pthread_get_name_np.3 \ 497 pthread_set_name_np.3 pthread_getname_np.3 \ 498 pthread_set_name_np.3 pthread_setname_np.3 499PTHREAD_MLINKS+=pthread_spin_init.3 pthread_spin_destroy.3 \ 500 pthread_spin_lock.3 pthread_spin_trylock.3 \ 501 pthread_spin_lock.3 pthread_spin_unlock.3 502PTHREAD_MLINKS+=pthread_switch_add_np.3 pthread_switch_delete_np.3 503PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \ 504 pthread_testcancel.3 pthread_setcanceltype.3 505PTHREAD_MLINKS+=pthread_join.3 pthread_peekjoin_np.3 \ 506 pthread_join.3 pthread_timedjoin_np.3 507 508.include <bsd.prog.mk> 509