HomeSort by: relevance | last modified time | path
    Searched refs:sync_lock (Results 1 - 4 of 4) sorted by relevancy

  /src/games/sail/
sync.c 162 static char sync_lock[NAME_MAX]; local in function:get_lock_file
164 snprintf(sync_lock, sizeof(sync_lock), _FILE_LOCK, scenario_number);
165 return sync_lock;
328 const char *sync_lock; local in function:Sync
341 sync_lock = get_lock_file(game);
343 if (link(sync_file, sync_lock) >= 0) {
417 unlink(sync_lock);
  /src/sys/fs/udf/
udf.h 350 kmutex_t sync_lock; /* serialize syncing */ member in struct:udf_mount
udf_vfsops.c 266 mutex_destroy(&ump->sync_lock);
598 mutex_init(&ump->sync_lock, MUTEX_DEFAULT, IPL_NONE);
udf_subr.c 6419 KASSERT(mutex_owned(&ump->sync_lock));
6500 mutex_enter(&ump->sync_lock);
6547 mutex_exit(&ump->sync_lock);

Completed in 236 milliseconds