Lines Matching defs:mut
198 pthread_mutex_t mut;
586 status = pthread_mutex_init(&lock->mut, NULL);
593 _Py_ANNOTATE_PURE_HAPPENS_BEFORE_MUTEX(&lock->mut);
623 status = pthread_mutex_destroy( &thelock->mut );
641 status = pthread_mutex_trylock( &thelock->mut );
646 status = pthread_mutex_lock( &thelock->mut );
660 /* mut must be locked by me -- part of the condition
666 &thelock->mut, &abs);
677 &thelock->mut);
694 status = pthread_mutex_unlock( &thelock->mut );
713 status = pthread_mutex_lock( &thelock->mut );
722 status = pthread_mutex_unlock( &thelock->mut );