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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_create/speculative/
15-1.c 14 * test will make a best attempt by going up to TIMER_MAX. If this
31 #ifdef TIMER_MAX
39 for (i = 0; i < TIMER_MAX + 1; i++) {
54 printf("timer_create() with > TIMER_MAX timers created\n");
2-1.c 43 #if defined DEBUG && defined TIMER_MAX
44 printf("Max timers is %ld\n", (long)TIMER_MAX);
45 int max = TIMER_MAX;
57 #ifndef TIMER_MAX
  /bionic/tests/headers/posix/
limits_h.c 82 MACRO(TIMER_MAX);
  /external/python/cpython2/Lib/plat-linux2/
IN.py 301 TIMER_MAX = 256
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 301 TIMER_MAX = 256
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 301 TIMER_MAX = 256

Completed in 76 milliseconds