Home
last modified time | relevance | path

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

/openssl/test/
H A Dlhash_test.c498 static char *worker_exits[NUM_WORKERS]; variable
571 worker_exits[num] = "Unable to increment global iterator"; in do_mt_hash_work()
584 if (worker_exits[num] != NULL) in do_mt_hash_work()
605 worker_exits[num] = "Failure on insert"; in do_mt_hash_work()
610 if (worker_exits[num] != NULL) in do_mt_hash_work()
620 worker_exits[num] = "Failure on delete"; in do_mt_hash_work()
627 if (worker_exits[num] != NULL) in do_mt_hash_work()
631 worker_exits[num] = "Undefined behavior specified"; in do_mt_hash_work()
653 memset(worker_exits, 0, sizeof(char *) * NUM_WORKERS); in test_hashtable_multithread()
687 if (worker_exits[i] != NULL) { in test_hashtable_multithread()
[all …]

Completed in 8 milliseconds