Home
last modified time | relevance | path

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

/openssl/test/
H A Dthreadstest.c370 uint64_t oldval = 0; in reader_fn() local
382 if (oldval > val) { in reader_fn()
383 …TEST_info("rcu torture value went backwards! %llu : %llu", (unsigned long long)oldval, (unsigned l… in reader_fn()
386 oldval = val; /* just try to deref the pointer */ in reader_fn()

Completed in 5 milliseconds