summaryrefslogtreecommitdiffstats
path: root/sys/dev/agp
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-12-30 02:56:17 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-12-30 02:56:17 +0000
commit6724b46563fef45d02a9e243cc4a5cca18c47929 (patch)
tree22d29dee9179f84cb0e723a7232fab95ee560834 /sys/dev/agp
parent3306580a191d802777ad3770ab16eb6e40ac98e9 (diff)
downloadFreeBSD-src-6724b46563fef45d02a9e243cc4a5cca18c47929.zip
FreeBSD-src-6724b46563fef45d02a9e243cc4a5cca18c47929.tar.gz
Make umtx_wait and umtx_wake more like linux futex does, it is
more general than previous. It also lets me implement cancelable point in thread library. Also in theory, umtx_lock and umtx_unlock can be implemented by using umtx_wait and umtx_wake, all atomic operations can be done in userland without kernel's casuptr() function.
Diffstat (limited to 'sys/dev/agp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud