Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Dtest_exception_storage.pass.cpp44 pthread_t threads [ NUMTHREADS ]; variable
66 pthread_create( threads + i, NULL, thread_code, (void *) (thread_globals + i)); in main()
68 pthread_join ( threads [ i ], NULL ); in main()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest_stress_test.cc129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; in TEST() local
132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, in TEST()
140 threads[i]->Join(); in TEST()
/ndk/sources/android/libthread_db/
DREADME8 a small interface used by gdbserver to manage the list of threads on the
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dfallback_malloc.ipp28 // When POSIX threads are not available, make the mutex operations a nop
/ndk/sources/third_party/googletest/googletest/
DCHANGES56 * New feature: assertions can be safely called in multiple threads
DREADME130 (We need -pthread as Google Test uses threads.)
/ndk/tests/device/test-libc++-static-full/jni/
DAndroid.mk3818 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.algorithm/swap)
3819 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.assign/move)
3820 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.constr/default)
3821 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.constr/F)
3822 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.constr/move)
3823 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.destr/dtor)
3824 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.id/assign)
3825 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.id/copy)
3826 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.id/default)
3827 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.id/eq)
[all …]
/ndk/tests/device/test-libc++-shared-full/jni/
DAndroid.mk3827 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.algorithm/swap)
3828 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.assign/move)
3829 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.constr/default)
3830 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.constr/F)
3831 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.constr/move)
3832 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.destr/dtor)
3833 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.id/assign)
3834 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.id/copy)
3835 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.id/default)
3836 $(call gen-test, thread/thread.threads/thread.thread.class/thread.thread.id/eq)
[all …]
/ndk/sources/host-tools/make-3.81/
Dconfig.log72 …th-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-…
/ndk/sources/cxx-stl/llvm-libc++/patches.android/
D0013-temp-collective-ndk-hackathon-fixes.patch624 // __lowercase), and if it stops spinning waiting threads, then call_once should