Home
last modified time | relevance | path

Searched refs:Lock_Cleanup (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dlock.c460 Lock_Cleanup (void) in Lock_Cleanup() function
998 Lock_Cleanup (); /* clean up any locks we set */ in lock_list_promotably()
H A Dedit.c110 Lock_Cleanup (); in watch_onoff()
253 Lock_Cleanup (); in send_notifications()
H A Dwatch.c375 Lock_Cleanup (); in watch_addremove()
H A Dcvs.h587 void Lock_Cleanup (void);
H A Dadmin.c651 Lock_Cleanup (); in admin()
H A Dmain.c1202 cleanup_register (Lock_Cleanup); in main()
H A DChangeLog-9655 Lock_Cleanup.
56 (Lock_Cleanup): Call remove_locks.
57 (Writer_Lock): Call remove_locks rather than Lock_Cleanup when
190 (Reader_Lock, Lock_Cleanup): Use global_readlock in place of
499 * lock.c (Lock_Cleanup): If locked_dir is set clean it up too.
501 Lock_Cleanup suffices.
516 * lock.c (Lock_Cleanup): Also dellist (lock_tree_list).
518 Lock_Cleanup suffices.
3861 * mkmodules.c: changed 'void Lock_Cleanup()' to 'void static
3862 Lock_Cleanup() to avoid conflict with more substantial
[all …]
H A Dcommit.c698 Lock_Cleanup (); in commit()
H A DChangeLog670 (Lock_Cleanup): Clean up after val-tags lock if necessary.
696 (Lock_Cleanup): Clean up history locks when necessary.
1981 * lock.c (Lock_Cleanup): Remove never_run_again cruft and assoc. cmts.
3910 * lock.c (Lock_Cleanup), rcs.c (rcs_cleanup), server.c
5232 (Lock_Cleanup): No need to clean up after the obsolete locked_dir &
5261 Lock_Cleanup to avoid removing promotable locks.
5739 * lock.c (Lock_Cleanup), rcs.c (rcs_cleanup), server.c
5799 * lock.c (Lock_Cleanup, remove_locks), rcs.c (rcs_cleanup),
5837 Move calls to Lock_Cleanup to the atexit handler.
5839 * commit.c (commit): Don't call Lock_Cleanup on error exit.
[all …]
H A DChangeLog-93952503 * main.c (main): register Lock_Cleanup signal handler.
2505 Lock_Cleanup.
3528 with the dummy Lock_Cleanup already there.
H A Dserver.c2970 Lock_Cleanup (); in server_notify()
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A DChangeLog2714 as well as Lock_Cleanup.