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

/external/deqp/framework/delibs/decpp/
H A DdeSemaphore.cpp43 m_semaphore = deSemaphore_create(initialValue, &attribs);
H A DdeBlockBuffer.hpp129 m_fill = deSemaphore_create(0, DE_NULL);
130 m_empty = deSemaphore_create(numBlocks, DE_NULL);
153 m_fill = deSemaphore_create(0, DE_NULL);
154 m_empty = deSemaphore_create(m_numBlocks, DE_NULL);
/external/deqp/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);
447 testBuffer.empty = deSemaphore_create(DE_LENGTH_OF_ARRAY(testBuffer.buffer), DE_NULL);
448 testBuffer.fill = deSemaphore_create(0, DE_NULL);
/external/deqp/framework/delibs/dethread/unix/
H A DdeSemaphoreUnix.c34 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) function
H A DdeNamedSemaphoreUnix.c46 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) function
/external/deqp/framework/delibs/dethread/win32/
H A DdeSemaphoreWin32.c36 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) function
/external/deqp/framework/delibs/destream/
H A DdeRingbuffer.c64 ringbuffer->emptyCount = deSemaphore_create(ringbuffer->blockCount, DE_NULL);
65 ringbuffer->fullCount = deSemaphore_create(0, DE_NULL);

Completed in 290 milliseconds