Searched defs:pxMutex (Results 1 – 2 of 2) sorted by relevance
439 # define traceGIVE_MUTEX_RECURSIVE(pxMutex) argument443 # define traceGIVE_MUTEX_RECURSIVE_FAILED(pxMutex) argument447 # define traceTAKE_MUTEX_RECURSIVE(pxMutex) argument451 # define traceTAKE_MUTEX_RECURSIVE_FAILED(pxMutex) argument
647 Queue_t *const pxMutex = (Queue_t *)xMutex; in xQueueGiveMutexRecursive() local699 Queue_t *const pxMutex = (Queue_t *)xMutex; in xQueueTakeMutexRecursive() local
Completed in 13 milliseconds