Home
last modified time | relevance | path

Searched refs:ntries (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/misc/crash/
Dcrash02.c86 int ntries = 100; variable
149 ntries = atoi(n_copt); in main()
164 tst_resm(TINFO, "crashme02 %d %d %d", sysno_max, nseed, ntries); in main()
207 sleep(ntries * MAX_TRY_TIME + 10); in badboy_fork()
219 alarm(ntries * MAX_TRY_TIME); in badboy_fork()
285 for (i = 0; i < ntries; ++i) { in badboy_loop()
Dcrash01.c87 int ntries = 100; variable
161 ntries = atoi(n_copt); in main()
187 ntries); in main()
229 sleep(ntries * MAX_TRY_TIME + 10); in badboy_fork()
243 alarm(ntries * MAX_TRY_TIME); in badboy_fork()
318 for (i = 0; i < ntries; ++i) { in badboy_loop()
/third_party/jerryscript/docs/
D10.EXT-REFERENCE-HANDLER.md398 After the method call the `ęntries` array should not be used as all values are released.