Home | History | Annotate | Download | only in Python

Lines Matching refs:mut

28     pth_mutex_t  mut;

101 status = pth_mutex_init(&lock->mut);
131 status = pth_mutex_acquire(&thelock->mut, !waitflag, NULL);
135 status = pth_mutex_release( &thelock->mut );
141 /* mut must be locked by me -- part of the condition
143 status = pth_mutex_acquire( &thelock->mut, !waitflag, NULL );
147 &thelock->mut, NULL);
151 status = pth_mutex_release( &thelock->mut );
167 status = pth_mutex_acquire( &thelock->mut, 0, NULL );
172 status = pth_mutex_release( &thelock->mut );