reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 node->dn.mtx_num_locks = 0; 387 for (int n = node->dn.mtx_num_locks; n > m; --n) { 397 node->dn.mtx_num_locks++;projects/openmp/runtime/src/kmp_tasking.cpp
278 if (node && (node->dn.mtx_num_locks > 0)) { 279 for (int i = 0; i < node->dn.mtx_num_locks; ++i) { 289 node->dn.mtx_num_locks = -node->dn.mtx_num_locks; 289 node->dn.mtx_num_locks = -node->dn.mtx_num_locks; 855 if (node && (node->dn.mtx_num_locks < 0)) { 857 node->dn.mtx_num_locks = -node->dn.mtx_num_locks; 857 node->dn.mtx_num_locks = -node->dn.mtx_num_locks; 858 for (int i = node->dn.mtx_num_locks - 1; i >= 0; --i) {