OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needStart
(Results
1 - 3
of
3
) sorted by null
/external/lzma/C/
LzFindMt.h
23
Bool
needStart
;
LzFindMt.c
25
if (p->
needStart
)
28
p->
needStart
= False;
54
if (!Thread_WasCreated(&p->thread) || p->
needStart
)
71
p->
needStart
= True;
80
if (p->
needStart
)
117
p->
needStart
= True;
132
void MtSync_Init(CMtSync *p) { p->
needStart
= True; }
385
if (!sync->
needStart
)
400
if (!sync->
needStart
)
/frameworks/base/services/core/java/com/android/server/am/
UserController.java
[
all
...]
Completed in 45 milliseconds