Searched refs:tcnt (Results 1 – 25 of 506) sorted by relevance
12345678910>>...21
/third_party/toybox/toys/pending/ |
D | bootchartd.c | 143 long tcnt = 60 * 1000 / TT.msec; in start_logging() local 145 if (tcnt <= 0) tcnt = 1; in start_logging() 152 while (--tcnt && !toys.signal) { in start_logging() 160 if (tcnt > 2 * 1000 / TT.msec) tcnt = 2 * 1000 / TT.msec; in start_logging()
|
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/ |
D | stress.c | 123 int tcnt; /* we need to make sure the threads are started before killing 'em */ member 144 i = c->tcnt; in sigthr() 242 c->tcnt += 1; in lockthr() 290 c->tcnt += 1; in timedlockthr() 346 c->tcnt += 1; in trylockthr() 393 c->tcnt = 0; in cell_init()
|
/third_party/ltp/testcases/kernel/syscalls/signal/ |
D | signal02.c | 22 .tcnt = ARRAY_SIZE(sigs),
|
/third_party/ltp/testcases/kernel/syscalls/epoll_create/ |
D | epoll_create01.c | 36 .tcnt = ARRAY_SIZE(tc),
|
D | epoll_create02.c | 38 .tcnt = ARRAY_SIZE(tc),
|
/third_party/ltp/lib/newlib_tests/ |
D | test02.c | 33 .tcnt = 2,
|
D | test04.c | 41 .tcnt = 2,
|
D | tst_strstatus.c | 37 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/getrandom/ |
D | getrandom01.c | 28 .tcnt = ARRAY_SIZE(modes),
|
D | getrandom03.c | 42 .tcnt = ARRAY_SIZE(sizes),
|
/third_party/ltp/testcases/kernel/syscalls/timerfd/ |
D | timerfd_create01.c | 39 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/epoll_create1/ |
D | epoll_create1_02.c | 36 .tcnt = ARRAY_SIZE(tc),
|
/third_party/ltp/testcases/kernel/syscalls/dup/ |
D | dup02.c | 37 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/mq_notify/ |
D | mq_notify02.c | 34 .tcnt = ARRAY_SIZE(tcase),
|
/third_party/ltp/testcases/kernel/syscalls/sbrk/ |
D | sbrk01.c | 39 .tcnt = ARRAY_SIZE(tcases)
|
/third_party/ltp/testcases/kernel/syscalls/getrusage/ |
D | getrusage01.c | 33 .tcnt = ARRAY_SIZE(tc),
|
/third_party/ltp/testcases/kernel/syscalls/reboot/ |
D | reboot01.c | 40 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/nanosleep/ |
D | nanosleep04.c | 50 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/unshare/ |
D | unshare01.c | 51 .tcnt = ARRAY_SIZE(tc),
|
/third_party/ltp/testcases/kernel/syscalls/chdir/ |
D | chdir04.c | 40 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/ |
D | shmdt02.c | 47 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit02.c | 46 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/tkill/ |
D | tkill02.c | 51 .tcnt = ARRAY_SIZE(tc),
|
/third_party/ltp/testcases/kernel/syscalls/mknod/ |
D | mknod01.c | 47 .tcnt = ARRAY_SIZE(tcases),
|
/third_party/ltp/testcases/kernel/syscalls/close/ |
D | close01.c | 54 .tcnt = ARRAY_SIZE(tc),
|
12345678910>>...21