Пример #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)
Пример #2
0
def runThreads(threads, **options):
    threadmanager.threadLoop(threads, **options)
Пример #3
0
def runThreads(threads, **options):
    threadmanager.threadLoop(threads, **options)