Searched defs:lock_wait (Results 1 – 3 of 3) sorted by relevance
78 struct lock_wait { struct79 pthread_cond_t cond;80 pthread_mutex_t mutex;81 struct dlm_lksb lksb;
88 struct lock_wait struct90 pthread_cond_t cond;91 pthread_mutex_t mutex;92 int status;
861 lock_wait (const char *repos) in lock_wait() function