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

  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
s-c1.c 126 long my_max = 1000 * SCALABILITY_FACTOR; local
136 my_max = CHILD_MAX;
138 pr = (pid_t *) calloc(1 + my_max, sizeof(pid_t));
245 if (nprocesses > my_max) {
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
s-c1.c 162 long my_max = 1000 * SCALABILITY_FACTOR; local
172 my_max = PTHREAD_THREADS_MAX;
174 th = (pthread_t *) calloc(1 + my_max, sizeof(pthread_t));
275 if (nthreads > my_max) {
  /external/tensorflow/tensorflow/python/ops/
math_ops.py     [all...]

Completed in 90 milliseconds