Home
last modified time | relevance | path

Searched refs:pthreads (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
A Dpython.c608 if (pthreads->threads == NULL) in pyrf_thread_map__init()
615 perf_thread_map__put(pthreads->threads); in pyrf_thread_map__delete()
616 Py_TYPE(pthreads)->tp_free((PyObject*)pthreads); in pyrf_thread_map__delete()
621 struct pyrf_thread_map *pthreads = (void *)obj; in pyrf_thread_map__length() local
623 return perf_thread_map__nr(pthreads->threads); in pyrf_thread_map__length()
628 struct pyrf_thread_map *pthreads = (void *)obj; in pyrf_thread_map__item() local
630 if (i >= perf_thread_map__nr(pthreads->threads)) in pyrf_thread_map__item()
787 PyObject *pcpus = NULL, *pthreads = NULL; in pyrf_evsel__open() local
792 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
795 if (pthreads != NULL) in pyrf_evsel__open()
[all …]
/linux/Documentation/translations/zh_CN/userspace-api/
A Dfutex2.rst18 为实现更多高级接口的方式,如pthreads
/linux/tools/perf/bench/
A Dnuma.c1354 pthread_t *pthreads; in worker_process() local
1373 pthreads = zalloc(g->p.nr_threads * sizeof(pthread_t)); in worker_process()
1393 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process()
1398 ret = pthread_join(pthreads[t], NULL); in worker_process()
1403 free(pthreads); in worker_process()
/linux/Documentation/userspace-api/
A Dfutex2.rst12 as a means to implement more high level interfaces like pthreads.
/linux/Documentation/driver-api/usb/
A Dgadget.rst424 Familiar tools like GDB and pthreads can be used to develop and debug

Completed in 15 milliseconds