Searched defs:mtx1 (Results 1 – 17 of 17) sorted by relevance
5 pthread_mutex_t mtx1; variable
22 mtx_t mtx1; variable
17 spin_lock_t mtx1; variable
7 pthread_mutex_t mtx1, mtx2; variable
66 pthread_mutex_t mtx1, mtx2; /* The two mutex m1 and m2 */ member
223 Mutex *mtx1 = getMutex(id1); in MutexBeforeLock() local377 Mutex *mtx1 = getMutex(link.id); in CycleCheck() local
228 Mutex *mtx1 = getMutex(id1); in MutexBeforeLock() local382 Mutex *mtx1 = getMutex(link.id); in CycleCheck() local
335 std::array<float, N*N> mtx1, in plot_matrix_comp_mult()
202 pthread_mutex_t mtx1; member