Home
last modified time | relevance | path

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

12345678910>>...118

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Datomic.d70 if (!is(T == shared U, U) && !is(T == shared inout U, U) && !is(T == shared const U, U))
83 T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref return scope shared const T val) pure nothrow…
87 …static assert(!hasUnsharedIndirections!T, "Copying `" ~ shared(const(T)).stringof ~ "` would viola…
93 TailShared!T atomicLoad(MemoryOrder ms = MemoryOrder.seq, T)(ref shared const T val) pure nothrow @…
113 if (!is(T == shared) && !is(V == shared))
131 void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref shared T val, V newval) pure nothrow @…
134 static if (is (V == shared U, U))
139 …redIndirections!V, "Copying argument `" ~ V.stringof ~ " newval` to `" ~ shared(T).stringof ~ " he…
146 void atomicStore(MemoryOrder ms = MemoryOrder.seq, T, V)(ref shared T val, shared V newval) pure no…
166 if ((__traits(isIntegral, T) || is(T == U*, U)) && !is(T == shared))
[all …]
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/
H A Drpath.README5 +---- a = static, b = shared
9 | | +---- a = static/static, b = static/shared,
10 | | c = shared/static, d = shared/shared.
15 +-------- a = all shared libraries use the libtool *.la files for
21 | | +---- a = static/static/static, b = static/static/shared,
22 | | c = static/shared/static, d = static/shared/shared,
23 | | e = shared/static/static, f = shared/static/shared,
24 | | g = shared/shared/static, h = shared/shared/shared.
29 +-------- a = all shared libraries use the libtool *.la files for
34 - incomplete shared library support in the system,
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/
H A Dinstrprof-dynamic-two-shared.test2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp
3 RUN: %clang_profgen -o %t.d/b.shared -fPIC -shared %S/Inputs/instrprof-dynamic-b.cpp
4 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.shared %S/Inputs/instrprof-…
9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
16 RUN: diff %t-a.static.ll %t-a.shared.ll
19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
20 RUN: diff %t-b.static.ll %t-b.shared.ll
23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam…
[all …]
H A Dinstrprof-dynamic-one-shared.test2 RUN: %clang_profgen -o %t.d/a.shared -fPIC -shared %S/Inputs/instrprof-dynamic-a.cpp
3 RUN: %clang_profgen -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S/Inputs/instrprof-dynamic-b.cpp …
8 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
11 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
15 RUN: diff %t-a.static.ll %t-a.shared.ll
18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynamic-…
19 RUN: diff %t-b.static.ll %t-b.shared.ll
22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/Inputs/instrprof-dynam…
23 RUN: diff %t-main.static.ll %t-main.shared.ll
H A Dinstrprof-shared.test2 This test produces three shared libraries:
12 The test is to verify that programs linked against these shared objects with and without instrument…
17 RUN: %clang_profgen -o %t.d/libt-instr.so -fPIC -shared %S/Inputs/instrprof-shared-lib.c
18 RUN: %clang -o %t.d/libt-no-instr1.so -fPIC -shared %S/Inputs/instrprof-shared-lib.c
19 RUN: %clang -c -o %t.d/instrprof-shared-lib-no-instr2.o -fPIC %S/Inputs/instrprof-shared-lib.c
20 RUN: %clang_profgen -o %t.d/libt-no-instr2.so -fPIC -shared %t.d/instrprof-shared-lib-no-instr2.o
22 RUN: %clang_profgen -o %t-instr-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main…
23 …g_profgen -o %t-instr-no-instr1 -L%t.d -rpath %t.d -lt-no-instr1 %S/Inputs/instrprof-shared-main.c
24 …g_profgen -o %t-instr-no-instr2 -L%t.d -rpath %t.d -lt-no-instr2 %S/Inputs/instrprof-shared-main.c
25 RUN: %clang -o %t-no-instr1-instr -L%t.d -rpath %t.d -lt-instr %S/Inputs/instrprof-shared-main.c
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Linux/
H A Dinstrprof-dynamic-two-shared.test2 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.shared -fPIC -shared %S/../Input…
3 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/b.shared -fPIC -shared %S/../Input…
4 …on-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %t.d/b.sh…
9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
15 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
16 RUN: diff %t-a.static.ll %t-a.shared.ll
19 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
20 RUN: diff %t-b.static.ll %t-b.shared.ll
23 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy…
[all …]
H A Dinstrprof-dynamic-one-shared.test2 …ons -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t.d/a.shared -fPIC -shared %S/../Input…
3 …ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S…
8 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
11 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
14 RUN: %clang_profuse=%t-shared.profdata -o %t-a.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
15 RUN: diff %t-a.static.ll %t-a.shared.ll
18 RUN: %clang_profuse=%t-shared.profdata -o %t-b.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dynam…
19 RUN: diff %t-b.static.ll %t-b.shared.ll
22 RUN: %clang_profuse=%t-shared.profdata -o %t-main.shared.ll -S -emit-llvm %S/../Inputs/instrprof-dy…
23 RUN: diff %t-main.static.ll %t-main.shared.ll
H A Dcoverage_shared.test2 RUN: %clang_profgen -fdata-sections -ffunction-sections -fcoverage-mapping -c -o %t.d/a.shared.o -f…
3 …ions -fuse-ld=gold -Wl,--gc-sections -fcoverage-mapping -o %t.d/a.shared -fPIC -shared %S/../Input…
4 …ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-shared -fPIC -rpath %t.d %t.d/a.shared %S…
6 … -ffunction-sections -fuse-ld=gold -Wl,--gc-sections -o %t-static %t.d/a.shared.o %S/../Inputs/ins…
9 RUN: env LLVM_PROFILE_FILE=%t-shared.profraw %run %t-shared
12 RUN: llvm-profdata merge -o %t-shared.profdata %t-shared.profraw
14 RUN: llvm-cov show -instr-profile %t-shared.profdata %t.d/a.shared | FileCheck --check-prefix=COV %…
/netbsd-src/sys/external/bsd/drm2/linux/
H A Dlinux_dma_resv.c51 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_NOSLEEP); in objlist_tryalloc()
64 list = kmem_alloc(offsetof(typeof(*list), shared[n]), KM_SLEEP); in objlist_alloc()
75 kmem_free(list, offsetof(typeof(*list), shared[n])); in objlist_free()
128 dma_fence_put(robj->fence->shared[i]); in dma_resv_fini()
129 robj->fence->shared[i] = NULL; /* paranoia */ in dma_resv_fini()
608 dma_fence_put(old_list->shared[old_shared_count]); in dma_resv_add_excl_fence()
610 old_list->shared[old_shared_count] = NULL; in dma_resv_add_excl_fence()
656 if (list->shared[i]->context == fence->context) { in dma_resv_add_shared_fence()
657 replace = list->shared[i]; in dma_resv_add_shared_fence()
658 atomic_store_relaxed(&list->shared[i], fence); in dma_resv_add_shared_fence()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h76 namespace shared {
170 : public shared::RPCFunction<RegisterEHFrames,
178 : public shared::RPCFunction<DeregisterEHFrames,
192 : public shared::RPCFunction<CallIntVoid, int32_t(JITTargetAddress Addr)> {
200 : public shared::RPCFunction<CallIntInt,
209 : public shared::RPCFunction<CallMain,
219 : public shared::RPCFunction<CallVoidVoid, void(JITTargetAddress FnAddr)> {
231 : public shared::RPCFunction<CreateRemoteAllocator,
239 : public shared::RPCFunction<DestroyRemoteAllocator,
247 : public shared::RPCFunction<
[all …]
/netbsd-src/sys/external/bsd/drm/conf/
H A Dfiles.drm9 …ons drmbase CPPFLAGS+="-I$S/external/bsd/drm/dist/bsd-core -I$S/external/bsd/drm/dist/shared-core"
34 file external/bsd/drm/dist/shared-core/i915_dma.c i915drm
35 file external/bsd/drm/dist/shared-core/i915_irq.c i915drm
36 file external/bsd/drm/dist/shared-core/i915_mem.c i915drm
37 file external/bsd/drm/dist/shared-core/i915_suspend.c i915drm
42 file external/bsd/drm/dist/shared-core/mach64_dma.c mach64drm
43 file external/bsd/drm/dist/shared-core/mach64_irq.c mach64drm
44 file external/bsd/drm/dist/shared-core/mach64_state.c mach64drm
49 file external/bsd/drm/dist/shared-core/mga_dma.c mgadrm
50 file external/bsd/drm/dist/shared-core/mga_irq.c mgadrm
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d23 void[] allocate(size_t) shared { return null; } in allocate()
25 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
27 void[] allocateAll() shared { return null; } in allocateAll()
33 bool expand(ref void[] b, size_t s) shared in expand()
36 bool reallocate(ref void[] b, size_t) shared in reallocate()
39 bool alignedReallocate(ref void[] b, size_t, uint) shared in alignedReallocate()
42 Ternary owns(void[]) shared const { return Ternary.no; } in owns()
46 Ternary resolveInternalPointer(const void*, ref void[]) shared const in resolveInternalPointer()
52 bool deallocate(void[] b) shared { assert(b is null); return true; } in deallocate()
56 bool deallocateAll() shared { return true; } in deallocateAll()
[all …]
H A Dfree_list.d778 private shared size_t _min = chooseAtRuntime;
779 @property size_t min() const shared in min()
784 @property void min(size_t x) shared in min()
794 void setBounds(size_t low, size_t high) shared in setBounds()
805 private bool tooSmall(size_t n) const shared in tooSmall()
818 private shared size_t _max = chooseAtRuntime;
819 @property size_t max() const shared { return _max; } in max()
820 @property void max(size_t x) shared in max()
828 private bool tooLarge(size_t n) const shared in tooLarge()
835 private bool freeListEligible(size_t n) const shared in freeListEligible()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/experimental/allocator/building_blocks/
H A Dnull_allocator.d28 void[] allocate(size_t) shared { return null; } in allocate()
30 void[] alignedAllocate(size_t, uint) shared { return null; } in alignedAllocate()
32 void[] allocateAll() shared { return null; } in allocateAll()
38 bool expand(ref void[] b, size_t s) shared in expand()
41 bool reallocate(ref void[] b, size_t) shared in reallocate()
44 bool alignedReallocate(ref void[] b, size_t, uint) shared in alignedReallocate()
47 Ternary owns(const void[]) shared const { return Ternary.no; } in owns()
51 Ternary resolveInternalPointer(const void*, ref void[]) shared const in resolveInternalPointer()
57 bool deallocate(void[] b) shared { assert(b is null); return true; } in deallocate()
61 bool deallocateAll() shared { return true; } in deallocateAll()
[all …]
H A Dfree_list.d889 private shared size_t _min = chooseAtRuntime;
890 @property size_t min() const shared in min()
895 @property void min(size_t x) shared in min()
905 void setBounds(size_t low, size_t high) shared in setBounds()
916 private bool tooSmall(size_t n) const shared in tooSmall()
929 private shared size_t _max = chooseAtRuntime;
930 @property size_t max() const shared { return _max; } in max()
931 @property void max(size_t x) shared in max()
939 private bool tooLarge(size_t n) const shared in tooLarge()
946 private bool freeListEligible(size_t n) const shared in freeListEligible()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Ddotwait.mk5 TESTS= simple recursive shared cycle
52 shared: shared.1.99 .WAIT shared.2.99
53 shared.1.99: shared.0 _ECHOUSE
54 shared.2.99: shared.2.1 shared.0 _ECHOUSE
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sync/
H A Dmutex.d69 this() shared @trusted nothrow @nogc in this()
76 if (is(Q == Mutex) || is(Q == shared Mutex))
117 this(Object obj) shared @trusted nothrow @nogc in this()
124 if (is(Q == Mutex) || is(Q == shared Mutex))
174 @trusted void lock() shared in lock()
181 if (is(Q == Mutex) || is(Q == shared Mutex))
212 @trusted void unlock() shared in unlock()
219 if (is(Q == Mutex) || is(Q == shared Mutex))
254 bool tryLock() shared @trusted in tryLock()
261 if (is(Q == Mutex) || is(Q == shared Mutex))
[all …]
H A Drwmutex.d109 shared this( Policy policy = Policy.PREFER_WRITERS ) @safe nothrow
111 m_commonMutex = new shared Mutex;
115 m_readerQueue = new shared Condition( m_commonMutex );
119 m_writerQueue = new shared Condition( m_commonMutex );
124 m_reader = new shared Reader;
125 m_writer = new shared Writer;
145 @property Policy policy() shared @safe nothrow in policy()
167 @property shared(Reader) reader() shared @safe nothrow in shared() function
184 @property shared(Writer) writer() shared @safe nothrow in shared() function
206 if (is(Q == Reader) || is(Q == shared Reader))
[all …]
H A Dcondition.d83 this( shared Mutex m ) shared nothrow @safe in this()
91 (is(Q == shared Condition) && is(M == shared Mutex)))
101 alias HANDLE_TYPE = shared(void*); in version()
183 @property shared(Mutex) mutex() shared in shared() function
195 final @property shared(Mutex) mutex_nothrow() shared pure nothrow @safe @nogc in shared() function
217 void wait() shared in wait()
224 if (is(Q == Condition) || is(Q == shared Condition))
260 bool wait( Duration val ) shared in wait()
267 if (is(Q == Condition) || is(Q == shared Condition))
315 void notify() shared in notify()
[all …]
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A DREADME41 The special make target `everything' will build the static and shared
55 There is skeletal support for building shared versions of the
57 a Makefile in the `shlib' subdirectory, and typing `make shared'
58 will cause shared versions of the Readline and History libraries
61 If `configure' is given the `--enable-shared' option, it will attempt
62 to build the shared libraries by default on supported platforms.
65 not shared library creation is supported and to generate the values
67 try to build shared libraries on an unsupported platform, `make'
88 SHOBJ_LD The link editor to be used to create the shared library from
92 SHOBJ_LDFLAGS Flags to pass to SHOBJ_LD to enable shared object creation.
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/ti/
H A Dk3-j721e-som-p0.dtsi30 compatible = "shared-dma-pool";
36 compatible = "shared-dma-pool";
42 compatible = "shared-dma-pool";
48 compatible = "shared-dma-pool";
54 compatible = "shared-dma-pool";
60 compatible = "shared-dma-pool";
66 compatible = "shared-dma-pool";
72 compatible = "shared-dma-pool";
78 compatible = "shared-dma-pool";
84 compatible = "shared-dma-pool";
[all …]
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_wait.c47 struct dma_fence **shared; in i915_gem_object_wait_reservation() local
52 &excl, &count, &shared); in i915_gem_object_wait_reservation()
57 timeout = i915_gem_object_wait_fence(shared[i], in i915_gem_object_wait_reservation()
62 dma_fence_put(shared[i]); in i915_gem_object_wait_reservation()
66 dma_fence_put(shared[i]); in i915_gem_object_wait_reservation()
67 kfree(shared); in i915_gem_object_wait_reservation()
155 struct dma_fence **shared; in i915_gem_object_wait_priority() local
160 &excl, &count, &shared); in i915_gem_object_wait_priority()
165 fence_set_priority(shared[i], attr); in i915_gem_object_wait_priority()
166 dma_fence_put(shared[i]); in i915_gem_object_wait_priority()
[all …]
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dshareinshare.err1 # shared-network declaration inside shared-network declaration config
3 # shared-network declaration
4 shared-network "foobar" {
5 # can't put another shared-network declaration here
6 shared-network "illegal" {
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dcritical_.d39 ensureMutex(cast(shared(D_CRITICAL_SECTION*)) cs); in _d_criticalenter()
45 if (atomicLoad!(MemoryOrder.acq)(*cast(shared) pcs) is null) in _d_criticalenter2()
48 if (atomicLoad!(MemoryOrder.raw)(*cast(shared) pcs) is null) in _d_criticalenter2()
50 auto cs = new shared D_CRITICAL_SECTION; in _d_criticalenter2()
52 atomicStore!(MemoryOrder.rel)(*cast(shared) pcs, cs); in _d_criticalenter2()
67 shared D_CRITICAL_SECTION* head;
68 shared D_CRITICAL_SECTION gcs;
76 void ensureMutex(shared(D_CRITICAL_SECTION)* cs) in ensureMutex()
/netbsd-src/sys/kern/
H A Dsys_futex.c45 * // 32-bit word of memory shared among threads or
112 * futex_tab.oa[uvm_voaddr] for shared futexes
146 * a uvm_voaddr (shared).
411 * futex_key_init(key, vm, va, shared)
416 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared) in futex_key_init() argument
420 if (__predict_false(shared)) { in futex_key_init()
432 * futex_key_fini(key, shared)
437 futex_key_fini(union futex_key *fk, bool shared) in futex_key_fini() argument
439 if (__predict_false(shared)) in futex_key_fini()
445 * futex_create(fk, shared)
455 futex_create(union futex_key * fk,bool shared) futex_create() argument
597 futex_lookup_by_key(union futex_key * fk,bool shared,struct futex ** fp) futex_lookup_by_key() argument
669 futex_lookup(int * uaddr,bool shared,struct futex ** fp) futex_lookup() argument
716 futex_lookup_create(int * uaddr,bool shared,struct futex ** fp) futex_lookup_create() argument
1193 futex_func_wait(bool shared,int * uaddr,int val,int val3,const struct timespec * timeout,clockid_t clkid,int clkflags,register_t * retval) futex_func_wait() argument
1280 futex_func_wake(bool shared,int * uaddr,int val,int val3,register_t * retval) futex_func_wake() argument
1326 futex_func_requeue(bool shared,int op,int * uaddr,int val,int * uaddr2,int val2,int val3,register_t * retval) futex_func_requeue() argument
1512 futex_func_wake_op(bool shared,int * uaddr,int val,int * uaddr2,int val2,int val3,register_t * retval) futex_func_wake_op() argument
1589 const bool shared = (op & FUTEX_PRIVATE_FLAG) ? false : true; do_futex() local
[all...]

12345678910>>...118