Home
last modified time | relevance | path

Searched hist:"9969137 ced542e48be6e36af02f86f76c3f2f7c3" (Results 1 – 3 of 3) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Duser_thread_fork_test.cpp9969137ced542e48be6e36af02f86f76c3f2f7c3 Sun Dec 18 08:28:52 UTC 2016 Jérôme Duval <jerome.duval@gmail.com> fork(): Follow-up fix to 17b2a3cfc.

* Ingo rightly noticed that the defer_signals counter is reinitialized on
thread's user area creation. Setting the flag THREAD_CREATION_FLAG_DEFER_SIGNALS
indeed gives the expected behavior, deferring signals until undefer_signals() is
called in the child thread. Thanks for the review and fix suggestion.
* Added a simple test showing the values of the defer_signals counter after fork().
H A DJamfile9969137ced542e48be6e36af02f86f76c3f2f7c3 Sun Dec 18 08:28:52 UTC 2016 Jérôme Duval <jerome.duval@gmail.com> fork(): Follow-up fix to 17b2a3cfc.

* Ingo rightly noticed that the defer_signals counter is reinitialized on
thread's user area creation. Setting the flag THREAD_CREATION_FLAG_DEFER_SIGNALS
indeed gives the expected behavior, deferring signals until undefer_signals() is
called in the child thread. Thanks for the review and fix suggestion.
* Added a simple test showing the values of the defer_signals counter after fork().
/haiku/src/system/kernel/
H A Dteam.cpp9969137ced542e48be6e36af02f86f76c3f2f7c3 Sun Dec 18 08:28:52 UTC 2016 Jérôme Duval <jerome.duval@gmail.com> fork(): Follow-up fix to 17b2a3cfc.

* Ingo rightly noticed that the defer_signals counter is reinitialized on
thread's user area creation. Setting the flag THREAD_CREATION_FLAG_DEFER_SIGNALS
indeed gives the expected behavior, deferring signals until undefer_signals() is
called in the child thread. Thanks for the review and fix suggestion.
* Added a simple test showing the values of the defer_signals counter after fork().