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

  /external/valgrind/drd/tests/
pth_barrier.c 25 struct threadinfo struct
47 static void* threadfunc(struct threadinfo* p)
71 struct threadinfo* t;
75 t = malloc(nthread * sizeof(struct threadinfo));
annotate_barrier.c 40 struct threadinfo struct
105 static void* threadfunc(struct threadinfo* p)
129 struct threadinfo* t;
133 t = malloc(nthread * sizeof(struct threadinfo));
  /external/python/cpython3/Python/
thread.c 390 PyObject *threadinfo, *value; local
403 threadinfo = PyStructSequence_New(&ThreadInfoType);
404 if (threadinfo == NULL)
409 Py_DECREF(threadinfo);
412 PyStructSequence_SET_ITEM(threadinfo, pos++, value);
421 Py_DECREF(threadinfo);
428 PyStructSequence_SET_ITEM(threadinfo, pos++, value);
445 PyStructSequence_SET_ITEM(threadinfo, pos++, value);
446 return threadinfo;

Completed in 235 milliseconds