Page MenuHomeFreeBSD

In preparation for switching linuxulator to the use the native 1:1 threads split sys_thr_exit() up into sys_thr_exit() and kern_thr_exit(). Where the second will be used in linux_exit() system call later.
ClosedPublic

Authored by dchagin on Oct 30 2014, 5:50 PM.
Tags
None
Referenced Files
F125013747: D1028.diff
Sat, Aug 2, 10:06 AM
F124983135: D1028.id5595.diff
Sat, Aug 2, 1:35 AM
Unknown Object (File)
Fri, Aug 1, 4:19 AM
Unknown Object (File)
Sun, Jul 27, 7:59 AM
Unknown Object (File)
Sat, Jul 26, 10:17 AM
Unknown Object (File)
Fri, Jul 25, 10:45 PM
Unknown Object (File)
Fri, Jul 25, 9:04 PM
Unknown Object (File)
Tue, Jul 22, 11:49 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin retitled this revision from to In preparation for switching linuxulator to the use the native 1:1 threads split sys_thr_exit() up into sys_thr_exit() and kern_thr_exit(). Where the second will be used in linux_exit() system call later..

Do we have a way to guarantee that Linux processes never use umtx?

umtx? not used, and I think it will not be used later. Linux futexes very different from umtx. so, yes

trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Dec 8 2014, 10:23 AM
This revision was automatically updated to reflect the committed changes.