/sys/modules/ld_cac/

wspan='2'>cgit logo index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/lib/libpthread/pthread_spin_init.3
AgeCommit message (Collapse)Author
2010-07-08Merge/group man pages:rmind
- pthread_barrier_{init,destroy,wait} into pthread_barrier(3). - pthread_cond_* into pthread_cond(3). - pthread_mutex_* into pthread_mutex(3). - pthread_rwlock_* into pthread_rwlock(3). - pthread_spin_* into pthread_spin(3). Cross-link amongst groups. OK jruoho@
2008-05-26Sort sections. Use more markup.wiz
2008-05-26Note that apps with real-time threads shouldn't use spinlocks because ofad
the danger of deadlock, and note that in general spinlocks suck and mutexes should be used instead!
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2005-06-17New sentence, new line.wiz
2005-06-17Fix various spelling errors.peter
From Igor Sobrado in PR/29997.
2003-07-04Drop trailing whitespace.wiz
2003-06-08$NetBSD$, not $Header$.thorpej
2003-06-03Man pages for libpthread, written by Stephen Degler.nathanw