Home
last modified time | relevance | path

Searched refs:barrier_ (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.cc46 barrier_.Arm(); in EnterLocalSafepointScope()
48 barrier_.WaitUntilRunningThreadsInSafepoint(running); in EnterLocalSafepointScope()
108 barrier_.Arm(); in InitiateGlobalSafepointScopeRaw()
166 barrier_.Disarm(); in LeaveGlobalSafepointScope()
176 barrier_.Disarm(); in LeaveLocalSafepointScope()
201 void IsolateSafepoint::WaitInSafepoint() { barrier_.WaitInSafepoint(); } in WaitInSafepoint()
203 void IsolateSafepoint::WaitInUnpark() { barrier_.WaitInUnpark(); } in WaitInUnpark()
205 void IsolateSafepoint::NotifyPark() { barrier_.NotifyPark(); } in NotifyPark()
209 barrier_.WaitUntilRunningThreadsInSafepoint(client_data->running()); in WaitUntilRunningThreadsInSafepoint()
Dsafepoint.h138 Barrier barrier_; variable
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_present_barrier/
Dpresent_barrier.adoc10 using the _present barrier_.
11 A swapchain is said to be using the _present barrier_ if the swapchain is
29 Queued presentation of an image to a swapchain using the _present barrier_
39 corresponding presentation requests using the _present barrier_ across
54 using the _present barrier_.
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_NV_present_barrier.adoc23 requests across multiple swapchains using the _present barrier_.
34 barrier_, and if the swapchain is created successfully, this swapchain will
Dmemorymodel.txt303 A memory barrier with this semantic is an _acquire barrier_.
306 A memory barrier with this semantic is a _release barrier_.
436 are _memory barrier_ instructions in SPIR-V.
Dmemorymodel.adoc313 A memory barrier with this semantic is an _acquire barrier_.
316 A memory barrier with this semantic is a _release barrier_.
446 are _memory barrier_ instructions in SPIR-V.
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DSymbolTable_ESSL_autogen.cpp18250 constexpr const TFunction barrier_(BuiltInId::barrier, variable
20744 Rule::Get<Spec::ESSL, 310, Shader::COMPUTE, 0>(&barrier_),
DSymbolTable_autogen.cpp29672 constexpr const TFunction barrier_(BuiltInId::barrier, variable
34213 Rule::Get<Spec::ESSL, 310, Shader::COMPUTE, 0>(&barrier_),
34214 Rule::Get<Spec::GLSL, 400, Shader::COMPUTE, 0>(&barrier_),