Home
last modified time | relevance | path

Searched refs:o (Results 1 – 2 of 2) sorted by relevance

/nptl/
A Dpthread_barrier_wait.c195 unsigned int o; in ___pthread_barrier_wait() local
199 o = atomic_fetch_add_release (&bar->out, 1) + 1; in ___pthread_barrier_wait()
200 if (o == max_in_before_reset) in ___pthread_barrier_wait()
A DMakefile267 CFLAGS-tst-thread_local1.o = -std=gnu++11
269 CFLAGS-tst-thread-exit-clobber.o = -std=gnu++11
271 CFLAGS-tst-minstack-throw.o = -std=gnu++11
402 tst-cleanup4aux.o tst-cleanupx4aux.o
523 $(objpfx)tst-cleanup4: $(objpfx)tst-cleanup4aux.o
524 $(objpfx)tst-cleanupx4: $(objpfx)tst-cleanupx4aux.o

Completed in 4 milliseconds