diff options
author | davidxu <davidxu@FreeBSD.org> | 2004-12-30 02:56:17 +0000 |
---|---|---|
committer | davidxu <davidxu@FreeBSD.org> | 2004-12-30 02:56:17 +0000 |
commit | 6724b46563fef45d02a9e243cc4a5cca18c47929 (patch) | |
tree | 22d29dee9179f84cb0e723a7232fab95ee560834 /sys/pci/agp_via.c | |
parent | 3306580a191d802777ad3770ab16eb6e40ac98e9 (diff) | |
download | FreeBSD-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/pci/agp_via.c')
0 files changed, 0 insertions, 0 deletions