Home
last modified time | relevance | path

Searched refs:SPINLOCK_COUNT (Results 1 – 14 of 14) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/lib/builtins/
H A Datomic.c43 #ifndef SPINLOCK_COUNT
44 #define SPINLOCK_COUNT (1<<10) macro
46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
74 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} };
87 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
104 static Lock locks[SPINLOCK_COUNT];
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c42 #ifndef SPINLOCK_COUNT
43 #define SPINLOCK_COUNT (1 << 10) macro
45 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
76 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
85 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
102 static Lock locks[SPINLOCK_COUNT];
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Datomic.c43 #ifndef SPINLOCK_COUNT
44 #define SPINLOCK_COUNT (1<<10) macro
46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
74 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} };
87 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
104 static Lock locks[SPINLOCK_COUNT];
/dports/devel/emscripten/emscripten-2.0.3/system/lib/compiler-rt/lib/builtins/
H A Datomic.c42 #ifndef SPINLOCK_COUNT
43 #define SPINLOCK_COUNT (1 << 10) macro
45 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
76 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
85 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
102 static Lock locks[SPINLOCK_COUNT];
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/lib/builtins/
H A Datomic.c43 #ifndef SPINLOCK_COUNT
44 #define SPINLOCK_COUNT (1 << 10) macro
46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
77 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
86 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
103 static Lock locks[SPINLOCK_COUNT];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Datomic.c49 #ifndef SPINLOCK_COUNT
50 #define SPINLOCK_COUNT (1 << 10) macro
52 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
83 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
92 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
109 static Lock locks[SPINLOCK_COUNT];
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/lib/builtins/
H A Datomic.c43 #ifndef SPINLOCK_COUNT
44 #define SPINLOCK_COUNT (1 << 10) macro
46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
77 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
86 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
103 static Lock locks[SPINLOCK_COUNT];
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/builtins/
H A Datomic.c49 #ifndef SPINLOCK_COUNT
50 #define SPINLOCK_COUNT (1 << 10) macro
52 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
83 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
92 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
109 static Lock locks[SPINLOCK_COUNT];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Datomic.c49 #ifndef SPINLOCK_COUNT
50 #define SPINLOCK_COUNT (1 << 10) macro
52 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
83 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
92 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
109 static Lock locks[SPINLOCK_COUNT];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Datomic.c45 #ifndef SPINLOCK_COUNT
46 #define SPINLOCK_COUNT (1 << 10) macro
48 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
79 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
88 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
105 static Lock locks[SPINLOCK_COUNT];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/lib/builtins/
H A Datomic.c43 #ifndef SPINLOCK_COUNT
44 #define SPINLOCK_COUNT (1 << 10) macro
46 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
77 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
86 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
103 static Lock locks[SPINLOCK_COUNT];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c49 #ifndef SPINLOCK_COUNT
50 #define SPINLOCK_COUNT (1 << 10) macro
52 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
83 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
92 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
109 static Lock locks[SPINLOCK_COUNT];
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/lib/builtins/
H A Datomic.c49 #ifndef SPINLOCK_COUNT
50 #define SPINLOCK_COUNT (1 << 10) macro
52 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
83 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
92 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
109 static Lock locks[SPINLOCK_COUNT];
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/lib/builtins/
H A Datomic.c45 #ifndef SPINLOCK_COUNT
46 #define SPINLOCK_COUNT (1 << 10) macro
48 static const long SPINLOCK_MASK = SPINLOCK_COUNT - 1;
79 static Lock locks[SPINLOCK_COUNT] = {[0 ... SPINLOCK_COUNT - 1] = {0, 1, 0}};
88 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0
105 static Lock locks[SPINLOCK_COUNT];