Esempio n. 1
0
def runThreads():
    from relinux.modules.osweaver import isoutil, squashfs, tempsys
    threads = []
    threads.extend(isoutil.threads)
    threads.extend(squashfs.threads)
    threads.extend(tempsys.threads)
    threadmanager.threadLoop(threads)
Esempio n. 2
0
def runThreads(threads, **options):
    threadmanager.threadLoop(threads, **options)
Esempio n. 3
0
def runThreads(threads, **options):
    threadmanager.threadLoop(threads, **options)