/* lock the mutex associated with this fio. This needs to be done for every type of access to the fio's elements. */ void gmx_fio_lock(t_fileio *fio) { #ifdef GMX_THREAD_MPI tMPI_Lock_lock(&(fio->mtx)); #endif }
/* lock the mutex associated with this fio. This needs to be done for every type of access to the fio's elements. */ void gmx_fio_lock(t_fileio *fio) { tMPI_Lock_lock(&(fio->mtx)); }