| /third_party/gn/src/util/ |
| H A D | semaphore.cc | 18 Semaphore::Semaphore(int count) { in Semaphore() function in Semaphore 37 Semaphore::Semaphore(int count) { in Semaphore() function in Semaphore 69 Semaphore::Semaphore(int count) { Semaphore() function in Semaphore [all...] |
| H A D | semaphore.h | 25 class Semaphore { class
|
| /third_party/vk-gl-cts/framework/delibs/decpp/ |
| H A D | deSemaphore.cpp | 37 Semaphore::Semaphore (int initialValue, deUint32 flags) in Semaphore() function in de::Semaphore
|
| H A D | deSemaphore.hpp | 42 class Semaphore class [all...] |
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | semaphore.cc | 24 Semaphore::Semaphore(int count) { in Semaphore() function in v8::base::Semaphore [all...] |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | Semaphore.cpp | 17 Semaphore::Semaphore(rx::GLImplFactory *factory, SemaphoreID id) in Semaphore() function in gl::Semaphore [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| H A D | VkSemaphore.hpp | 36 class Semaphore class [all...] |
| H A D | VkSemaphore.cpp | 130 Semaphore::Semaphore(VkSemaphoreType type) in Semaphore() function in vk::Semaphore
|
| /third_party/python/Lib/multiprocessing/dummy/ |
| H A D | __init__.py | 26 from threading import Lock, RLock, Semaphore, BoundedSemaphore namespace
|
| /third_party/python/Lib/asyncio/ |
| H A D | locks.py | 331 class Semaphore(_ContextManagerMixin, mixins._LoopBoundMixin): class
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | synchronize.py | 123 class Semaphore(SemLock): class
|
| H A D | context.py | 80 def Semaphore(self, value=1): member in BaseContext 82 from .synchronize import Semaphore namespace
|
| /third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
| H A D | vulkan_handles.hpp | 1782 class Semaphore class [all...] |
| H A D | vulkan_raii.hpp | 8055 class Semaphore class 8066 Semaphore( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Semaphore() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Semaphore 8085 Semaphore( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Semaphore() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Semaphore 8095 Semaphore( std::nullptr_t ) {} in Semaphore() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Semaphore [all...] |
| /third_party/vulkan-headers/include/vulkan/ |
| H A D | vulkan_handles.hpp | 2794 class Semaphore class [all...] |
| H A D | vulkan_raii.hpp | 10445 class Semaphore class 10457 Semaphore( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Semaphore() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Semaphore 10465 Semaphore( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Device const & device, in Semaphore() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Semaphore 10475 Semaphore( std::nullptr_t ) {} in Semaphore() function in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::Semaphore [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueTests.cpp | 938 { SyncType::Semaphore, "semaphore" }, in createGlobalPriorityQueueTests() member in vkt::synchronization::SyncType
|
| /third_party/python/Lib/ |
| H A D | threading.py | 410 class Semaphore: class
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| H A D | vktGlobalPriorityQueueTests.cpp | 1040 { SyncType::Semaphore, "semaphore" }, in createGlobalPriorityQueueTests() member in vkt::synchronization::SyncType
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| H A D | frame_capture_utils_autogen.h | 3143 Semaphore, member in angle::ResourceIDType
|
| /third_party/python/Lib/test/ |
| H A D | _test_multiprocessing.py | 5856 Semaphore = staticmethod(multiprocessing.Semaphore) global() variable in ProcessesMixin 5874 Semaphore = property(operator.attrgetter('manager.Semaphore')) global() variable in ManagerMixin 5940 Semaphore = staticmethod(multiprocessing.dummy.Semaphore) global() variable in ThreadsMixin [all...] |