Home
last modified time | relevance | path

Searched refs:shared (Results 1 – 25 of 1239) sorted by relevance

12345678910>>...50

/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.h54 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
58 shared::SPSExpected<shared::SPSSequence<shared::SPSExecutorAddr>>(
59 shared::SPSExecutorAddr, shared::SPSExecutorAddr,
63 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
66 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest);
68 shared::SPSExecutorAddr, shared::SPSSequence<shared::SPSExecutorAddr>);
73 shared::SPSTuple<shared::SPSExecutorAddr, shared::SPSString>>(
76 shared::SPSExpected<shared::SPSExecutorAddr>(
77 shared::SPSExecutorAddr, shared::SPSExecutorAddr,
80 shared::SPSError(shared::SPSExecutorAddr,
[all …]
/openbsd/gnu/usr.bin/perl/dist/threads-shared/t/
H A Dobject2.t24 use threads::shared;
53 my $ID :shared = -1;
251 # Testing with shared array
252 my @shared_ary :shared;
326 # Testing with shared hash
327 my %shared_hash :shared;
401 # Testing with shared scalar
422 my @a : shared;
439 my @a : shared;
457 my @a :shared;
[all …]
H A Ddualvar.t20 use threads::shared;
91 my @ary :shared;
102 my @ary :shared;
125 my @ary :shared;
136 my @ary :shared;
163 my %hsh :shared;
178 my %hsh :shared;
205 my %hsh :shared;
220 my %hsh :shared;
421 my @ary :shared;
[all …]
H A Dutf8.t42 use threads::shared;
52 my %a :shared;
57 is(exists($a{$plain}), 1, 'Found plain key in shared hash');
58 is(exists($a{$utf8}), 1, 'Found UTF-8 key in shared hash');
59 is(exists($a{$code}), 1, 'Found code ref key in shared hash');
63 is($key, $plain, 'Plain key in shared hash');
65 is($key, $utf8, 'UTF-8 key in shared hash');
67 is($key, "$code", 'Code ref key in shared hash');
84 is($key, $plain, 'Plain key in shared hash ref');
86 is($key, $utf8, 'UTF-8 key in shared hash ref');
[all …]
H A Dshared_attr.t37 use threads::shared;
47 my $foo : shared = "foo";
51 my @foo : shared = ("foo","bar");
55 my %foo : shared = ( foo => "bar" );
65 my $shared :shared = &share({});
66 $$shared{'foo'} = 'bar';
69 my $str1 = "$shared";
70 my $str2 = "$shared";
72 $str1 = $$shared{'foo'};
73 $str2 = $$shared{'foo'};
H A Dclone.t36 use threads::shared;
61 my $foo :shared = shared_clone($x);
75 my $foo :shared;
78 ok($test++, threads::shared::_id($foo) == threads::shared::_id($$foo), 'Circular ref');
81 … ok($test++, threads::shared::_id($foo) == threads::shared::_id($$foo), 'Circular ref in thread');
90 ok($test++, threads::shared::_id($$foo) == threads::shared::_id($$$$$foo),
154 my $copy :shared;
168 …ok($test++, threads::shared::_id($copy) == threads::shared::_id($copy->{'self'}), 'Circular ref in…
175 my $copy :shared;
182 $threads::shared::clone_warn = 1;
[all …]
/openbsd/usr.bin/file/magdir/
H A Dbsdi9 >32 byte 0x6a (uses shared libs)
13 >32 byte 0x6a (uses shared libs)
17 >32 byte 0x6a (uses shared libs)
21 >32 byte 0x6a (uses shared libs)
23 # same as in SunOS 4.x, except for static shared libraries
26 >>20 belong <4096 shared library
31 >36 belong 0xb4100001 (uses shared libs)
37 >36 belong 0xb4100001 (uses shared libs)
43 >36 belong 0xb4100001 (uses shared libs)
H A Dmach5 # Unfortunately the first, cafebabe, is shared with
13 >12 lelong 3 fixed virtual memory shared library
16 >12 lelong 6 dynamically linked shared library
19 >12 lelong 9 dynamically linked shared library stub
50 >12 belong 3 fixed virtual memory shared library
53 >12 belong 6 dynamically linked shared library
56 >12 belong 9 dynamically linked shared library stub
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp18 using namespace llvm::orc::shared;
25 static llvm::orc::shared::CWrapperFunctionResult
36 static llvm::orc::shared::CWrapperFunctionResult
48 static llvm::orc::shared::CWrapperFunctionResult
59 static llvm::orc::shared::CWrapperFunctionResult
69 static llvm::orc::shared::CWrapperFunctionResult
83 shared::SPSMemoryAccessUInt8Write>); in addTo()
86 shared::SPSMemoryAccessUInt16Write>); in addTo()
89 shared::SPSMemoryAccessUInt32Write>); in addTo()
92 shared::SPSMemoryAccessUInt64Write>); in addTo()
H A DSimpleRemoteEPCServer.cpp20 using namespace llvm::orc::shared;
211 shared::SPSArgList<shared::SPSSimpleRemoteEPCExecutorInfo>; in sendSetupMessage()
213 shared::WrapperFunctionResult::allocate(SPSSerialize::size(EI)); in sendSetupMessage()
226 std::promise<shared::WrapperFunctionResult> *P = nullptr; in handleResult()
238 auto R = shared::WrapperFunctionResult::allocate(ArgBytes.size()); in handleResult()
249 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper()
251 shared::WrapperFunctionResult ResultBytes( in handleCallWrapper()
260 shared::WrapperFunctionResult
264 std::promise<shared::WrapperFunctionResult> ResultP; in doJITDispatch()
269 return shared::WrapperFunctionResult::createOutOfBandError( in doJITDispatch()
[all …]
H A DExecutorSharedMemoryMapperService.cpp298 llvm::orc::shared::CWrapperFunctionResult
301 return shared::WrapperFunction< in reserveWrapper()
304 shared::makeMethodWrapperHandler( in reserveWrapper()
309 llvm::orc::shared::CWrapperFunctionResult
312 return shared::WrapperFunction< in initializeWrapper()
315 shared::makeMethodWrapperHandler( in initializeWrapper()
320 llvm::orc::shared::CWrapperFunctionResult
323 return shared::WrapperFunction< in deinitializeWrapper()
326 shared::makeMethodWrapperHandler( in deinitializeWrapper()
331 llvm::orc::shared::CWrapperFunctionResult
[all …]
/openbsd/gnu/usr.bin/perl/dist/Thread-Queue/t/
H A D02_refs.t13 use threads::shared;
31 my @ary2 :shared = (99, 21, 86);
67 my $cir1s : shared;
73 my $cir3 :shared = &share({});
144 is(threads::shared::_id($$c1),
145 threads::shared::_id($c1),
148 is(threads::shared::_id($$c1s),
149 threads::shared::_id($c1s),
153 threads::shared::_id($c2),
157 threads::shared::_id($c2),
[all …]
/openbsd/gnu/usr.bin/perl/t/op/
H A Dstate.t178 state $a :shared;
179 state $b :shared = 3;
180 state @c :shared;
182 state %e :shared;
509 (state @a :shared) = 1;
511 (state %a :shared) = ();
516 state (@a) :shared = 1;
517 (state (@a) :shared) = 1;
520 state (%a) :shared = ();
521 (state (%a) :shared) = ();
[all …]
/openbsd/gnu/lib/libreadline/
H A DREADME54 There is skeletal support for building shared versions of the
56 a Makefile in the `shlib' subdirectory, and typing `make shared'
57 will cause shared versions of the Readline and History libraries
61 to build the shared libraries by default on supported platforms.
93 These should be the flags needed for generic shared object
106 generating the filename of the shared library. Many systems
112 run-time loader to load the version of the shared library
113 appropriate for a particular program. Systems using shared
123 or not shared library creation should be attempted.
128 `make shared'. The shared libraries will be created in the shlib
[all …]
H A DINSTALL26 supported, the shared readline and history libraries.
180 `--enable-shared'
192 the `shlib' subdirectory, and typing `make shared' will cause
229 These should be the flags needed for generic shared object
242 generating the filename of the shared library. Many systems
248 run-time loader to load the version of the shared library
249 appropriate for a particular program. Systems using shared
259 or not shared library creation should be attempted. If
260 shared libraries are not supported, this will be set to
266 `make shared' or `make'. The shared libraries will be created in the
[all …]
/openbsd/gnu/lib/libstdc++/
H A Dltcf-c.sh67 *** to be unable to reliably create shared libraries on AIX.
68 *** Therefore, libtool is disabling shared libraries support. If you
69 *** really care for shared libraries, you may want to modify your PATH
204 *** create shared libraries on Solaris systems. Therefore, libtool
205 *** is disabling shared libraries support. We urge you to upgrade GNU
413 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
463 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
479 …archive_cmds='$CC $pic_flag -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_f…
485 …output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep …
535 archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/Console/
H A DParallelSession.pm13 my %shared;
23 my $context = $shared{$formatter} ||= $self->_create_shared_context;
92 my $context = $shared{$formatter};
129 my $context = $shared{$formatter};
157 my $context = $shared{$formatter};
175 my $context = $shared{$formatter};
197 delete $shared{$formatter};
/openbsd/regress/lib/libpthread/
H A DMakefile37 rm -f /tmp/thread-{shared,static,debug}
39 REGRESS_LOG=/tmp/thread-shared make
45 @(shared=$$(grep FAIL /tmp/thread-shared) || true; \
46 if [ "$$shared" ]; then \
47 echo "** SHARED lib failures:"; echo "$$shared"; echo; \
/openbsd/gnu/usr.bin/perl/dist/threads-shared/lib/threads/
H A Dshared.pm1 package threads::shared;
16 $threads::shared::threads_shared = 1;
19 $threads::shared::clone_warn = undef;
70 sub threads::shared::tie::SPLICE
163 if (! defined($threads::shared::clone_warn)) {
165 } elsif ($threads::shared::clone_warn) {
/openbsd/gnu/usr.bin/binutils/
H A Dltcf-c.sh67 *** to be unable to reliably create shared libraries on AIX.
68 *** Therefore, libtool is disabling shared libraries support. If you
69 *** really care for shared libraries, you may want to modify your PATH
204 *** create shared libraries on Solaris systems. Therefore, libtool
205 *** is disabling shared libraries support. We urge you to upgrade GNU
413 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
430 …*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libo…
463 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
532 archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
534 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$…
[all …]
H A Dltcf-gcj.sh70 *** to be unable to reliably create shared libraries on AIX.
71 *** Therefore, libtool is disabling shared libraries support. If you
72 *** really care for shared libraries, you may want to modify your PATH
197 *** create shared libraries on Solaris systems. Therefore, libtool
198 *** is disabling shared libraries support. We urge you to upgrade GNU
406 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
429 …archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" &&…
440 archive_cmds='$LD -shared -nodefaultlibs -o $lib $libobjs $deplibs $linker_flags' # ELF
495 …archive_cmds='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $c…
497 …$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objec…
[all …]
/openbsd/gnu/usr.bin/binutils-2.17/
H A Dltcf-c.sh67 *** to be unable to reliably create shared libraries on AIX.
68 *** Therefore, libtool is disabling shared libraries support. If you
69 *** really care for shared libraries, you may want to modify your PATH
204 *** create shared libraries on Solaris systems. Therefore, libtool
205 *** is disabling shared libraries support. We urge you to upgrade GNU
417 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
434 …*) archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libo…
467 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
536 archive_cmds='$CC -shared ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
538 …$CC -shared ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$…
[all …]
H A Dltcf-gcj.sh70 *** to be unable to reliably create shared libraries on AIX.
71 *** Therefore, libtool is disabling shared libraries support. If you
72 *** really care for shared libraries, you may want to modify your PATH
197 *** create shared libraries on Solaris systems. Therefore, libtool
198 *** is disabling shared libraries support. We urge you to upgrade GNU
406 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
429 …archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname `test -n "$verstring" &&…
440 archive_cmds='$LD -shared -nodefaultlibs -o $lib $libobjs $deplibs $linker_flags' # ELF
495 …archive_cmds='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $c…
497 …$CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objec…
[all …]
/openbsd/gnu/llvm/libcxx/cmake/Modules/
H A DHandleLibCXXABI.cmake7 # - libcxx-abi-shared: A target representing the selected shared ABI library.
13 # into a shared library.
91 import_shared_library(libcxx-abi-shared stdc++)
92 target_link_libraries(libcxx-abi-shared INTERFACE libcxx-abi-headers)
104 import_shared_library(libcxx-abi-shared supc++)
117 add_library(libcxx-abi-shared ALIAS cxxabi_shared)
125 add_library(libcxx-abi-shared-objects ALIAS cxxabi_shared_objects)
138 import_shared_library(libcxx-abi-shared c++abi)
159 import_shared_library(libcxx-abi-shared cxxrt)
169 add_library(libcxx-abi-shared INTERFACE)
[all …]
/openbsd/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.h44 std::vector<shared::WrapperFunctionCall> DeinitializationActions;
57 static llvm::orc::shared::CWrapperFunctionResult
60 static llvm::orc::shared::CWrapperFunctionResult
63 static llvm::orc::shared::CWrapperFunctionResult
66 static llvm::orc::shared::CWrapperFunctionResult

12345678910>>...50