Searched refs:handle3 (Results 1 – 6 of 6) sorted by relevance
/third_party/musl/libc-test/src/functionalext/dlns/ |
D | dlns_special_scene.c | 40 void* handle3 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100() local 41 EXPECT_TRUE("dlopen_ns_special_0100", handle3); in dlopen_ns_special_0100() 45 dlclose(handle3); in dlopen_ns_special_0100() 66 void* handle3 = dlopen_ns(&dlns_wrong_lib_path, dllName, RTLD_LAZY); in dlopen_ns_special_0200() local 67 EXPECT_TRUE("dlopen_ns_special_0200", handle3); in dlopen_ns_special_0200() 71 dlclose(handle3); in dlopen_ns_special_0200()
|
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()
|
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/ |
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/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
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/ |
D | dlopen_ns.c | 200 void* handle3 = dlopen_ns(&inherit_A, dllName, RTLD_LAZY); in dlopen_inherit() local 201 if(handle3){ in dlopen_inherit() 203 dlclose(handle3); in dlopen_inherit()
|