Searched refs:LLOCK (Results 1 – 2 of 2) sorted by relevance
201 if (link(HLOCK, LLOCK) == -1) { in getlock()205 printf("Cannot link %s to %s\n", LLOCK, HLOCK); in getlock()214 printf("(Try again or rm %s.)\n", LLOCK); in getlock()233 (void) unlink(LLOCK); in getlock()242 (void) unlink(LLOCK); in getlock()247 if(unlink(LLOCK) == -1) in getlock()248 error("Cannot unlink %s.", LLOCK); in getlock()
86 #define LLOCK "safelock" /* link to previous */ macro