Searched refs:deSemaphore_create (Results 1 – 8 of 8) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deBlockBuffer.hpp | 129 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()
|
D | deSemaphore.cpp | 43 m_semaphore = deSemaphore_create(initialValue, &attribs); in Semaphore()
|
/external/deqp/framework/delibs/dethread/ |
D | deSemaphore.h | 41 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes);
|
D | deThreadTest.c | 428 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()
|
/external/deqp/framework/delibs/dethread/win32/ |
D | deSemaphoreWin32.c | 36 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() function
|
/external/deqp/framework/delibs/dethread/unix/ |
D | deSemaphoreUnix.c | 34 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() function
|
D | deNamedSemaphoreUnix.c | 46 deSemaphore deSemaphore_create (int initialValue, const deSemaphoreAttributes* attributes) in deSemaphore_create() function
|
/external/deqp/framework/delibs/destream/ |
D | deRingbuffer.c | 64 ringbuffer->emptyCount = deSemaphore_create(ringbuffer->blockCount, DE_NULL); in deRingbuffer_create() 65 ringbuffer->fullCount = deSemaphore_create(0, DE_NULL); in deRingbuffer_create()
|