Closed
Description
I would like to add the ability to pin GC threads to ThreadPinning.jl. AFAICS, we (a user) can't run Julia code on GC threads. Hence, I think we need to add something like https://github.com/OpenMathLib/OpenBLAS/blob/4d0b7fbec04c95c90291938a5974f00673e10e68/driver/others/blas_server.c#L341-L369 to the C runtime.
Would it be possible/accepted to add such functions?
(cc @vchuravy)
PS: IIUC, we can't add this retrospectively to 1.10 but it would be great to get it into 1.11.