Searched refs:threads (Results 1 – 25 of 40) sorted by relevance
12
/device/generic/goldfish-opengl/android-emu/ |
D | CMakeLists.txt | 5 …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…
|
D | Android.bp | 14 "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/ |
D | BUILD.gn | 20 "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/ |
D | test_dummy_threading.py | 44 self.threads = [] 49 self.threads.append(t) 54 for t in self.threads:
|
D | test_threadedtempfile.py | 49 threads = [] 54 threads.append(t) 61 for t in threads:
|
D | test_capi.py | 56 threads = [] 69 threads.append(t) 73 for t in threads:
|
D | test_socketserver.py | 259 threads = [] 267 threads.append((t, s)) 268 for t, s in threads: 271 for t, s in threads:
|
D | test_threading_local.py | 66 threads= [] 70 threads.append(t) 72 for t in threads:
|
D | test_threading.py | 84 threads = [] 88 threads.append(t) 95 for t in threads:
|
D | test_bz2.py | 307 threads = [threading.Thread(target=comp) for i in range(nthreads)] 308 for t in threads: 310 for t in threads:
|
D | test_file2k.py | 478 threads = [] 483 threads.append(t) 494 for t in threads:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
D | ccbench.py | 229 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/ |
D | thread_beos.h | 149 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/ |
D | process_files.sh | 57 no-threads \
|
/device/google/cuttlefish/common/libs/ |
D | Android.bp | 22 "threads",
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 287 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/ |
D | README | 280 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/ |
D | android.cmake | 30 ${trout_ANDROID_LIBBASE_DIR}/threads.cpp
|
/device/google/trout/ |
D | CPPLINT.cfg | 25 # Because we use #include <threads> and <mutex>
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | platform.py | 174 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/ |
D | platform.py | 174 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/ |
D | subprocess.cpp | 299 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner() argument
|
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/ |
D | PeiCoreEntry.S | 89 # for all processor threads
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Madt/ |
D | Madt30.aslc | 67 // Correct processor order, Primary threads first then Hyper threads
|
/device/linaro/bootloader/edk2/IntelFsp2WrapperPkg/Library/SecFspWrapperPlatformSecLibSample/Ia32/ |
D | PeiCoreEntry.nasm | 94 ; for all processor threads
|
12