re: open() and close() from multithread application

matthew green <[email protected]> Thu, 12 Mar 2026 14:06:45 +1100
Newsgroups gmane.os.netbsd.devel.kernel
Message-ID <[email protected]>
if you absolutely need per-open semantics, the way to get that
in netbsd is with a "clone" device.  look for fd_clone(9) and
examples using it.


.mrg.