-
"tmr_start" adds a tmr element to the global tmr list. Line 302 in ae64519 Is it safe to call tmr_start from a thread different to the libre main thread? What happens, if the thread adding an element to the timer list is interrupted by the libre main thread. Could it crash or have other impacts? |
Beta Was this translation helpful? Give feedback.
Answered by
sreimers
Aug 4, 2021
Replies: 1 comment 1 reply
-
For complex multithread scenarios you can use mqueue. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cspiel1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For complex multithread scenarios you can use mqueue.