[riot-notifications] [RIOT-OS/RIOT] core/mutex: Add mutex_cancel (#15442)
Kaspar Schleiser
notifications at github.com
Tue Nov 17 12:56:58 CET 2020
@kaspar030 commented on this pull request.
> irq_restore(irq_state);
thread_yield_higher();
/* We were woken up by scheduler. Waker removed us from queue. */
- return 0;
+}
+
+void mutex_lock(mutex_t *mutex)
+{
+ unsigned irq_state = irq_disable();
+
+ DEBUG("PID[%" PRIkernel_pid "]: Mutex in use.\n", thread_getpid());
What does this mean? Maybe rephrase: "pid x: Locking mutex %p"?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/RIOT-OS/RIOT/pull/15442#pullrequestreview-532288928
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.riot-os.org/pipermail/notifications/attachments/20201117/15f36029/attachment-0001.htm>
More information about the notifications
mailing list