OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icountdown
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
test_malloc.c
27
int
iCountdown
; /* Number of pending successes before a failure */
54
if( memfault.
iCountdown
>0 ){
55
memfault.
iCountdown
--;
128
memfault.
iCountdown
= nDelay;
166
return memfault.
iCountdown
;
[
all
...]
Completed in 55 milliseconds