HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 176 - 200 of 546) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/services/camera/libcameraservice/
CameraHardwareStub.h 22 #include <utils/threads.h>
26 #include <utils/threads.h>
  /external/chromium/testing/gtest/test/
gtest_stress_test.cc 33 // used in a large number of threads concurrently.
62 // How many threads to create?
105 // RecordProperty() should interact safely with other threads as well.
126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads
130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local
133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts,
139 // Blocks until all the threads are done.
141 threads[i]->Join();
206 // This statement should succeed, because failures in all threads are
225 // This statement should succeed, because failures in all threads ar
    [all...]
  /external/v8/test/cctest/
test-threads.cc 173 i::List<ThreadIdValidationThread*> threads(kNThreads);
180 threads.Add(newThread);
189 delete threads[i];
  /external/valgrind/main/callgrind/
callgrind_control.in 446 @threads = ();
455 $threads = "";
487 elsif (/threads: (.+)$/) { $threads = $1; @threads = split " ", $threads; }
500 print " Number of running threads: " .($#threads+1). ", thread IDs: $threads\n";
  /system/media/wilhelm/tests/sandbox/
multithread.c 17 // Multiple threads create and destroy objects
37 pthread_t threads[MAX_THREAD]; variable
128 // create threads
155 ok = pthread_create(&threads[i], (const pthread_attr_t *) NULL, thread_start,
171 // signal threads that they should exit
183 // now wait for the threads to actually exit
185 ok = pthread_join(threads[i], NULL);
  /external/valgrind/main/coregrind/
m_signals.c 64 SIGVGKILL is used to terminate threads. When one thread wants
148 something worse: dealing with signals delivered to threads in
    [all...]
  /external/libxml2/
Android.mk 32 threads.c \
  /external/qemu/memcheck/
memcheck_proc_management.h 45 /* List of threads running in context of this process. */
46 QLIST_HEAD(threads, ThreadDesc) threads; member in struct:ProcDesc
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglGlobalInfo.h 21 #include <utils/threads.h>
  /development/tools/emulator/opengl/tests/ut_renderer/
Renderer.h 22 #include <utils/threads.h>
  /external/bluetooth/glib/gobject/tests/
threadtests.c 68 g_thread_yield(); // let concurrent threads corrupt the unsafe_call_counter state
120 /* first, syncronize with other threads,
140 GThread *threads[3] = { NULL, }; local
141 /* pause newly created threads */
143 /* create threads */
144 threads[0] = g_thread_create (tester_init_thread, (gpointer) my_tester0_get_type(), TRUE, NULL);
145 threads[1] = g_thread_create (tester_init_thread, (gpointer) my_tester1_get_type(), TRUE, NULL);
146 threads[2] = g_thread_create (tester_init_thread, (gpointer) my_tester2_get_type(), TRUE, NULL);
147 /* execute threads */
153 g_usleep (50 * 1000); /* wait for threads to complete *
    [all...]
  /external/dbus/test/name-test/
run-test.sh 42 echo "running test-threads-init"
43 ${DBUS_TOP_BUILDDIR}/libtool --mode=execute $DEBUG $DBUS_TOP_BUILDDIR/test/name-test/test-threads-init || die "test-threads-init failed"
  /external/kernel-headers/original/asm-x86/
highmem.h 24 #include <linux/threads.h>
pgalloc_32.h 4 #include <linux/threads.h>
  /external/libvpx/vpx/
vpx_decoder.h 94 unsigned int threads; /**< Maximum number of threads to use, default 1 */ member in struct:vpx_codec_dec_cfg
  /external/valgrind/main/drd/tests/
bar_bad.stderr.exp 18 initialise a barrier which has threads waiting on it
27 destroy a barrier that has waiting threads
  /external/webkit/Source/WebKit/android/smoke/
MessageThread.h 33 #include <utils/threads.h>
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 23 #include <utils/threads.h>
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 27 #include <utils/threads.h>
86 * fork. Override it to initialize threads, etc. Upon return, the
  /frameworks/base/include/media/
JetPlayer.h 20 #include <utils/threads.h>
mediametadataretriever.h 22 #include <utils/threads.h>
mediascanner.h 21 #include <utils/threads.h>
  /frameworks/base/include/media/stagefright/
CameraSourceTimeLapse.h 24 #include <utils/threads.h>
DataSource.h 28 #include <utils/threads.h>
MediaSourceSplitter.h 39 #include <utils/threads.h>

Completed in 2186 milliseconds

1 2 3 4 5 6 78 91011>>