HomeSort by relevance Sort by last modified time
    Searched full:inc_count (Results 1 - 4 of 4) sorted by null

  /external/valgrind/main/none/tests/
pth_cvsimple.c 29 void *inc_count(void *null) function
69 pthread_create(&threads[1], NULL, inc_count, NULL);
70 pthread_create(&threads[2], NULL, inc_count, NULL);
77 // inc_count threads could fully run before watch_count begins, and so
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
object.h 727 PyAPI_FUNC(void) inc_count(PyTypeObject *);
729 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
object.h 727 PyAPI_FUNC(void) inc_count(PyTypeObject *);
729 #define _Py_INC_TPALLOCS(OP) inc_count(Py_TYPE(OP))
    [all...]
  /external/stressapptest/src/
worker.cc     [all...]

Completed in 145 milliseconds