Home
last modified time | relevance | path

Searched refs:deSemaphore_create (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeBlockBuffer.hpp129 m_fill = deSemaphore_create(0, DE_NULL); in BlockBuffer()
130 m_empty = deSemaphore_create(numBlocks, DE_NULL); in BlockBuffer()
153 m_fill = deSemaphore_create(0, DE_NULL); in clear()
154 m_empty = deSemaphore_create(m_numBlocks, DE_NULL); in clear()
H A DdeSemaphore.cpp43 m_semaphore = deSemaphore_create(initialValue, &attribs); in Semaphore()
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeSemaphore.h41 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes);
H A DdeThreadTest.c428 deSemaphore semaphore = deSemaphore_create(1, DE_NULL); in deSemaphore_selfTest()
447 testBuffer.empty = deSemaphore_create(DE_LENGTH_OF_ARRAY(testBuffer.buffer), DE_NULL); in deSemaphore_selfTest()
448 testBuffer.fill = deSemaphore_create(0, DE_NULL); in deSemaphore_selfTest()
/third_party/vk-gl-cts/framework/delibs/destream/
H A DdeRingbuffer.c64 ringbuffer->emptyCount = deSemaphore_create(ringbuffer->blockCount, DE_NULL); in deRingbuffer_create()
65 ringbuffer->fullCount = deSemaphore_create(0, DE_NULL); in deRingbuffer_create()
/third_party/vk-gl-cts/framework/delibs/dethread/unix/
H A DdeSemaphoreMach.c36 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() function
H A DdeSemaphoreUnix.c34 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() function
H A DdeNamedSemaphoreUnix.c46 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() function
/third_party/vk-gl-cts/framework/delibs/dethread/win32/
H A DdeSemaphoreWin32.c36 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() function

Completed in 4 milliseconds