Searched refs:lockpath (Results 1 – 1 of 1) sorted by relevance
1222 dotlock_cleanup(void* lockpath) in dotlock_cleanup() argument1224 dot_unlock((char*)lockpath); in dotlock_cleanup()1303 char *lockpath = strsave(short2str(fname)); in rechist() local1304 cleanup_push(lockpath, xfree); in rechist()1306 if ((dot_lock(lockpath, 100) == 0)) in rechist()1307 cleanup_push(lockpath, dotlock_cleanup); in rechist()