How to determine what facility of task context switching does my Julia use?

I see one can select setjmp or ucontext for that while compiling. But my Julia is compiled by someone else. Is there a way to know which is used in the runtime or by checking the Julia dll/exe files?

I am using Julia 1.0, 1.1 on Linux, Windows, and macOS.

Thanks.