Home
last modified time | relevance | path

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

12

/device/generic/goldfish-opengl/android-emu/
DCMakeLists.txt5 …ase/threads/AndroidFunctorThread.cpp android/base/threads/AndroidThreadStore.cpp android/base/thre…
6 …ase/threads/AndroidFunctorThread.cpp android/base/threads/AndroidThreadStore.cpp android/base/thre…
DAndroid.bp14 "android/base/threads/AndroidFunctorThread.cpp",
15 "android/base/threads/AndroidThreadStore.cpp",
16 "android/base/threads/AndroidThread_pthread.cpp",
17 "android/base/threads/AndroidWorkPool.cpp",
/device/generic/goldfish-opengl/
DBUILD.gn20 "android-emu/android/base/threads/AndroidFunctorThread.h",
21 "android-emu/android/base/threads/AndroidThread.h",
22 "android-emu/android/base/threads/AndroidThreadStore.h",
23 "android-emu/android/base/threads/AndroidThreadTypes.h",
24 "android-emu/android/base/threads/AndroidWorkPool.h",
25 "android-emu/android/base/threads/AndroidFunctorThread.cpp",
26 "android-emu/android/base/threads/AndroidThreadStore.h",
27 "android-emu/android/base/threads/AndroidThread_pthread.cpp",
28 "android-emu/android/base/threads/AndroidWorkPool.cpp",
/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:
/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/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
Dprocess_files.sh57 no-threads \
/device/google/cuttlefish/common/libs/
DAndroid.bp22 "threads",
/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/
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/google/trout/agl_services_build/cmake/
Dandroid.cmake30 ${trout_ANDROID_LIBBASE_DIR}/threads.cpp
/device/google/trout/
DCPPLINT.cfg25 # Because we use #include <threads> and <mutex>
/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/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/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp299 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner() argument
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DPeiCoreEntry.S89 # 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/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/
DPeiCoreEntry.nasm94 ; for all processor threads

12