Searched refs:listcount (Results 1 – 3 of 3) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/timers/ |
D | threadtest.c | 38 int listcount = 0; variable 88 if (listcount >= LISTSIZE) { in shared_thread() 90 listcount = 0; in shared_thread() 92 clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]); in shared_thread()
|
/external/python/cpython3/Objects/ |
D | listobject.c | 2181 listcount(PyListObject *self, PyObject *v) in listcount() function 2382 {"count", (PyCFunction)listcount, METH_O, count_doc},
|
/external/python/cpython2/Objects/ |
D | listobject.c | 2325 listcount(PyListObject *self, PyObject *v) in listcount() function 2523 {"count", (PyCFunction)listcount, METH_O, count_doc},
|