Searched refs:msg_realloc_cv (Results 1 – 1 of 1) sorted by relevance
88 static kcondvar_t msg_realloc_cv; variable165 cv_init(&msg_realloc_cv, "msgrealc"); in msginit()199 cv_destroy(&msg_realloc_cv); in msgfini()248 cv_wait(&msg_realloc_cv, &msgmutex); in msgrealloc()411 cv_broadcast(&msg_realloc_cv); in msgrealloc()727 cv_wait(&msg_realloc_cv, &msgmutex); in msgsnd1()824 cv_broadcast(&msg_realloc_cv); in msgsnd1()1037 cv_wait(&msg_realloc_cv, &msgmutex); in msgrcv1()1166 cv_broadcast(&msg_realloc_cv); in msgrcv1()