HomeSort by relevance Sort by last modified time
    Searched defs:thr (Results 26 - 50 of 53) sorted by null

12 3

  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 202 for(MyThread thr:subThreads) {
203 thr.start();
220 for(MyThread thr:subThreads1) {
221 thr.start();
229 for(MyThread thr:subThreads) {
230 thr.interrupt();
OldThreadTest.java 407 Thread thr = new Thread(); local
408 thr.start();
410 thr.start();
  /external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.cc 43 ThreadState *thr = cur_thread(); local
47 StatInc(thr, StatSyncDestroyed);
50 thr->mset.Remove(s->GetId());
76 ScopedJavaFunc(ThreadState *thr, uptr pc)
77 : thr_(thr) {
79 FuncEntry(thr, pc);
120 SyncVar* GetJavaSync(ThreadState *thr, uptr pc, uptr addr,
126 DPrintf("#%d: GetJavaSync %p->%p\n", thr->tid, addr, b);
131 DPrintf("#%d: found existing sync for %p\n", thr->tid, addr);
136 DPrintf("#%d: creating new sync for %p\n", thr->tid, addr)
    [all...]
tsan_mman.cc 76 void AllocatorThreadStart(ThreadState *thr) {
77 allocator()->InitCache(&thr->alloc_cache);
80 void AllocatorThreadFinish(ThreadState *thr) {
81 allocator()->DestroyCache(&thr->alloc_cache);
88 static void SignalUnsafeCall(ThreadState *thr, uptr pc) {
89 if (!thr->in_signal_handler || !flags()->report_signal_unsafe)
93 stack.ObtainCurrent(thr, pc);
102 void *user_alloc(ThreadState *thr, uptr pc, uptr sz, uptr align) {
103 CHECK_GT(thr->in_rtl, 0);
104 void *p = allocator()->Allocate(&thr->alloc_cache, sz, align)
176 ThreadState *thr = cur_thread(); local
184 ThreadState *thr = cur_thread(); local
191 ThreadState *thr = cur_thread(); local
201 ThreadState *thr = cur_thread(); local
258 ThreadState *thr = cur_thread(); local
    [all...]
tsan_rtl_thread.cc 27 , thr()
50 ThreadState *thr; member in struct:__tsan::OnCreatedArgs
55 thr = 0;
59 args->thr->fast_state.IncrementEpoch();
61 TraceAddEvent(args->thr, args->thr->fast_state, EventTypeMop, 0);
62 args->thr->clock.set(args->thr->tid, args->thr->fast_state.epoch());
63 args->thr->fast_synch_epoch = args->thr->fast_state.epoch()
83 ThreadState *thr; member in struct:__tsan::OnStartedArgs
    [all...]
tsan_interceptors.cc 128 static SignalContext *SigCtx(ThreadState *thr) {
129 SignalContext *ctx = (SignalContext*)thr->signal_ctx;
130 if (ctx == 0 && thr->is_alive) {
133 MemoryResetRange(thr, (uptr)&SigCtx, (uptr)ctx, sizeof(*ctx));
134 thr->signal_ctx = ctx;
143 ScopedInterceptor(ThreadState *thr, const char *fname, uptr pc);
150 ScopedInterceptor::ScopedInterceptor(ThreadState *thr, const char *fname,
152 : thr_(thr)
153 , in_rtl_(thr->in_rtl) {
155 Initialize(thr);
295 ThreadState * thr = cur_thread(); local
688 ThreadState *thr = cur_thread(); local
711 ThreadState *thr = cur_thread(); local
1571 ThreadState *thr = cur_thread(); local
1744 ThreadState *thr; member in struct:TsanInterceptorContext
    [all...]
tsan_rtl.h 470 ThreadState *thr; member in class:__tsan::ThreadContext
577 void ALWAYS_INLINE INLINE StatInc(ThreadState *thr, StatType typ, u64 n = 1) {
579 thr->stat[typ] += n;
581 void ALWAYS_INLINE INLINE StatSet(ThreadState *thr, StatType typ, u64 n) {
583 thr->stat[typ] = n;
593 void ReportRace(ThreadState *thr);
617 u32 CurrentStackId(ThreadState *thr, uptr pc);
618 void PrintCurrentStack(ThreadState *thr, uptr pc);
621 void Initialize(ThreadState *thr);
622 int Finalize(ThreadState *thr);
    [all...]
  /external/libvpx/libvpx/vp8/common/
mfqe.c 149 unsigned int act, actd, sad, usad, vsad, sse, thr, thrsq, actrisk; local
188 /* thr = qdiff/16 + log2(act) + log4(qprev) */
189 thr = (qdiff >> 4);
190 while (actd >>= 1) thr++;
191 while (qprev >>= 2) thr++;
194 thrsq = thr * thr;
200 if (sad < thr &&
203 2 * usad < thr && 2 * vsad < thr && !actrisk
    [all...]
  /system/core/adb/
transport_local.c 256 adb_thread_t thr; local
258 adb_thread_create(&thr, server_socket_thread, arg);
301 adb_thread_t thr; local
326 if(adb_thread_create(&thr, func, (void *)port)) {
commandline.c 347 adb_thread_t thr; local
365 adb_thread_create(&thr, stdin_read_thread, fds);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java 96 HandlerThread thr = new HandlerThread("AlertReceiver async"); typedefs
97 thr.start();
98 sAsyncHandler = new Handler(thr.getLooper());
    [all...]
  /frameworks/base/services/java/com/android/server/
SystemServer.java 1071 Thread thr = new ServerThread(); local
    [all...]
  /external/oprofile/libpp/
xml_utils.cpp 841 thread_info & thr = my_threads[t]; local
842 thr.summarize();
843 add_to_summary(thr.get_summary());
  /external/valgrind/main/callgrind/
dump.c 1458 thread_info** thr = CLG_(get_threads)(); local
    [all...]
  /external/valgrind/main/helgrind/
hg_errors.c 295 Thread* thr; member in struct:__anon17051::__anon17052::__anon17053
316 Thread* thr; /* doing the unlocking */ member in struct:__anon17051::__anon17052::__anon17054
320 Thread* thr; /* doing the unlocking */ member in struct:__anon17051::__anon17052::__anon17055
325 Thread* thr; /* doing the unlocking */ member in struct:__anon17051::__anon17052::__anon17056
329 Thread* thr; member in struct:__anon17051::__anon17052::__anon17057
335 Thread* thr; member in struct:__anon17051::__anon17052::__anon17058
351 Thread* thr; member in struct:__anon17051::__anon17052::__anon17059
396 tl_assert(xe->XE.Race.thr);
400 xe->XE.Race.thr->locksetW,
465 Thr* thrp = NULL
    [all...]
hg_main.c 160 ThreadId map_threads_maybe_reverse_lookup_SLOW ( Thread* thr ); /*fwds*/
164 static Thread* mk_Thread ( Thr* hbthr ) {
232 /* Update 'lk' to reflect that 'thr' now has a write-acquisition of
235 static void lockN_acquire_writer ( Lock* lk, Thread* thr )
238 tl_assert(HG_(is_sane_Thread)(thr));
248 tid = map_threads_maybe_reverse_lookup_SLOW(thr);
263 VG_(addToBag)( lk->heldBy, (Word)thr );
272 /* assert: .. and that thread is 'thr'. */
273 tl_assert(VG_(elemBag)(lk->heldBy, (Word)thr)
275 VG_(addToBag)(lk->heldBy, (Word)thr);
352 Thread* thr; local
472 Thread* thr; local
551 Thread* thr; local
616 Thread* thr; local
625 Thread* thr; local
659 Thread* thr; local
815 Thread* thr; local
875 Thread* thr; local
1374 Thread* thr; local
1616 Thread* thr; local
1764 Thread* thr; local
1786 Thread* thr = get_current_Thread_in_C_C(); local
1793 Thread* thr = get_current_Thread_in_C_C(); local
1800 Thread* thr = get_current_Thread_in_C_C(); local
1807 Thread* thr = get_current_Thread_in_C_C(); local
1814 Thread* thr = get_current_Thread_in_C_C(); local
1821 Thread* thr = get_current_Thread_in_C_C(); local
1828 Thread* thr = get_current_Thread_in_C_C(); local
1835 Thread* thr = get_current_Thread_in_C_C(); local
1842 Thread* thr = get_current_Thread_in_C_C(); local
1849 Thread* thr = get_current_Thread_in_C_C(); local
1880 Thread* thr; local
1929 Thread* thr; local
1970 Thread* thr; local
1988 Thread* thr; local
2002 Thread* thr; local
2023 Thread* thr; local
2154 Thread* thr; local
2188 Thread* thr; local
2264 Thread* thr; local
2334 Thread* thr; local
2411 Thread* thr; local
2462 Thread* thr; local
2487 Thread* thr; local
2507 Thread* thr; local
2521 Thread* thr; local
2653 Thread* thr; local
2700 Thread* thr; local
2728 Thread* thr; local
2830 Thread* thr; local
2885 Thread* thr; local
3006 Thread* thr; local
3049 Thread* thr; local
3170 Thread* thr; local
3195 Thread* thr; local
3855 Thread* thr; \/* allocating thread *\/ member in struct:__anon17066
4845 Thread* thr = map_threads_maybe_lookup( tid ); local
5069 Thread* thr; local
5086 Thread* thr; local
    [all...]
libhb_core.c 142 a pair, (Thr*, ULong), but that takes 16 bytes on a 64-bit target.
143 We pack it into 64 bits by representing the Thr* using a ThrID, a
168 NB3: this probably also relies on the fact that Thr's are never
170 Thr's to thrid values (set up in Thr__new) persists forever.
257 // data decls: Thr, ULong_n_EC //
301 /* A small integer giving a unique identity to this Thr. See
311 1-1 mapping between Thread and Thr structures -- each Thr points
312 at its corresponding Thread, and vice versa. Really, Thr and
357 static void (*main_get_stacktrace)( Thr*, Addr*, UWord ) = NULL
3659 Thr* thr = *(Thr**)VG_(indexXA)( thrid_to_thr_map, thrid - 1024 ); local
3666 Thr* thr = HG_(zalloc)( "libhb.Thr__new.1", sizeof(Thr) ); local
6072 Thr* thr; local
    [all...]
  /external/openssl/apps/
speed.c 320 HANDLE thr; local
322 thr = CreateThread(NULL,4096,sleepy,NULL,0,NULL);
323 if (thr==NULL)
329 CloseHandle(thr); /* detach the thread */
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
msm8960_use_cases.h 173 pthread_t thr; member in struct:snd_use_case_mgr
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 1463 AThread thr = new AThread(); local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/
ioc3.h 26 volatile u8 thr; member in union:ioc3_uartregs::__anon143
49 #define iu_thr u1.thr
  /development/ndk/platforms/android-9/arch-mips/include/asm/sn/
ioc3.h 26 volatile u8 thr; member in union:ioc3_uartregs::__anon1332
49 #define iu_thr u1.thr
  /external/kernel-headers/original/asm-mips/sn/
ioc3.h 14 volatile u8 thr; /* write only, DLAB == 0 */ member in union:ioc3_uartregs::__anon9504
33 #define iu_thr u1.thr
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 26 volatile u8 thr; member in union:ioc3_uartregs::__anon39414
49 #define iu_thr u1.thr
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/
ioc3.h 26 volatile u8 thr; member in union:ioc3_uartregs::__anon42139
49 #define iu_thr u1.thr

Completed in 3972 milliseconds

12 3