class RegisterStateTest_ContextSwitchOfGsBase_Class
Defined at line 52 of file ../../src/zircon/tests/register-state/register-state-test.cc
This tests whether the gs_base register on x86 is preserved across
context switches.
We do this by launching multiple threads that set gs_base to different
values. After all the threads have set gs_base, the threads wake up and
check that gs_base was preserved.
Public Methods
void RegisterStateTest_ContextSwitchOfGsBase_Class ()
Defined at line 52 of file ../../src/zircon/tests/register-state/register-state-test.cc
void ~RegisterStateTest_ContextSwitchOfGsBase_Class ()
Defined at line 52 of file ../../src/zircon/tests/register-state/register-state-test.cc