Searched refs:woke_higher_task (Results 1 – 3 of 3) sorted by relevance
37 BaseType_t woke_higher_task = pdFALSE; in release() local40 xSemaphoreGiveFromISR(&native_type_, &woke_higher_task); in release()41 portYIELD_FROM_ISR(woke_higher_task); in release()64 BaseType_t woke_higher_task = pdFALSE; in try_acquire() local66 xSemaphoreTakeFromISR(&native_type_, &woke_higher_task) == pdTRUE; in try_acquire()67 portYIELD_FROM_ISR(woke_higher_task); in try_acquire()
54 BaseType_t woke_higher_task = pdFALSE; in try_acquire() local56 xSemaphoreTakeFromISR(&native_type_, &woke_higher_task) == pdTRUE; in try_acquire()57 portYIELD_FROM_ISR(woke_higher_task); in try_acquire()
42 BaseType_t woke_higher_task = pdFALSE; in release() local44 xSemaphoreGiveFromISR(&native_type_, &woke_higher_task); in release()46 portYIELD_FROM_ISR(woke_higher_task); in release()