Home
last modified time | relevance | path

Searched refs:Thread (Results 1 - 10 of 10) sorted by relevance

/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_041.cpp33 static void *Thread(void *arg) in Thread() function
58 ret = pthread_create(&pthread[i], &a, Thread, NULL); in GroupProcess()
68 pthread_create(&pthread[100], &a, Thread, NULL); // 100, pthread array subscript in GroupProcess()
69 pthread_create(&pthread[100], &a, Thread, NULL); // 100, pthread array subscript in GroupProcess()
70 pthread_create(&pthread[100], &a, Thread, NULL); // 100, pthread array subscript in GroupProcess()
/kernel/linux/linux-6.6/tools/perf/scripts/python/
H A Dgecko.py58 # Here key = tid, value = Thread
92 class Thread: class
96 comm: Thread command-line (name).
197 """Converts current Thread to GeckoThread JSON format."""
295 thread = Thread(comm=comm, pid=pid, tid=tid)
304 http_server_thread = threading.Thread(target=test, args=(CORSRequestHandler, HTTPServer,))
H A Dexported-sql-viewer.py190 class Thread(QThread): class
195 super(Thread, self).__init__(parent)
736 thread = Thread(self.FindThread, context[0])
2412 self.init_thread = Thread(self.ThreadFn, glb)
2523 thread = Thread(self.FindThread)
2677 self.thread = Thread(self.Thread)
2689 def Thread(self): member in SQLFetcher
/kernel/liteos_m/arch/arm/cortex-m3/keil/
H A Dlos_startup.s33 ;* Purpose: Thread scheduler
/kernel/linux/linux-5.10/arch/arm/mm/
H A Dproc-v7m.S146 msr control, r1 @ Thread mode has unpriviledged access
/kernel/linux/linux-6.6/arch/arm/mm/
H A Dproc-v7m.S146 msr control, r1 @ Thread mode has unpriviledged access
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_kernel.py355 waiter = threading.Thread(target=_wait_proc)
/kernel/linux/linux-5.10/tools/perf/scripts/python/
H A Dexported-sql-viewer.py189 class Thread(QThread): class
194 super(Thread, self).__init__(parent)
735 thread = Thread(self.FindThread, context[0])
2411 self.init_thread = Thread(self.ThreadFn, glb)
2522 thread = Thread(self.FindThread)
2676 self.thread = Thread(self.Thread)
2688 def Thread(self): member in SQLFetcher
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py65 from threading import Thread namespace
3023 self.thread = Thread(target=self.processMonitor, args=(0,))
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py65 from threading import Thread namespace
3220 self.thread = Thread(target=self.processMonitor, args=(0,))

Completed in 30 milliseconds