HomeSort by relevance Sort by last modified time
    Searched refs:THREAD (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/mockito/src/main/java/org/mockito/internal/util/concurrent/
WeakConcurrentSet.java 12 * A thread-safe set with weak values. Entries are based on a key's system hash code and keys are considered equal only by reference equality.
26 case THREAD:
28 target = new WeakConcurrentMap<V, Boolean>(cleaner == Cleaner.THREAD);
81 * Determines the cleaning format. A reference is removed either by an explicitly started cleaner thread
82 * associated with this instance ({@link Cleaner#THREAD}), as a result of interacting with this thread local
83 * from any thread ({@link Cleaner#INLINE} or manually by submitting the detached thread local to a thread
87 THREAD, INLINE, MANUA
    [all...]
DetachedThreadLocal.java 9 * A detached local that allows for explicit control of setting and removing values from a thread-local
12 * Instances of this class are non-blocking and fully thread safe.
16 final WeakConcurrentMap<Thread, T> map;
20 case THREAD:
22 map = new WeakConcurrentMap<Thread, T>(cleaner == Cleaner.THREAD) {
24 protected T defaultValue(Thread key) {
30 map = new WeakConcurrentMap.WithInlinedExpunction<Thread, T>() {
32 protected T defaultValue(Thread key) {
43 return map.get(Thread.currentThread())
    [all...]
  /system/core/debuggerd/libdebuggerd/include/
utility.h 52 // The tid of the thread that crashed.
54 // The tid of the thread we are currently working with.
67 THREAD,
  /external/valgrind/none/tests/solaris/
coredump_many_threads.post.exp 7 THREAD STATE SOBJ COUNT
  /external/ltp/testcases/network/nfsv4/locks/
locktests.h 21 * option was created to verify NFSv4 locking was thread-aware, and so,
74 #define THREAD 1
134 /* Thread list */
150 /* Numero de thread. */
151 /* thread number */
  /external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
cpuset_memory_test.c 70 #define THREAD (SCHAR_MAX + 8)
80 {"thread", 0, NULL, THREAD},
129 case THREAD:
317 * Similiar for --thread option but SIGUSR2 signal is used
  /external/compiler-rt/test/asan/TestCases/Posix/
stack-overflow.cc 106 #ifdef THREAD
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets.h 40 // unique thread id stored in thread local storage
41 extern THREAD UINT tlsThreadId;
54 // removes all registered thread data
70 /// Registers a new thread with the manager.
71 /// @param name - name of thread, used for labels in reports and threadviz
133 // update thread's currently executing bucket
191 void PrintThread(FILE* f, const BUCKET_THREAD& thread);
os.h 50 #define THREAD __declspec(thread)
111 #define THREAD __thread
rdtsc_buckets.cpp 41 THREAD UINT tlsThreadId = 0;
59 // assign unique thread id for this thread
64 // store new thread
131 void BucketManager::PrintThread(FILE* f, const BUCKET_THREAD& thread)
134 fprintf(f, "\nThread %u (%s)\n", thread.id, thread.name.c_str());
137 // compute thread level total cycle counts across all buckets from root
138 const BUCKET& root = thread.root;
160 for (const BUCKET_THREAD& thread : mThreads
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
clip.cpp 35 THREAD simdvertex tlsTempVertices[7];
frontend.cpp 55 /// @param workerId - thread's worker id. Even thread has a unique id.
76 /// @param workerId - thread's worker id. Even thread has a unique id.
89 // Enqueue at least 1 work item for each worker thread
106 /// @param workerId - thread's worker id. Even thread has a unique id.
143 /// @param workerId - thread's worker id. Even thread has a unique id.
184 /// @param workerId - thread's worker id. Even thread has a unique id
    [all...]
clip.h 36 extern THREAD simdvertex tlsTempVertices[7];
    [all...]
rasterizer.cpp 508 __declspec(thread) volatile uint64_t gToss;
512 // try to avoid _chkstk insertions; make this thread local
513 static THREAD OSALIGNLINE(float) perspAttribsTLS[vertsPerTri * KNOB_NUM_ATTRIBUTES * componentsPerAttrib];
    [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 73 * waiting thread (if one exists) must also determine whether it can
84 * held with respect to the current thread, method {@link #release}
101 * thread queues. Typical subclasses requiring serializability will
122 * must be internally thread-safe, and should in general be short and
128 * AbstractOwnableSynchronizer} useful to keep track of the thread
140 * <em>enqueue thread if it is not already queued</em>;
141 * <em>possibly block current thread</em>;
146 * <em>unblock the first queued thread</em>;
152 * enqueuing, a newly acquiring thread may <em>barge</em> ahead of
194 * thread, this class does so anyway to make usage easier to monitor
466 volatile Thread thread; field in class:AbstractQueuedSynchronizer.Node
    [all...]
  /external/eigen/cmake/
FindBLAS.cmake 50 ## Intel10_32 (intel mkl v10 32 bit), Intel10_64lp (intel mkl v10 64 bit,lp thread model, lp64 model),
558 foreach (THREAD ${BLAS_SEARCH_LIBS_WIN_THREAD})
560 "${MAIN} ${THREAD} mkl_core${BLAS_mkl_DLL_SUFFIX}")
630 foreach (THREAD ${BLAS_SEARCH_LIBS_WIN_THREAD})
632 "${MAIN} ${THREAD} mkl_core${BLAS_mkl_DLL_SUFFIX}")
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/leakcanary/leakcanary-analyzer/1.4/
leakcanary-analyzer-1.4.jar 
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 275 // TODO: Why is this controlled by thread name?
505 _LOG(log, logtype::THREAD, "--- --- --- --- --- --- --- --- --- --- --- --- --- --- --- ---\n");
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha1/
perflib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha3/
perflib-25.0.0-alpha3.jar 

Completed in 1023 milliseconds

1 2 3 4 5 6 7 8 910