OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:masterDone
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/arch/shark/shark/
scr.c
62
** to the top half uses a "done" bit called
masterDone
. This bit
64
** complete. The top half checks/sleeps on this
masterDone
bit.
499
int
masterDone
; /* flag used by bottom half to tell top half its done */
1029
int masterDoneRetries= 0; /* nuber of times we looked at
masterDone
*/
1030
int done; /* local copy of
masterDone
*/
1118
sc->
masterDone
= false;
1144
sc->
masterDone
= true;
1152
done = sc->
masterDone
;
1262
sc->
masterDone
= false;
1292
sc->
masterDone
= true
[
all
...]
Completed in 131 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025