Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poco/poco/
H A D0001-Use-std-atomic-int-instead-of-std-atomic-bool.patch43 _thread("AsyncChannel"),
47 _thread.setPriority(prio);
56 if (_thread.isRunning())
/openbmc/openbmc/poky/scripts/lib/
H A Dscriptutils.py40 self._thread = threading.Thread(target=thread, daemon=True)
41 self._thread.start()
49 self._thread.join()
/openbmc/linux/tools/lib/perf/
H A Devsel.c46 #define FD(_evsel, _cpu_map_idx, _thread) \ argument
47 ((int *)xyarray__entry(_evsel->fd, _cpu_map_idx, _thread))
48 #define MMAP(_evsel, _cpu_map_idx, _thread) \ argument
49 (_evsel->mmap ? ((struct perf_mmap *) xyarray__entry(_evsel->mmap, _cpu_map_idx, _thread)) \
/openbmc/linux/tools/perf/scripts/python/
H A Dsctop.py18 import _thread as thread
/openbmc/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()
/openbmc/linux/drivers/dma/
H A Ddmatest.c937 struct dmatest_thread *_thread; in dmatest_cleanup_channel() local
940 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel()