HomeSort by relevance Sort by last modified time
    Searched defs:thr (Results 51 - 65 of 65) sorted by null

1 23

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_win16.h 94 struct PRThread *thr; member in struct:PRPollQueue
102 NSPR_API(void) _PR_Unblock_IO_Wait(struct PRThread *thr);
  /external/valgrind/main/helgrind/
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:__anon28116
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...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 1784 AThread thr = new AThread(); local
    [all...]
  /bionic/libc/kernel/arch-mips/asm/sn/
ioc3.h 26 volatile u8 thr; member in union:ioc3_uartregs::__anon193
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::__anon1385
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::__anon19747
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::__anon50554
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::__anon53279
49 #define iu_thr u1.thr
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/
ioc3.h 26 volatile u8 thr; member in union:ioc3_uartregs::__anon55021
49 #define iu_thr u1.thr
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/
ioc3.h 26 volatile u8 thr; member in union:ioc3_uartregs::__anon56321
49 #define iu_thr u1.thr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/sn/
ioc3.h 26 volatile u8 thr; member in union:ioc3_uartregs::__anon59074
49 #define iu_thr u1.thr
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 5302 Thread thr = new Thread("BatteryStats-Write") { local
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp 5737 pthread_t thr; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 725 milliseconds

1 23