OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sync_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/sail/
sync.c
162
static char
sync_lock
[NAME_MAX];
local
164
snprintf(
sync_lock
, sizeof(
sync_lock
), _FILE_LOCK, scenario_number);
165
return
sync_lock
;
328
const char *
sync_lock
;
local
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
Completed in 16 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026