Home
last modified time | relevance | path

Searched refs:fpe_key (Results 1 – 3 of 3) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/sys/unix/
H A Dsys_float.c42 static erts_tsd_key_t fpe_key; variable
49 erts_tsd_key_create(&fpe_key,"fp_exception"); in erts_init_fp_exception()
56 erts_tsd_set(fpe_key, fpe); in erts_thread_init_fp_exception()
61 return (volatile unsigned long*)erts_tsd_get(fpe_key); in erts_thread_get_fp_exception()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/sys/unix/
H A Dsys_float.c42 static erts_tsd_key_t fpe_key; variable
49 erts_tsd_key_create(&fpe_key,"fp_exception"); in erts_init_fp_exception()
56 erts_tsd_set(fpe_key, fpe); in erts_thread_init_fp_exception()
61 return (volatile unsigned long*)erts_tsd_get(fpe_key); in erts_thread_get_fp_exception()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/sys/unix/
H A Dsys_float.c42 static erts_tsd_key_t fpe_key; variable
49 erts_tsd_key_create(&fpe_key,"fp_exception"); in erts_init_fp_exception()
56 erts_tsd_set(fpe_key, fpe); in erts_thread_init_fp_exception()
61 return (volatile unsigned long*)erts_tsd_get(fpe_key); in erts_thread_get_fp_exception()