Home
last modified time | relevance | path

Searched refs:library_name (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Ddlfcn_test.cpp1320 static void test_dlclose_after_thread_local_dtor(const char* library_name) { in test_dlclose_after_thread_local_dtor() argument
1333 void* handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_after_thread_local_dtor()
1336 handle = dlopen(library_name, RTLD_NOW); in test_dlclose_after_thread_local_dtor()
1345 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_after_thread_local_dtor()
1357 static void test_dlclose_before_thread_local_dtor(const char* library_name) { in test_dlclose_before_thread_local_dtor() argument
1360 auto f = [library_name](bool* is_dtor_triggered) { in test_dlclose_before_thread_local_dtor()
1361 void* handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1364 handle = dlopen(library_name, RTLD_NOW); in test_dlclose_before_thread_local_dtor()
1379 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1384 void* handle = dlopen(library_name, RTLD_NOW); in test_dlclose_before_thread_local_dtor()
[all …]