HomeSort by relevance Sort by last modified time
    Searched refs:Threads (Results 26 - 50 of 95) sorted by null

12 3 4

  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
54 /// Construct a pool of \p ThreadCount threads
57 /// Blocking destructor: the pool will wait for all the threads to complete.
89 /// Blocking wait for all the threads to complete and the queue to be empty.
98 /// Threads in flight
99 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
54 /// Construct a pool of \p ThreadCount threads
57 /// Blocking destructor: the pool will wait for all the threads to complete.
89 /// Blocking wait for all the threads to complete and the queue to be empty.
98 /// Threads in flight
99 std::vector<llvm::thread> Threads;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ThreadPool.h 32 /// threads.
34 /// The pool keeps a vector of threads alive, waiting on a condition variable
54 /// Construct a pool of \p ThreadCount threads
57 /// Blocking destructor: the pool will wait for all the threads to complete.
89 /// Blocking wait for all the threads to complete and the queue to be empty.
98 /// Threads in flight
99 std::vector<llvm::thread> Threads;
  /external/google-breakpad/src/client/windows/unittests/
dump_analysis.cc 85 if (!HasMemory(thread_list->Threads[i].Teb))
103 if (!HasMemory(thread_list->Threads[0].Teb, &teb))
  /external/vogar/src/vogar/tasks/
TaskQueue.java 28 import vogar.util.Threads;
67 ExecutorService runners = Threads.threadPerCpuExecutor(console, "TaskQueue");
  /frameworks/av/services/audioflinger/
Android.mk 25 Threads.cpp \
  /packages/apps/Messaging/src/com/android/messaging/sms/
MmsSmsUtils.java 134 * Helper functions for the "threads" table used by MMS and SMS.
136 public static final class Threads implements android.provider.Telephony.ThreadsColumns {
144 private Threads() {
  /system/extras/memory_replay/
Android.mk 9 Threads.cpp \
main.cpp 34 #include "Threads.h"
72 Threads threads(&pointers, max_threads);
74 printf("Maximum threads available: %zu\n", threads.max_threads());
103 Thread* thread = threads.FindThread(tid);
105 thread = threads.CreateThread(tid);
119 // Make sure that any other threads doing allocations are complete
122 threads.WaitForAllToQuiesce();
130 threads.Finish(thread)
    [all...]
  /external/llvm/include/llvm/Support/
ThreadPool.h 47 /// threads.
49 /// The pool keeps a vector of threads alive, waiting on a condition variable
69 /// Construct a pool of \p ThreadCount threads
72 /// Blocking destructor: the pool will wait for all the threads to complete.
104 /// Blocking wait for all the threads to complete and the queue to be empty.
113 /// Threads in flight
114 std::vector<llvm::thread> Threads;
  /external/lzma/CPP/7zip/UI/Console/
makefile 64 $O\Threads.obj \
  /external/lzma/CPP/7zip/Bundles/Format7zExtractR/
makefile 89 $O\Threads.obj \
  /packages/apps/Contacts/src/com/android/contacts/compat/
TelephonyThreadsCompat.java 51 return Telephony.Threads.getOrCreateThreadId(context, recipient);
78 * Copied from {@link Telephony.Threads#getOrCreateThreadId(Context, String)}
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 48 DeviceView_Threads=Update Threads
49 DeviceView_Threads_Tooltip=Update Threads
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 41 import vogar.util.Threads;
188 ExecutorService executor = Threads.fixedThreadsExecutor("command", 1);
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyBackupAgent.java 208 Telephony.Threads._ID,
209 Telephony.Threads.RECIPIENT_IDS
755 jsonWriter.name(Telephony.Threads.ARCHIVED).value(true);
762 new String[] { Telephony.Threads.ARCHIVED };
766 Uri.Builder builder = Telephony.Threads.CONTENT_URI.buildUpon();
814 case Telephony.Threads.ARCHIVED:
    [all...]
MmsSmsProvider.java 41 import android.provider.Telephony.Threads;
116 * the name of the table that is used to store the conversation threads.
118 static final String TABLE_THREADS = "threads";
146 // These are all the columns that appear in the "threads" table.
256 // URI for deleting obsolete threads.
349 selection, Threads.TYPE + "=" + threadType);
648 values.put(Threads.TYPE, Threads.BROADCAST_THREAD);
661 "SELECT _id FROM threads " + "WHERE recipient_ids=?";
667 * Threads.getThreadId to access this information
    [all...]
  /external/eigen/cmake/
FindPTSCOTCH.cmake 19 # - Threads
81 # PTSCOTCH depends on Threads, try to find it
84 find_package(Threads REQUIRED)
86 find_package(Threads)
298 # THREADS
FindScotch.cmake 73 # SCOTCH may depend on Threads, try to find it
76 find_package(Threads REQUIRED)
78 find_package(Threads)
252 # THREADS
FindPastix.cmake 19 # - Threads, m, rt
28 # it looks for Threads, HWLOC, BLAS, MPI and ScaLAPACK libraries
141 find_package(Threads REQUIRED QUIET)
143 find_package(Threads QUIET)
  /external/lzma/CPP/7zip/Bundles/Format7zR/
makefile 109 $O\Threads.obj \
  /external/lzma/CPP/7zip/Bundles/SFXCon/
makefile 124 $O\Threads.obj \
  /external/lzma/CPP/7zip/Bundles/SFXSetup/
makefile 106 $O\Threads.obj \
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContent.java 32 import android.provider.Telephony.Threads;
218 Threads._ID,
219 Threads.DATE,
220 Threads.SNIPPET,
221 Threads.SNIPPET_CHARSET,
222 Threads.READ,
223 Threads.RECIPIENT_IDS
247 MMS_SMS_THREAD_COL_ID = projection.indexOf(Threads._ID);
248 MMS_SMS_THREAD_COL_DATE = projection.indexOf(Threads.DATE);
249 MMS_SMS_THREAD_COL_SNIPPET = projection.indexOf(Threads.SNIPPET)
    [all...]
  /packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
TelephonyBackupAgentTest.java     [all...]

Completed in 1590 milliseconds

12 3 4