mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 09:05:25 +08:00
@@ -55,8 +55,7 @@ rtems_bsd_mutex_lock_more(struct lock_object *lock, rtems_bsd_mutex *m,
|
|||||||
} else {
|
} else {
|
||||||
_Thread_queue_Context_set_thread_state(queue_context,
|
_Thread_queue_Context_set_thread_state(queue_context,
|
||||||
STATES_WAITING_FOR_MUTEX);
|
STATES_WAITING_FOR_MUTEX);
|
||||||
_Thread_queue_Context_set_no_timeout(queue_context);
|
_Thread_queue_Context_set_enqueue_do_nothing_extra(
|
||||||
_Thread_queue_Context_set_do_nothing_enqueue_callout(
|
|
||||||
queue_context);
|
queue_context);
|
||||||
_Thread_queue_Context_set_deadlock_callout(queue_context,
|
_Thread_queue_Context_set_deadlock_callout(queue_context,
|
||||||
_Thread_queue_Deadlock_fatal);
|
_Thread_queue_Deadlock_fatal);
|
||||||
|
Reference in New Issue
Block a user