class DynamicTlsHelper
Defined at line 82 of file ../../sdk/lib/c/dlfcn/dl/test/dl-impl-tests.h
Public Methods
void Init (const char * file)
Load the same module in parallel with the system dlopen. It and its
deps should get assigned the same module IDs that the just-completed
DlImplTests::DlOpen call assigned, so the system __tls_get_addr lookups
will find the corresponding module's dynamic TLS segment with the right
initial data.
Defined at line 89 of file ../../sdk/lib/c/dlfcn/dl/test/dl-impl-tests.h
void ~DynamicTlsHelper ()
Defined at line 95 of file ../../sdk/lib/c/dlfcn/dl/test/dl-impl-tests.h