HomeSort by relevance Sort by last modified time
    Searched refs:threads (Results 226 - 250 of 652) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /cts/suite/audio_quality/test/
AudioLocalTest.cpp 19 #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/WebCore/platform/graphics/android/layers/
VideoLayerManager.h 33 #include <utils/threads.h>
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Tile.h 38 #include <utils/threads.h>
171 // across all threads and cores.
  /external/webkit/Source/WebKit/android/smoke/
MessageThread.h 33 #include <utils/threads.h>
  /frameworks/av/include/media/
JetPlayer.h 20 #include <utils/threads.h>
mediametadataretriever.h 22 #include <utils/threads.h>
mediascanner.h 21 #include <utils/threads.h>
  /frameworks/av/include/media/stagefright/
CameraSourceTimeLapse.h 24 #include <utils/threads.h>
DataSource.h 28 #include <utils/threads.h>
  /frameworks/av/include/media/stagefright/foundation/
ALooper.h 27 #include <utils/threads.h>
  /frameworks/av/include/media/stagefright/timedtext/
TimedTextDriver.h 23 #include <utils/threads.h>
  /frameworks/av/media/common_time/
local_clock.cpp 27 #include <utils/threads.h>
  /frameworks/av/media/libmediaplayerservice/
MetadataRetrieverClient.h 22 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/include/
HTTPBase.h 24 #include <utils/threads.h>
MPEG2PSExtractor.h 23 #include <utils/threads.h>
MPEG2TSExtractor.h 23 #include <utils/threads.h>
TimedEventQueue.h 25 #include <utils/threads.h>
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.h 23 #include <utils/threads.h>

Completed in 1515 milliseconds

1 2 3 4 5 6 7 8 91011>>