Lines Matching defs:mmp_thread
190 static __attribute__((noreturn)) void mmp_thread(void *arg);
236 if (!mmp->mmp_thread) {
237 mmp->mmp_thread = thread_create(NULL, 0, mmp_thread,
255 while (mmp->mmp_thread) {
262 ASSERT(mmp->mmp_thread == NULL);
348 * expected if only mmp_thread writes occur.
543 mmp_thread(void *arg)
703 mmp_thread_exit(mmp, &mmp->mmp_thread, &cpr);
721 if (mmp->mmp_thread)