Home
last modified time | relevance | path

Searched refs:_thread (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dthread.c42 RC_STRUCT(thread) *_thread = zalloc(sizeof(*_thread)); in thread__new()
45 if (ADD_RC_CHK(thread, _thread) != NULL) { in thread__new()
/linux/tools/perf/scripts/python/
H A Dsctop.py18 import _thread as thread
/linux/drivers/dma/
H A Ddmatest.c951 struct dmatest_thread *_thread; in dmatest_cleanup_channel() local
954 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()