OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:times_up
(Results
1 - 3
of
3
) sorted by relevancy
/src/tests/lib/libc/membar/
t_dekker.c
51
volatile sig_atomic_t
times_up
;
variable
103
while (!
times_up
) {
144
times_up
= 1;
t_seqlock.c
56
volatile sig_atomic_t
times_up
;
variable
72
for (s = 0; !
times_up
; s++) {
104
while (!
times_up
) {
172
times_up
= 1;
t_spinlock.c
58
volatile sig_atomic_t
times_up
;
variable
95
while (!
times_up
) {
140
times_up
= 1;
Completed in 70 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026