Searched refs:pthreads (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | python.c | 577 if (pthreads->threads == NULL) in pyrf_thread_map__init() 584 perf_thread_map__put(pthreads->threads); in pyrf_thread_map__delete() 585 Py_TYPE(pthreads)->tp_free((PyObject*)pthreads); in pyrf_thread_map__delete() 590 struct pyrf_thread_map *pthreads = (void *)obj; in pyrf_thread_map__length() local 592 return perf_thread_map__nr(pthreads->threads); in pyrf_thread_map__length() 756 PyObject *pcpus = NULL, *pthreads = NULL; in pyrf_evsel__open() local 761 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open() 764 if (pthreads != NULL) in pyrf_evsel__open() 858 PyObject *pcpus = NULL, *pthreads = NULL; in pyrf_evlist__init() local 1384 PyObject *pcpus = NULL, *pthreads = NULL; in pyrf__parse_events() local [all …]
|
| /linux-6.15/Documentation/translations/zh_CN/userspace-api/ |
| H A D | futex2.rst | 18 为实现更多高级接口的方式,如pthreads。
|
| /linux-6.15/tools/perf/bench/ |
| H A D | numa.c | 1407 pthread_t *pthreads; in worker_process() local 1426 pthreads = zalloc(g->p.nr_threads * sizeof(pthread_t)); in worker_process() 1446 ret = pthread_create(pthreads + t, NULL, worker_thread, td); in worker_process() 1451 ret = pthread_join(pthreads[t], NULL); in worker_process() 1456 free(pthreads); in worker_process()
|
| /linux-6.15/Documentation/userspace-api/ |
| H A D | futex2.rst | 12 as a means to implement more high level interfaces like pthreads.
|
| /linux-6.15/Documentation/driver-api/usb/ |
| H A D | gadget.rst | 424 Familiar tools like GDB and pthreads can be used to develop and debug
|