You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
opal/mutex: remove unnecessary ()s from OPAL_SCOPED_LOCK macro
This change allows the OPAL_SCOPED_LOCK macro to be used in more
ways. For example, the following code didn't work before but would
work now:
```
OPAL_SCOPED_LOCK(&lock,
OPAL_LIST_FOREACH(item, list, item_type_t) {
}
);
```
master commit open-mpi/ompi@f59b3ed
Signed-off-by: Nathan Hjelm <[email protected]>
0 commit comments