summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2004-12-18 12:52:44 +0000
committerdavidxu <davidxu@FreeBSD.org>2004-12-18 12:52:44 +0000
commit395ea4c2e2af05ed29a6da44bc4a81c58dd7aafc (patch)
tree14adfa0728612cadcbe3d5c74e0f336cd2f60fd4 /include
parentd4138a03c5a8ffac7cc65a1c6960d14f7a16623c (diff)
downloadFreeBSD-src-395ea4c2e2af05ed29a6da44bc4a81c58dd7aafc.zip
FreeBSD-src-395ea4c2e2af05ed29a6da44bc4a81c58dd7aafc.tar.gz
1. make umtx sharable between processes, the way is two or more processes
call mmap() to create a shared space, and then initialize umtx on it, after that, each thread in different processes can use the umtx same as threads in same process. 2. introduce a new syscall _umtx_op to support timed lock and condition variable semantics. also, orignal umtx_lock and umtx_unlock inline functions now are reimplemented by using _umtx_op, the _umtx_op can use arbitrary id not just a thread id.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud