Home
last modified time | relevance | path

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

/bionic/tests/
Ddlfcn_test.cpp1318 static void test_dlclose_after_thread_local_dtor(const char* library_name) { in test_dlclose_after_thread_local_dtor() argument
1331 void* handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_after_thread_local_dtor()
1334 handle = dlopen(library_name, RTLD_NOW); in test_dlclose_after_thread_local_dtor()
1343 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_after_thread_local_dtor()
1355 static void test_dlclose_before_thread_local_dtor(const char* library_name) { in test_dlclose_before_thread_local_dtor() argument
1358 auto f = [library_name](bool* is_dtor_triggered) { in test_dlclose_before_thread_local_dtor()
1359 void* handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1362 handle = dlopen(library_name, RTLD_NOW); in test_dlclose_before_thread_local_dtor()
1377 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1382 void* handle = dlopen(library_name, RTLD_NOW); in test_dlclose_before_thread_local_dtor()
[all …]