Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dqueue.c624 const UBaseType_t uxMutexLength = ( UBaseType_t ) 1, uxMutexSize = ( UBaseType_t ) 0; in xQueueCreateMutex() local
626 xNewQueue = xQueueGenericCreate( uxMutexLength, uxMutexSize, ucQueueType ); in xQueueCreateMutex()
641 const UBaseType_t uxMutexLength = ( UBaseType_t ) 1, uxMutexSize = ( UBaseType_t ) 0; in xQueueCreateMutexStatic() local
647 …xNewQueue = xQueueGenericCreateStatic( uxMutexLength, uxMutexSize, NULL, pxStaticQueue, ucQueueTyp… in xQueueCreateMutexStatic()