Home | Sort by: relevance | last modified time | path |
/src/tests/lib/libc/membar/ | |
t_dekker.c | 51 volatile sig_atomic_t times_up; variable in typeref:typename:volatile sig_atomic_t 103 while (!times_up) { 144 times_up = 1; |
t_spinlock.c | 58 volatile sig_atomic_t times_up; variable in typeref:typename:volatile sig_atomic_t 95 while (!times_up) { 144 times_up = 1; |
t_seqlock.c | 56 volatile sig_atomic_t times_up; variable in typeref:typename:volatile sig_atomic_t 72 for (s = 0; !times_up; s++) { 104 while (!times_up) { 172 times_up = 1; |