On Sat, Jan 21, 2023 at 2:06 PM TheDiveO <harald.albre...@gmx.net> wrote: > > When a go routine gets locked to an OS thread, does the Go runtime scheduler > then stops interrupting this Go routine, so when this Go routine (or rather > the thread) gets pinned to an exclusive CPU core can make use of real time > priorities?
No. Using runtime.LockOSThread does not exempt the goroutine from GOMAXPROCS. Ian -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/CAOyqgcWaqJPoyMj1y4rQU8oEGJT9Td7PMAEi6fwMrwxFReXXxw%40mail.gmail.com.