Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_dummy_threading.py44 self.threads = []
49 self.threads.append(t)
54 for t in self.threads:
Dtest_threadedtempfile.py49 threads = []
54 threads.append(t)
61 for t in threads:
Dtest_capi.py56 threads = []
69 threads.append(t)
73 for t in threads:
Dtest_socketserver.py259 threads = []
267 threads.append((t, s))
268 for t, s in threads:
271 for t, s in threads:
Dtest_threading_local.py66 threads= []
70 threads.append(t)
72 for t in threads:
Dtest_threading.py84 threads = []
88 threads.append(t)
95 for t in threads:
Dtest_bz2.py307 threads = [threading.Thread(target=comp) for i in range(nthreads)]
308 for t in threads:
310 for t in threads:
Dtest_file2k.py478 threads = []
483 threads.append(t)
494 for t in threads:
Dtest_logging.py893 self.threads = [
895 for thread in self.threads:
910 for thread in self.threads:
Dtest_io.py853 threads = [threading.Thread(target=f) for x in range(20)]
854 for t in threads:
857 for t in threads:
1129 threads = [threading.Thread(target=f) for x in range(20)]
1130 for t in threads:
1133 for t in threads:
2223 threads = [threading.Thread(target=lambda n=x: run(n))
2225 for t in threads:
2229 for t in threads:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/
Dccbench.py229 threads = []
231 threads.append(threading.Thread(target=run))
232 for t in threads:
244 for t in threads:
312 threads = []
335 threads.append(threading.Thread(target=run))
336 for t in threads:
364 for t in threads:
443 threads = []
466 threads.append(threading.Thread(target=run))
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_beos.h149 int32 threads; in PyThread_exit_thread() local
154 threads = atomic_add( &thread_count, 0 ); in PyThread_exit_thread()
156 if( threads == 0 ) { in PyThread_exit_thread()
/device/google/marlin/sepolicy/
Dwcnss_filter.te23 # allow wcnss to set threads to RT priority
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/
DREADME280 Solaris: When using Sun's C compiler with threads, at least on Solaris
320 Linux: A problem with threads and fork() was tracked down to a bug in
345 BSDI: BSDI versions before 4.1 have known problems with threads,
348 Turning off threads (with --with-threads=no) or upgrading to
351 DEC Unix: Run configure with --with-dec-threads, or with
352 --with-threads=no if no threads are desired (threads are on by
428 problems in the handling of threads (calling fork in one
430 tests involving threads will fail until those problems are fixed.
591 To do this, run "./configure --with-threads=no" including any
673 Configuring threads
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DREADME287 Solaris: When using Sun's C compiler with threads, at least on Solaris
327 Linux: A problem with threads and fork() was tracked down to a bug in
352 BSDI: BSDI versions before 4.1 have known problems with threads,
355 Turning off threads (with --with-threads=no) or upgrading to
358 DEC Unix: Run configure with --with-dec-threads, or with
359 --with-threads=no if no threads are desired (threads are on by
435 problems in the handling of threads (calling fork in one
437 tests involving threads will fail until those problems are fixed.
598 To do this, run "./configure --with-threads=no" including any
680 Configuring threads
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dplatform.py174 libcinit,glibc,glibcversion,so,threads,soversion = m.groups()
188 if threads and version[-len(threads):] != threads:
189 version = version + threads
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dplatform.py174 libcinit,glibc,glibcversion,so,threads,soversion = m.groups()
188 if threads and version[-len(threads):] != threads:
189 version = version + threads
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DPeiCoreEntry.S89 # for all processor threads
DPeiCoreEntry.asm96 ; for all processor threads
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/
DMadt30.aslc67 // Correct processor order, Primary threads first then Hyper threads
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FspSupport/Library/SecFspPlatformSecLibVlv2/Ia32/
DPeiCoreEntry.asm97 ; for all processor threads
/device/linaro/bootloader/edk2/BaseTools/Conf/
Dtarget.template62 # MAX_CONCURRENT_THREAD_NUMBER NUMBER Optional The number of concurrent threads. Recommend to se…
/device/huawei/angler/
Ddevice.mk526 dalvik.vm.boot-dex2oat-threads=4 \
527 dalvik.vm.dex2oat-threads=4 \
528 dalvik.vm.image-dex2oat-threads=4
/device/lge/bullhead/
Ddevice.mk517 dalvik.vm.boot-dex2oat-threads=4 \
518 dalvik.vm.dex2oat-threads=4 \
519 dalvik.vm.image-dex2oat-threads=4
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
DREADME67 using multiple threads or processes or the select() system call as

12