Lock the endpoint before doing endpoint_state processing. This ensures
that the subsequent unlock is valid. This commit was SVN r15890.
Этот коммит содержится в:
родитель
3a83c61c40
Коммит
1ddba9ec65
@ -652,6 +652,7 @@ static void rml_recv_cb(int status, orte_process_name_t* process_name,
|
||||
return;
|
||||
}
|
||||
|
||||
OPAL_THREAD_LOCK(&ib_endpoint->endpoint_lock);
|
||||
endpoint_state = ib_endpoint->endpoint_state;
|
||||
|
||||
/* Update status */
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user