Lines Matching refs:done
110 bool *done = ctx;
112 *done = true;
119 bool done = false;
127 spdk_thread_send_msg(thread0, send_msg_cb, &done);
129 /* We have not polled thread 0 yet, so done should be false. */
130 CU_ASSERT(!done);
134 * a nop and done should still be false.
137 CU_ASSERT(!done);
140 * Poll thread 0. This should execute the message and done should then
144 CU_ASSERT(done);
541 * This is done in some different and sometimes non-intuitive orders, because