Searched refs:listcount (Results 1 – 2 of 2) sorted by relevance
38 int listcount = 0; variable88 if (listcount >= LISTSIZE) { in shared_thread()90 listcount = 0; in shared_thread()92 clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]); in shared_thread()
2322 listcount(PyListObject *self, PyObject *v) in listcount() function2520 {"count", (PyCFunction)listcount, METH_O, count_doc},