Home
last modified time | relevance | path

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

/Kernel-v10.6.2/
Dqueue.c78 …UBaseType_t uxRecursiveCallCount; /**< Maintains a count of the number of times a recursive mutex … member
603 pxNewQueue->u.xSemaphore.uxRecursiveCallCount = 0; in prvInitialiseMutex()
739 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )--; in xQueueGiveMutexRecursive()
742 if( pxMutex->u.xSemaphore.uxRecursiveCallCount == ( UBaseType_t ) 0 ) in xQueueGiveMutexRecursive()
787 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )++; in xQueueTakeMutexRecursive()
799 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )++; in xQueueTakeMutexRecursive()