Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 25 of 178) sorted by relevance

12345678

/third_party/grpc/src/core/lib/event_engine/
Dforkable.cc61 auto shared = it->lock(); in Prefork() local
77 auto shared = it->lock(); in PostforkParent() local
94 auto shared = it->lock(); in PostforkChild() local
/third_party/rust/rust/tests/ui/borrowck/
Dtwo-phase-reservation-sharing-interference-2.rs9 let shared = &v; in double_conflicts() localVariable
24 let shared = &v; in reservation_allowed() localVariable
Dtwo-phase-reservation-sharing-interference.rs27 let shared = &vec; in main() localVariable
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dpp_standalone_scaffolding.c44 _mesa_get_shader_include_cursor(struct gl_shared_state *shared) in _mesa_get_shader_include_cursor()
52 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, in _mesa_set_shader_include_cursor()
/third_party/musl/src/thread/
Dpthread_spin_init.c3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init()
/third_party/rust/crates/cxx/tests/ffi/
Dtests.cc64 Shared shared{0}; in c_return_box() local
87 const size_t &c_return_ref(const Shared &shared) { return shared.z; } in c_return_ref()
89 const size_t &c_return_ns_ref(const ::A::AShared &shared) { in c_return_ns_ref()
93 const size_t &c_return_nested_ns_ref(const ::A::B::ABShared &shared) { in c_return_nested_ns_ref()
97 size_t &c_return_mut(Shared &shared) { return shared.z; } in c_return_mut()
99 rust::Str c_return_str(const Shared &shared) { in c_return_str()
104 rust::Slice<const char> c_return_slice_char(const Shared &shared) { in c_return_slice_char()
238 void c_take_shared(Shared shared) { in c_take_shared()
244 void c_take_ns_shared(::A::AShared shared) { in c_take_ns_shared()
250 void c_take_nested_ns_shared(::A::B::ABShared shared) { in c_take_nested_ns_shared()
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dpdist_impl.cu54 __shared__ T shared[threads]; in PDist_Zero() local
96 __shared__ T shared[threads]; in PDist_One() local
142 __shared__ T shared[threads]; in PDist_Inf() local
188 __shared__ T shared[threads]; in PDist_Other() local
Dcdist_impl.cu56 __shared__ T shared[forward_threads]; in CdistZero() local
99 __shared__ T shared[forward_threads]; in CdistOne() local
143 __shared__ T shared[forward_threads]; in CdistP() local
189 __shared__ T shared[forward_threads]; in CdistInf() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dutils.cuh33 static __shared__ T shared[32]; in blockReduceSum() local
/third_party/rust/rust/tests/ui/threads-sendsync/
Dmpsc_stress.rs20 shared: Arc<AtomicUsize>, field
26 let shared = Arc::new(AtomicUsize::new(0)); in new() localVariable
/third_party/cups/config-scripts/
Dcups-sharedlibs.m415 AC_ARG_ENABLE([shared], AS_HELP_STRING([--disable-shared], [do not create shared libraries])) optenable
/third_party/ffmpeg/libavcodec/
Dmpegpicture.c254 ScratchpadContext *sc, int shared, int encoding, in ff_alloc_picture()
429 static int find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in find_unused_picture()
462 int ff_find_unused_picture(AVCodecContext *avctx, Picture *picture, int shared) in ff_find_unused_picture()
/third_party/rust/crates/cxx/tests/ui/
Dunique_ptr_as_mut.rs18 let mut shared = UniquePtr::<ffi::Shared>::null(); in main() localVariable
/third_party/musl/libc-test/src/functionalext/supplement/thread/
Dpthread_barrierattr_setpshared.c31 int shared = 0; in pthread_barrierattr_setpshared_0100() local
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
Dsem_lock.c30 int shared = 1; in main() local
Dsem_readerwriter.c112 int shared = 1; in main() local
/third_party/mesa3d/src/panfrost/
Dmeson.build13 subdir('shared') subdir
/third_party/rust/crates/rust-openssl/openssl/src/
Dderive.rs200 let shared = deriver.derive_to_vec().unwrap(); in test_ec_key_derive() localVariable
214 let shared = deriver.derive_to_vec().unwrap(); in test_ec_key_derive_ex() localVariable
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/
Dshmdt01.c22 static int *shared; variable
/third_party/skia/tests/
DSkSharedMutexTest.cpp26 int shared[kSharedSize]; in DEF_TEST() local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
Dhugeshmdt01.c38 static int *shared; variable
/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_context.h48 BOOL shared; member
/third_party/mesa3d/src/mesa/main/
Dshared.c68 struct gl_shared_state *shared; in _mesa_alloc_shared_state() local
350 free_shared_state(struct gl_context *ctx, struct gl_shared_state *shared) in free_shared_state()
Dglthread.c50 struct gl_shared_state *shared = ctx->Shared; in glthread_update_global_locking() local
113 struct gl_shared_state *shared = ctx->Shared; in glthread_unmarshal_batch() local
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
Dhugeshmat01.c86 int *shared; in check_functionality() local

12345678