Home
last modified time | relevance | path

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

/Kernel-v11.1.0/
Dqueue.c77 …UBaseType_t uxRecursiveCallCount; /**< Maintains a count of the number of times a recursive mutex … member
626 pxNewQueue->u.xSemaphore.uxRecursiveCallCount = 0; in prvInitialiseMutex()
780 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )--; in xQueueGiveMutexRecursive()
783 if( pxMutex->u.xSemaphore.uxRecursiveCallCount == ( UBaseType_t ) 0 ) in xQueueGiveMutexRecursive()
832 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )++; in xQueueTakeMutexRecursive()
844 ( pxMutex->u.xSemaphore.uxRecursiveCallCount )++; in xQueueTakeMutexRecursive()