You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't use an internal locking-unlocking system, because you should disable interruptions during lock or unlock execution (it's not possible with CPU in user-mode). So you can include pthread and use a mutex. Let me know for a pull-request.
The text was updated successfully, but these errors were encountered:
You can't use an internal locking-unlocking system, because you should disable interruptions during lock or unlock execution (it's not possible with CPU in user-mode). So you can include pthread and use a mutex. Let me know for a pull-request.
The text was updated successfully, but these errors were encountered: