Home
last modified time | relevance | path

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

/openssl/test/
H A Dlhash_test.c480 static char *worker_exits[4]; variable
542 worker_exits[num] = "Failed to get random index"; in do_mt_hash_work()
547 worker_exits[num] = "Failed to get random behavior"; in do_mt_hash_work()
570 if (worker_exits[num] != NULL) in do_mt_hash_work()
590 worker_exits[num] = "Failure on insert"; in do_mt_hash_work()
595 if (worker_exits[num] != NULL) in do_mt_hash_work()
605 worker_exits[num] = "Failure on delete"; in do_mt_hash_work()
612 if (worker_exits[num] != NULL) in do_mt_hash_work()
616 worker_exits[num] = "Undefined behavior specified"; in do_mt_hash_work()
637 memset(worker_exits, 0, sizeof(char *) * 4); in test_hashtable_multithread()
[all …]

Completed in 8 milliseconds