Searched hist:"9969137 ced542e48be6e36af02f86f76c3f2f7c3" (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tests/system/libroot/posix/ |
H A D | user_thread_fork_test.cpp | 9969137ced542e48be6e36af02f86f76c3f2f7c3 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 D | Jamfile | 9969137ced542e48be6e36af02f86f76c3f2f7c3 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 D | team.cpp | 9969137ced542e48be6e36af02f86f76c3f2f7c3 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().
|