Searched refs:handle3 (Results 1 - 5 of 5) sorted by relevance
/third_party/musl/libc-test/src/functionalext/dlns/ |
H A D | dlns_special_scene.c | 43 void* handle3 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100() local 44 EXPECT_TRUE("dlopen_ns_special_0100", handle3); in dlopen_ns_special_0100() 48 dlclose(handle3); in dlopen_ns_special_0100() 74 void* handle3 = dlopen_ns(&dlns_wrong_lib_path, dllName, RTLD_LAZY); in dlopen_ns_special_0200() local 75 EXPECT_TRUE("dlopen_ns_special_0200", handle3); in dlopen_ns_special_0200() 79 dlclose(handle3); in dlopen_ns_special_0200()
|
H A D | dlns_inherit.c | 273 void* handle3 = dlopen_ns(&dlnsA, libD, RTLD_LAZY); in dlns_inherit_0900() local 274 EXPECT_TRUE("dlns_inherit_0900", handle3); in dlns_inherit_0900() 275 dlclose(handle3); in dlns_inherit_0900() 313 void* handle3 = dlopen_ns(&dlnsD, dllName, RTLD_LAZY); in dlns_inherit_1000() local 314 EXPECT_TRUE("dlns_inherit_1000", handle3); in dlns_inherit_1000() 315 dlclose(handle3); in dlns_inherit_1000()
|
H A D | dlns_set_fun.c | 261 void* handle3 = dlopen_ns(&dlns, libBpath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0500() local 262 EXPECT_TRUE("dlns_set_namespace_permitted_paths_0500", handle3); in dlns_set_namespace_permitted_paths_0500() 263 dlclose(handle3); in dlns_set_namespace_permitted_paths_0500()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | lock_test.cc | 215 PlatformThreadHandle handle3 = kNullThreadHandle; in MutexFourThreads() local 219 EXPECT_TRUE(PlatformThread::Create(&thread3, &handle3)); in MutexFourThreads() 225 PlatformThread::Join(handle3); in MutexFourThreads()
|
/third_party/musl/libc-test/src/functional/ |
H A D | dlopen_ns.c | 205 void* handle3 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY); in dlopen_inherit() local 206 if(handle3){ in dlopen_inherit() 208 dlclose(handle3); in dlopen_inherit()
|
Completed in 4 milliseconds