Searched refs:mutex_task (Results 1 – 6 of 6) sorted by relevance
22 mutex->mutex_task = NULL; in mutex_create()91 if (mutex->mutex_task != NULL) { in krhino_mutex_del()168 if (mutex->mutex_task != NULL) { in krhino_mutex_dyn_del()269 ktask_t *mutex_task; in mutex_task_pri_reset() local273 mutex_task = mutex_tmp->mutex_task; in mutex_task_pri_reset()277 mutex_release(mutex_task, NULL); in mutex_task_pri_reset()287 ktask_t *mutex_task; in krhino_mutex_lock() local324 mutex_task = mutex->mutex_task; in krhino_mutex_lock()325 if (mutex_task == NULL) { in krhino_mutex_lock()424 mutex->mutex_task = NULL; in krhino_mutex_unlock()[all …]
565 ktask_t *mutex_task; in task_pri_change() local615 mutex_task = mutex_tmp->mutex_task; in task_pri_change()617 if (mutex_task->prio > task->prio) { in task_pri_change()621 task = mutex_task; in task_pri_change()622 } else if (mutex_task->prio == old_pri) { in task_pri_change()624 new_pri = mutex_pri_look(mutex_task, 0); in task_pri_change()626 if (new_pri != mutex_task->prio) { in task_pri_change()628 task = mutex_task; in task_pri_change()781 mutex->mutex_task = next_task; in task_mutex_free()786 mutex->mutex_task = NULL; in task_mutex_free()
27 ktask_t *mutex_task; /**< Pointer to the owner task */ member
128 .mutex_task = NULL, \
419 task = mutex->mutex_task; in debug_mutex_overview()
901 return handle->mutex_task; in csi_kernel_mutex_get_owner()
Completed in 23 milliseconds