Home
last modified time | relevance | path

Searched refs:ETHR_SPIN_BODY (Results 1 – 25 of 49) sorted by relevance

12

/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/include/internal/
H A Dethr_optimized_fallbacks.h120 ETHR_SPIN_BODY; in ethr_native_spin_lock()
186 ETHR_SPIN_BODY; in ethr_native_read_lock()
211 ETHR_SPIN_BODY; in ethr_native_write_lock()
219 ETHR_SPIN_BODY; in ethr_native_write_lock()
H A Dethread.h401 # ifndef ETHR_SPIN_BODY
403 # define ETHR_SPIN_BODY __asm__ __volatile__("rep;nop" : : : "memory") macro
405 # define ETHR_SPIN_BODY __asm__ __volatile__("hint @pause" : : : "memory") macro
407 # define ETHR_SPIN_BODY __asm__ __volatile__("membar #LoadLoad") macro
409 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
413 # ifndef ETHR_SPIN_BODY
414 # define ETHR_SPIN_BODY do {YieldProcessor();ETHR_COMPILER_BARRIER;} while(0) macro
420 #ifndef ETHR_SPIN_BODY
421 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/include/internal/
H A Dethr_optimized_fallbacks.h120 ETHR_SPIN_BODY; in ethr_native_spin_lock()
186 ETHR_SPIN_BODY; in ethr_native_read_lock()
211 ETHR_SPIN_BODY; in ethr_native_write_lock()
219 ETHR_SPIN_BODY; in ethr_native_write_lock()
H A Dethread.h400 # ifndef ETHR_SPIN_BODY
402 # define ETHR_SPIN_BODY __asm__ __volatile__("rep;nop" : : : "memory") macro
404 # define ETHR_SPIN_BODY __asm__ __volatile__("hint @pause" : : : "memory") macro
406 # define ETHR_SPIN_BODY __asm__ __volatile__("membar #LoadLoad") macro
408 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
412 # ifndef ETHR_SPIN_BODY
413 # define ETHR_SPIN_BODY do {YieldProcessor();ETHR_COMPILER_BARRIER;} while(0) macro
419 #ifndef ETHR_SPIN_BODY
420 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/include/internal/
H A Dethr_optimized_fallbacks.h120 ETHR_SPIN_BODY; in ethr_native_spin_lock()
186 ETHR_SPIN_BODY; in ethr_native_read_lock()
211 ETHR_SPIN_BODY; in ethr_native_write_lock()
219 ETHR_SPIN_BODY; in ethr_native_write_lock()
H A Dethread.h399 # ifndef ETHR_SPIN_BODY
401 # define ETHR_SPIN_BODY __asm__ __volatile__("rep;nop" : : : "memory") macro
403 # define ETHR_SPIN_BODY __asm__ __volatile__("hint @pause" : : : "memory") macro
405 # define ETHR_SPIN_BODY __asm__ __volatile__("membar #LoadLoad") macro
407 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
411 # ifndef ETHR_SPIN_BODY
412 # define ETHR_SPIN_BODY do {YieldProcessor();ETHR_COMPILER_BARRIER;} while(0) macro
418 #ifndef ETHR_SPIN_BODY
419 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/include/internal/
H A Dethr_optimized_fallbacks.h120 ETHR_SPIN_BODY; in ethr_native_spin_lock()
186 ETHR_SPIN_BODY; in ethr_native_read_lock()
211 ETHR_SPIN_BODY; in ethr_native_write_lock()
219 ETHR_SPIN_BODY; in ethr_native_write_lock()
H A Dethread.h401 # ifndef ETHR_SPIN_BODY
403 # define ETHR_SPIN_BODY __asm__ __volatile__("rep;nop" : : : "memory") macro
405 # define ETHR_SPIN_BODY __asm__ __volatile__("hint @pause" : : : "memory") macro
407 # define ETHR_SPIN_BODY __asm__ __volatile__("membar #LoadLoad") macro
409 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
413 # ifndef ETHR_SPIN_BODY
414 # define ETHR_SPIN_BODY do {YieldProcessor();ETHR_COMPILER_BARRIER;} while(0) macro
420 #ifndef ETHR_SPIN_BODY
421 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/include/internal/
H A Dethr_optimized_fallbacks.h120 ETHR_SPIN_BODY; in ethr_native_spin_lock()
186 ETHR_SPIN_BODY; in ethr_native_read_lock()
211 ETHR_SPIN_BODY; in ethr_native_write_lock()
219 ETHR_SPIN_BODY; in ethr_native_write_lock()
H A Dethread.h401 # ifndef ETHR_SPIN_BODY
403 # define ETHR_SPIN_BODY __asm__ __volatile__("rep;nop" : : : "memory") macro
405 # define ETHR_SPIN_BODY __asm__ __volatile__("hint @pause" : : : "memory") macro
407 # define ETHR_SPIN_BODY __asm__ __volatile__("membar #LoadLoad") macro
409 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
413 # ifndef ETHR_SPIN_BODY
414 # define ETHR_SPIN_BODY do {YieldProcessor();ETHR_COMPILER_BARRIER;} while(0) macro
420 #ifndef ETHR_SPIN_BODY
421 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/include/internal/
H A Dethr_optimized_fallbacks.h120 ETHR_SPIN_BODY; in ethr_native_spin_lock()
186 ETHR_SPIN_BODY; in ethr_native_read_lock()
211 ETHR_SPIN_BODY; in ethr_native_write_lock()
219 ETHR_SPIN_BODY; in ethr_native_write_lock()
H A Dethread.h400 # ifndef ETHR_SPIN_BODY
402 # define ETHR_SPIN_BODY __asm__ __volatile__("rep;nop" : : : "memory") macro
404 # define ETHR_SPIN_BODY __asm__ __volatile__("hint @pause" : : : "memory") macro
406 # define ETHR_SPIN_BODY __asm__ __volatile__("membar #LoadLoad") macro
408 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
412 # ifndef ETHR_SPIN_BODY
413 # define ETHR_SPIN_BODY do {YieldProcessor();ETHR_COMPILER_BARRIER;} while(0) macro
419 #ifndef ETHR_SPIN_BODY
420 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
/dports/lang/erlang/otp-OTP-24.1.7/erts/include/internal/
H A Dethr_optimized_fallbacks.h120 ETHR_SPIN_BODY; in ethr_native_spin_lock()
186 ETHR_SPIN_BODY; in ethr_native_read_lock()
211 ETHR_SPIN_BODY; in ethr_native_write_lock()
219 ETHR_SPIN_BODY; in ethr_native_write_lock()
H A Dethread.h401 # ifndef ETHR_SPIN_BODY
403 # define ETHR_SPIN_BODY __asm__ __volatile__("rep;nop" : : : "memory") macro
405 # define ETHR_SPIN_BODY __asm__ __volatile__("hint @pause" : : : "memory") macro
407 # define ETHR_SPIN_BODY __asm__ __volatile__("membar #LoadLoad") macro
409 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
413 # ifndef ETHR_SPIN_BODY
414 # define ETHR_SPIN_BODY do {YieldProcessor();ETHR_COMPILER_BARRIER;} while(0) macro
420 #ifndef ETHR_SPIN_BODY
421 # define ETHR_SPIN_BODY ETHR_COMPILER_BARRIER macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethr_event.c114 ETHR_SPIN_BODY; in wait()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/win/
H A Dethr_event.c114 ETHR_SPIN_BODY; in wait()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/win/
H A Dethr_event.c114 ETHR_SPIN_BODY; in wait()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethr_event.c114 ETHR_SPIN_BODY; in wait()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/win/
H A Dethr_event.c114 ETHR_SPIN_BODY; in wait()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethr_event.c114 ETHR_SPIN_BODY; in wait()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/win/
H A Dethr_event.c114 ETHR_SPIN_BODY; in wait()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/lib_src/pthread/
H A Dethr_event.c118 ETHR_SPIN_BODY; in wait__()
403 ETHR_SPIN_BODY; in wait__()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/pthread/
H A Dethr_event.c124 ETHR_SPIN_BODY; in wait__()
409 ETHR_SPIN_BODY; in wait__()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/lib_src/pthread/
H A Dethr_event.c124 ETHR_SPIN_BODY; in wait__()
409 ETHR_SPIN_BODY; in wait__()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/pthread/
H A Dethr_event.c124 ETHR_SPIN_BODY; in wait__()
409 ETHR_SPIN_BODY; in wait__()

12