davidxu 6724b46563 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.
2004-12-30 02:56:17 +00:00
..
2004-12-21 12:32:15 +00:00
2004-12-06 19:46:02 +00:00
2004-12-28 00:07:57 +00:00
2004-12-28 21:52:45 +00:00
2004-12-27 18:18:38 +00:00
2004-11-09 16:47:47 +00:00
2004-12-29 21:50:44 +00:00
2004-12-28 00:07:57 +00:00
2004-12-13 18:26:13 +00:00
2004-10-12 08:22:08 +00:00
2004-11-10 07:16:59 +00:00
2004-11-17 09:09:55 +00:00
2004-12-22 17:32:27 +00:00
2004-12-24 14:13:38 +00:00
2004-12-24 16:21:46 +00:00
2004-12-14 21:35:00 +00:00