Searched defs:num_finished_auths (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/tests/cmocka/
H A Dtest_krb5_wait_queue.c122 int num_finished_auths; member in struct:test_krb5_wait_queue
262 test_ctx->num_finished_auths++;
264 if (test_ctx->num_finished_auths == test_ctx->num_auths) {
307 assert_int_equal(ret, test_ctx->num_finished_auths+1 % 2);
309 test_ctx->num_finished_auths++;
311 if (test_ctx->num_finished_auths == test_ctx->num_auths) {

Completed in 1291 milliseconds