Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functionalext/dlns/
Ddlns_set_fun.c105 void *handle1 = dlopen_ns(&dlns, libB, RTLD_LAZY); in dlns_set_namespace_lib_path_0500() local
106 EXPECT_TRUE("dlns_set_namespace_lib_path_0500", handle1); in dlns_set_namespace_lib_path_0500()
107 dlclose(handle1); in dlns_set_namespace_lib_path_0500()
140 void* handle1 = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_separated_0200() local
141 EXPECT_FALSE("dlns_set_namespace_separated_0200", handle1); in dlns_set_namespace_separated_0200()
186 void* handle1 = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0200() local
187 EXPECT_TRUE("dlns_set_namespace_permitted_paths_0200", handle1); in dlns_set_namespace_permitted_paths_0200()
188 dlclose(handle1); in dlns_set_namespace_permitted_paths_0200()
214 void* handle1 = dlopen_ns(&dlns, newLibPath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0300() local
215 EXPECT_TRUE("dlns_set_namespace_permitted_paths_0300", handle1); in dlns_set_namespace_permitted_paths_0300()
[all …]
Ddlns_inherit.c43 void* handle1 = dlopen_ns(&dlnsA, sharedLib, RTLD_LAZY); in dlns_inherit_0100() local
44 EXPECT_TRUE("dlns_inherit_0100", handle1); in dlns_inherit_0100()
45 dlclose(handle1); in dlns_inherit_0100()
66 void* handle1 = dlopen_ns(&dlnsA, sharedLib, RTLD_LAZY); in dlns_inherit_0200() local
67 EXPECT_FALSE("dlns_inherit_0200", handle1); in dlns_inherit_0200()
84 void* handle1 = dlopen_ns(&dlnsA, dllName_inh_003, RTLD_LAZY); in dlns_inherit_0300() local
85 EXPECT_FALSE("dlns_inherit_0300", handle1); in dlns_inherit_0300()
114 void* handle1 = dlopen_ns(&dlnsAA, dllName, RTLD_LAZY); in dlns_inherit_0400() local
115 EXPECT_FALSE("dlns_inherit_0400", handle1); in dlns_inherit_0400()
265 void* handle1 = dlopen_ns(&dlnsA, libB, RTLD_LAZY); in dlns_inherit_0900() local
[all …]
Ddlns_special_scene.c34 void* handle1 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100() local
35 EXPECT_TRUE("dlopen_ns_special_0100", handle1); in dlopen_ns_special_0100()
43 dlclose(handle1); in dlopen_ns_special_0100()
60 void* handle1 = dlopen_ns(&dlns_no_allowed_libs, dllName, RTLD_LAZY); in dlopen_ns_special_0200() local
61 EXPECT_TRUE("dlopen_ns_special_0200", handle1); in dlopen_ns_special_0200()
69 dlclose(handle1); in dlopen_ns_special_0200()
Ddlns_separated.c220 void* handle1 = dlopen_ns(&dlns, libB, RTLD_LAZY); in separated_1100() local
221 EXPECT_FALSE("separated_1100", handle1); in separated_1100()
242 void* handle1 = dlopen_ns(&dlns, libbb, RTLD_LAZY); in separated_1200() local
243 EXPECT_FALSE("separated_1200", handle1); in separated_1200()
/third_party/musl/libc-test/src/functional/
Ddlopen_ns.c67 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW); in dlopen_same_so_twice_by_same_ns() local
68 if(!handle1) in dlopen_same_so_twice_by_same_ns()
75 if (handle1 != handle2) in dlopen_same_so_twice_by_same_ns()
78 if(dlclose(handle1)) in dlopen_same_so_twice_by_same_ns()
96 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW); in dlopen_same_so_by_different_ns() local
97 if(!handle1) in dlopen_same_so_by_different_ns()
104 if (handle1 == handle2) in dlopen_same_so_by_different_ns()
107 if(dlclose(handle1)) in dlopen_same_so_by_different_ns()
126 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW); in dlopen_same_so_by_different_inherit_ns() local
127 if(!handle1) in dlopen_same_so_by_different_inherit_ns()
[all …]
Ddlopen.c43 void* handle1 = dlopen(SO_LOAD_BY_LOCAL, RTLD_LOCAL); in dlopen_so_used_by_dlsym() local
44 if(!handle1) in dlopen_so_used_by_dlsym()
53 if(dlclose(handle1)) in dlopen_so_used_by_dlsym()
73 void* handle1 = dlopen(SO_FOR_NO_DELETE, RTLD_NODELETE); in dlopen_nodelete_and_noload() local
75 if(!handle1) in dlopen_nodelete_and_noload()
78 if(dlclose(handle1)) in dlopen_nodelete_and_noload()
86 if (handle1 != handle2) { in dlopen_nodelete_and_noload()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcordz_handle_test.cc121 auto* handle1 = new CordzHandle(); in TEST() local
122 EXPECT_TRUE(snapshot1.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST()
124 CordzHandle::Delete(handle1); in TEST()
125 EXPECT_TRUE(snapshot1.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST()
129 EXPECT_TRUE(snapshot1.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST()
131 EXPECT_FALSE(snapshot2.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST()
135 EXPECT_TRUE(snapshot1.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST()
/third_party/node/test/parallel/
Dtest-timers-same-timeout-wrong-list-deleted.js16 const handle1 = setTimeout(common.mustCall(function() { constant
18 clearTimeout(handle1);
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dlock_test.cc213 PlatformThreadHandle handle1 = kNullThreadHandle; in MutexFourThreads() local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1)); in MutexFourThreads()
223 PlatformThread::Join(handle1); in MutexFourThreads()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dlock_test.cc213 PlatformThreadHandle handle1 = kNullThreadHandle; in MutexFourThreads() local
217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1)); in MutexFourThreads()
223 PlatformThread::Join(handle1); in MutexFourThreads()
/third_party/rust/crates/tracing/tracing/tests/
Dmultiple_max_level_hints.rs27 let (subscriber1, handle1) = subscriber::mock() in multiple_max_level_hints()
64 handle1.assert_finished(); in multiple_max_level_hints()
Dspan.rs230 let (subscriber1, handle1) = subscriber::mock() in clone_and_drop_span_always_go_to_the_subscriber_that_tagged_the_span()
255 handle1.assert_finished(); in clone_and_drop_span_always_go_to_the_subscriber_that_tagged_the_span()
/third_party/rust/crates/tracing/tracing-subscriber/tests/
Doption.rs247 let (layer1, handle1) = tracing_subscriber::reload::Layer::new(None::<BasicLayer>); in reload_works_with_none()
254 handle1.reload(Some(BasicLayer(None))).unwrap(); in reload_works_with_none()
258 handle1 in reload_works_with_none()
/third_party/rust/crates/tracing/tracing-subscriber/tests/env_filter/
Dper_layer.rs256 let (layer1, handle1) = { in multiple_dynamic_filters()
303 handle1.assert_finished(); in multiple_dynamic_filters()
Dmain.rs497 let (layer1, handle1) = { in multiple_dynamic_filters()
544 handle1.assert_finished(); in multiple_dynamic_filters()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
Dflag_test.cc860 auto* handle1 = absl::FindCommandLineFlag("flag_on_separate_file"); in __anon552c9b200d02() local
862 if (handle1 != nullptr && handle2 != nullptr) { in __anon552c9b200d02()
863 return handle1->Name() == handle2->Name(); in __anon552c9b200d02()