HomeSort by relevance Sort by last modified time
    Searched refs:NCHILDREN (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
4-2.c 64 #define NCHILDREN (20)
214 pid_t child_pr[NCHILDREN], chkpid;
216 pthread_t child_th[NCHILDREN];
449 for (k = 0; k < NCHILDREN; k++) {
476 for (k = 0; k < NCHILDREN; k++) {
550 for (k = 0; k < NCHILDREN; k++) {
582 for (k = 0; k < NCHILDREN; k++) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
stress2.c 86 #define NCHILDREN (20)
191 pthread_t workers[NCHILDREN * SCALABILITY_FACTOR + 2];
338 for (i = 0; i < NCHILDREN * SCALABILITY_FACTOR + 2; i++) {
354 (ts.tv_nsec >> 10)) % (NCHILDREN * SCALABILITY_FACTOR + 2);
369 } while (i < NCHILDREN * SCALABILITY_FACTOR + 2);
403 for (i = 0; i < NCHILDREN * SCALABILITY_FACTOR + 2; i++) {
stress1.c 111 #define NCHILDREN (5)
214 #define NTOT (NSCENAR * SCALABILITY_FACTOR * NCHILDREN)
601 for (j = 0; j < SCALABILITY_FACTOR * NCHILDREN; j++) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
stress.c 86 #define NCHILDREN (20)
191 pthread_t workers[NCHILDREN * SCALABILITY_FACTOR + 2];
338 for (i = 0; i < NCHILDREN * SCALABILITY_FACTOR + 2; i++) {
354 (ts.tv_nsec >> 10)) % (NCHILDREN * SCALABILITY_FACTOR + 2);
369 } while (i < NCHILDREN * SCALABILITY_FACTOR + 2);
403 for (i = 0; i < NCHILDREN * SCALABILITY_FACTOR + 2; i++) {
stress2.c 86 #define NCHILDREN (20)
191 pthread_t workers[NCHILDREN * SCALABILITY_FACTOR + 2];
338 for (i = 0; i < NCHILDREN * SCALABILITY_FACTOR + 2; i++) {
354 (ts.tv_nsec >> 10)) % (NCHILDREN * SCALABILITY_FACTOR + 2);
369 } while (i < NCHILDREN * SCALABILITY_FACTOR + 2);
403 for (i = 0; i < NCHILDREN * SCALABILITY_FACTOR + 2; i++) {
stress1.c 112 #define NCHILDREN (5)
215 #define NTOT (NSCENAR * SCALABILITY_FACTOR * NCHILDREN)
586 for (j = 0; j < SCALABILITY_FACTOR * NCHILDREN; j++) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
stress.c 95 #define NCHILDREN (20 * SCALABILITY_FACTOR)
216 pthread_t t_child[NCHILDREN];
335 for (ch = 0; ch < NCHILDREN; ch++) {
387 for (ch = 0; ch < NCHILDREN; ch++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
2-3.c 72 #define NCHILDREN (20)
162 } ch[NCHILDREN];
437 for (children.nb = 0; children.nb < NCHILDREN; children.nb++) {
460 output("[parent] Created %i children\n", NCHILDREN);
468 while (child_count < NCHILDREN) {
  /frameworks/base/core/java/android/app/assist/
AssistStructure.java 788 final int NCHILDREN = in.readInt();
790 "Preparing to read " + NCHILDREN
793 mChildren = new ViewNode[NCHILDREN];
794 for (int i=0; i<NCHILDREN; i++) {
    [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 301 milliseconds