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

1 2 3 4 56 7 8 91011>>

  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
kernel_stat.h 17 #include <linux/threads.h>
  /external/webkit/Source/WebCore/notifications/
Notification.idl 31 module threads {
  /external/webkit/Source/WebCore/workers/
DedicatedWorkerContext.idl 31 module threads {
Worker.idl 27 module threads {
WorkerLocation.idl 29 module threads {
  /external/qemu/distrib/sdl-1.2.12/src/thread/
SDL_thread.c 32 /* The array of threads currently active in the application
55 clean up threads here. If any threads are still running after this call,
73 If the very first threads are created simultaneously, then
85 /* Expand the list of threads, if necessary */
91 SDL_Thread **threads; local
92 threads = (SDL_Thread **)SDL_realloc(SDL_Threads,
93 (SDL_maxthreads+ARRAY_CHUNKSIZE)*(sizeof *threads));
94 if ( threads == NULL ) {
99 SDL_Threads = threads;
    [all...]
  /sdk/emulator/qtools/
dmtrace.cpp 18 static char *keyThreadHeader = "*threads\n";
25 threads = new std::vector<ThreadRecord*>;
30 delete threads;
214 threads->push_back(rec);
221 for (iter = threads->begin(); iter != threads->end(); ++iter) {
242 for (iter = threads->begin(); iter != threads->end(); ++iter) {
  /external/bluetooth/glib/tests/
thread-test.c 109 #define THREADS 10
194 GThread *threads[THREADS]; local
199 for (i = 0; i < THREADS; i++)
201 threads[i] = g_thread_create (test_g_static_private_thread,
206 while (test_g_static_private_ready != THREADS)
215 for (i = 0; i < THREADS; i++)
216 g_assert (GPOINTER_TO_INT (g_thread_join (threads[i])) == i * 3);
284 GThread *threads[THREADS]; local
347 GThread *threads[G_ONCE_THREADS]; local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
pgalloc_32.h 15 #include <linux/threads.h>
  /development/ndk/platforms/android-9/arch-x86/include/asm/
pgalloc_32.h 15 #include <linux/threads.h>
  /development/tools/emulator/opengl/host/libs/Translator/EGL/
ThreadInfo.cpp 46 #include <cutils/threads.h>
  /development/tools/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Context.h 23 #include <utils/threads.h>
  /external/chromium/base/
time_win_unittest.cc 69 // 2) Create N threads
70 // 3) Start the threads
84 HANDLE threads[kThreads]; local
89 threads[index] = reinterpret_cast<HANDLE>(
92 EXPECT_NE((HANDLE)NULL, threads[index]);
98 // Wait for threads to finish
100 DWORD rv = WaitForSingleObject(threads[index], INFINITE);

Completed in 771 milliseconds

1 2 3 4 56 7 8 91011>>