Home
last modified time | relevance | path

Searched defs:Shared (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkTimelineSemaphore.hpp88 struct Shared struct in vk::TimelineSemaphore
95 marl::mutex mutex;
97 static std::atomic<int> nextId;
124 marl::ConditionVariable cv;
129 uint64_t counter;
132 marl::containers::vector<std::shared_ptr<Shared>, 1> deps;
136 std::map<int, uint64_t> waitMap;
139 const int id;
DVkTimelineSemaphore.cpp93 TimelineSemaphore::Shared::Shared(marl::Allocator *allocator, uint64_t initialState) in Shared() function in vk::TimelineSemaphore::Shared
/third_party/rust/crates/cxx/tests/ui/
Darray_len_expr.rs3 struct Shared { struct
4 arraystr: [String; "13"],
5 arraysub: [String; 15 - 1],
6 arrayzero: [String; 0],
Ddrop_shared.rs3 struct Shared { struct
8 impl Drop for ffi::Shared {
Dunique_ptr_as_mut.rs5 struct Shared { struct
18 let mut shared = UniquePtr::<ffi::Shared>::null(); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Devent.h106 struct Shared { struct
123 containers::vector<std::shared_ptr<Shared>, 1> deps; argument
128 const std::shared_ptr<Shared> shared; argument
131 Event::Shared::Shared(Allocator* allocator, Mode mode, bool initialState) in Shared() function
Dticket.h122 struct Shared { struct
123 marl::mutex mutex;
124 Record tail;
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dmutex_benchmark.cc102 struct Shared { in BM_MutexEnqueue() struct
103 absl::Mutex mu; in BM_MutexEnqueue()
104 std::atomic<int> looping_threads{0}; in BM_MutexEnqueue()
105 std::atomic<int> blocked_threads{0}; in BM_MutexEnqueue()
106 std::atomic<bool> thread_has_mutex{false}; in BM_MutexEnqueue()
182 struct Shared { in BM_Contended() struct
183 MutexType mu; in BM_Contended()
184 int data = 0; in BM_Contended()
/third_party/rust/crates/cxx/tests/ffi/
Dlib.rs26 struct Shared { struct
27 z: usize,
133 fn c_take_shared(shared: Shared); in c_take_shared()
139 fn c_take_slice_shared(s: &[Shared]); in c_take_slice_shared()
140 fn c_take_slice_shared_sort(s: &mut [Shared]); in c_take_slice_shared_sort()
148 fn c_take_unique_ptr_vector_shared(v: UniquePtr<CxxVector<Shared>>); in c_take_unique_ptr_vector_shared()
151 fn c_take_rust_vec_shared(v: Vec<Shared>); in c_take_rust_vec_shared()
154 fn c_take_rust_vec_shared_index(v: Vec<Shared>); in c_take_rust_vec_shared_index()
155 fn c_take_rust_vec_shared_push(v: Vec<Shared>); in c_take_rust_vec_shared_push()
156 fn c_take_rust_vec_shared_truncate(v: Vec<Shared>); in c_take_rust_vec_shared_truncate()
[all …]
/third_party/typescript/tests/cases/compiler/
DcircularlySimplifyingConditionalTypesNoCrash.ts4 type Shared< // Circularly self constraining type, defered thanks to mapping alias
DcircularlyConstrainedMappedTypeContainingConditionalNoInfiniteInstantiationDepth.ts34 export type Shared< property in Component
DreactReduxLikeDeferredInferenceAllowsAssignment.ts40 type Shared< property in Component
/third_party/skia/src/sksl/ir/
DSkSLProgram.h140 using Shared = std::vector<const ProgramElement*>::const_iterator; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DRecord.cpp53 BitRecTy BitRecTy::Shared; member in BitRecTy
54 CodeRecTy CodeRecTy::Shared; member in CodeRecTy
55 IntRecTy IntRecTy::Shared; member in IntRecTy
56 StringRecTy StringRecTy::Shared; member in StringRecTy
57 DagRecTy DagRecTy::Shared; member in DagRecTy
85 static std::vector<BitsRecTy*> Shared; in get() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
DRecord.h101 static BitRecTy Shared; variable
141 static CodeRecTy Shared; variable
159 static IntRecTy Shared; variable
177 static StringRecTy Shared; variable
219 static DagRecTy Shared; variable
/third_party/skia/third_party/externals/oboe/include/oboe/
DDefinitions.h186 Shared = 1, // AAUDIO_SHARING_MODE_SHARED, enumerator
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp1170 struct Shared struct in sw::sw::SpirvShader::Impl::Debugger::LocalVariableValue
1172 Shared(debug::LocalVariable const *const variable, State const *const state, int const lane) in Shared() function
1180 debug::LocalVariable const *const variable;
1181 State const *const state;
1182 int const lane;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DCOFFAsmParser.cpp166 Shared = 1 << 4, in ParseSectionFlags() enumerator
/third_party/node/deps/v8/third_party/wasm-api/
Dwasm.hh561 class Shared { class
/third_party/skia/src/ports/
DSkScalerContext_win_dw.cpp73 class SK_SCOPED_CAPABILITY Shared { class
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcord_ring_test.cc384 bool Shared() const { return !GetParam().refcount_is_one; } in Shared() function in absl::__anon997598270111::CordRingTestWithParam
/third_party/mesa3d/src/mesa/main/
Dmtypes.h3255 struct gl_shared_state *Shared; member
/third_party/typescript/lib/
Dtypescript.d.ts2054 Shared = 4096, enumerator
DtypescriptServices.d.ts2054 Shared = 4096, enumerator
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2054 Shared = 4096, enumerator

12