OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:procStatus
(Results
1 - 2
of
2
) sorted by null
/external/svox/pico/lib/
picoctrl.c
81
picodata_step_result_t
procStatus
[PICOCTRL_MAX_PROC_UNITS];
153
status = ctrl->
procStatus
[ctrl->curPU] = ctrl->procUnit[ctrl->curPU]->step(
166
ctrl->
procStatus
[ctrl->curPU + 1] = PICODATA_PU_BUSY;
182
== ctrl->
procStatus
[ctrl->curPU+1])) {
191
== ctrl->
procStatus
[ctrl->curPU+1])) {
199
ctrl->curPU, ctrl->
procStatus
[ctrl->curPU]));
201
== ctrl->
procStatus
[ctrl->curPU])) {
204
ctrl->
procStatus
[ctrl->curPU] = PICODATA_PU_BUSY;
207
ctrl->curPU, ctrl->
procStatus
[ctrl->curPU]));
209
return ctrl->
procStatus
[ctrl->curPU]
[
all
...]
/external/deqp/framework/delibs/deutil/
deProcess.c
311
int
procStatus
= 0;
334
waitpid(pid, &
procStatus
, 0);
Completed in 192 milliseconds