HomeSort by: relevance | last modified time | path
    Searched defs:contention (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
threadstest.c 108 static int contention = 0; variable
129 if (contention == 0)
291 contention = 0;
297 contention = 1;
328 if (contention == 0)
335 if (contention == 0)
338 if (contention != 0) {
443 rcu_lock = ossl_rcu_lock_new(contention == 2 ? 4 : 1, NULL);
491 contention = 0;
497 contention = 1
    [all...]
threadstest.c 108 static int contention = 0; variable
129 if (contention == 0)
291 contention = 0;
297 contention = 1;
328 if (contention == 0)
335 if (contention == 0)
338 if (contention != 0) {
443 rcu_lock = ossl_rcu_lock_new(contention == 2 ? 4 : 1, NULL);
491 contention = 0;
497 contention = 1
    [all...]

Completed in 41 milliseconds