mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-01 21:53:52 +08:00
rtems-bsd-mutex: Update due to API changes
This commit is contained in:
parent
9e8ce9ae2e
commit
e5ef01ed89
@ -54,7 +54,7 @@ rtems_bsd_mutex_lock_more(struct lock_object *lock, rtems_bsd_mutex *m,
|
||||
_Thread_queue_Release(&m->queue, queue_context);
|
||||
} else {
|
||||
_Thread_queue_Context_set_thread_state(queue_context,
|
||||
STATES_WAITING_FOR_SYS_LOCK_MUTEX);
|
||||
STATES_WAITING_FOR_MUTEX);
|
||||
_Thread_queue_Context_set_no_timeout(queue_context);
|
||||
_Thread_queue_Context_set_do_nothing_enqueue_callout(
|
||||
queue_context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user