Lines Matching refs:library_name
1318 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()
1386 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1394 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1399 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in test_dlclose_before_thread_local_dtor()
1413 const constexpr char* library_name = "libtest_indirect_thread_local_dtor.so"; in TEST() local
1426 void* handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1429 handle = dlopen(library_name, RTLD_NOW); in TEST()
1453 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1482 void* handle = dlopen(library_name, RTLD_NOW); in TEST()
1486 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1495 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1509 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()
1513 handle = dlopen(library_name, RTLD_NOW | RTLD_NOLOAD); in TEST()