OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reclock
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hack/
hack.end.c
332
const char *
reclock
= "record_lock";
local in function:topten
337
while (link(recfile,
reclock
) == -1) {
338
HUP perror(
reclock
);
488
(void) unlink(
reclock
);
/src/sys/rump/librump/rumpvfs/
rumpfs.c
218
static kmutex_t
reclock
;
variable in typeref:typename:kmutex_t
480
mutex_enter(&
reclock
);
488
mutex_exit(&
reclock
);
1696
mutex_enter(&
reclock
);
1698
mutex_exit(&
reclock
);
1965
KASSERT(!mutex_owned(&
reclock
));
1988
mutex_enter(&
reclock
);
1990
mutex_exit(&
reclock
);
2007
mutex_init(&
reclock
, MUTEX_DEFAULT, IPL_NONE);
2023
mutex_destroy(&
reclock
);
[
all
...]
Completed in 47 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025