Home
last modified time | relevance | path

Searched refs:locklist (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/cvs/src/
Dlock.c134 static List *locklist; variable
353 if (locklist != (List *) NULL) in remove_locks()
355 (void) walklist (locklist, unlock_proc, NULL); in remove_locks()
356 locklist = (List *) NULL; in remove_locks()
508 if (locklist != (List *) NULL)
520 locklist = list; /* init for Lock_Cleanup */
Drcs.c4766 List *locklist; local
4772 locklist = RCS_getlocks (rcs);
4774 for (p = locklist->list->next; p != locklist->list; p = p->next)
DChangeLog-9395436 So does locklist but it gets renamed to lock_tree_list.