summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/include/mutex.h
Commit message (Expand)AuthorAgeFilesLines
* Change and clean the mutex lock interface.bmilekic2001-02-091-31/+16
* Move most of sys/mutex.h into kern/kern_mutex.c, thereby making the mutexjasone2001-01-211-0/+6
* Fix all the interrupt enabled/disabled assertions which were backwards.jhb2000-11-151-6/+6
* Define the mtx_legal2block() macro used in the witness code that managedjhb2000-10-201-0/+3
* Fix a braino in the ASS_SIEN() macro in the MUTEX_DEBUG case by usingjhb2000-10-201-1/+2
* Catch up to some of the changes to _getlock_spin_block. Specifically,jhb2000-10-201-4/+4
* - Make the mutex code almost completely machine independent. This greatlyjhb2000-10-201-468/+12
* Reduce userland namespace polution.jasone2000-10-041-1/+4
* #include <sys/proc.h> in order to get curproc. This seems to be the lesserjasone2000-09-231-2/+1
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-141-25/+23
* - Fix spinlock exiting to handle recursion properly and only enablejhb2000-09-131-5/+7
* Really disable interrupts for spin mutexes instead of just pretending.dfr2000-09-121-8/+6
* The alpha doesn't have a eflags register, so don't refer to it here.jhb2000-09-111-2/+0
* Style cleanups. No functional changes.jasone2000-09-091-71/+63
* Add file and line arguments to WITNESS_ENTER() and WITNESS_EXIT, sincejasone2000-09-091-16/+16
* Add missing \'s to multline macros used for assertions.jhb2000-09-091-2/+2
* Use inline functions instead of macros for mtx_enter(), mtx_try_enter(),jasone2000-09-081-146/+160
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-0/+563
OpenPOWER on IntegriCloud