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
Current msgq relies on sending a signal to the receiver thread for the poll function to work correctly. On linux we use syscall(SYS_tkill, tid, SIGUSR2) for this. Does a MacOS equivalent exist?
The text was updated successfully, but these errors were encountered:
Current msgq relies on sending a signal to the receiver thread for the poll function to work correctly. On linux we use
syscall(SYS_tkill, tid, SIGUSR2)
for this. Does a MacOS equivalent exist?The text was updated successfully, but these errors were encountered: