HomeSort by relevance Sort by last modified time
    Searched full:threadid (Results 251 - 275 of 353) sorted by null

<<1112131415

  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 457 //.. void synth_ucontext(ThreadId tid, const vki_siginfo_t *si,
511 ThreadId tid = tst->tid;
669 void VG_(sigframe_create)( ThreadId tid,
878 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT )
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-ppc64-linux.c 253 1. allocate a ThreadId+ThreadState+stack for the the thread
261 static SysRes do_clone ( ThreadId ptid,
269 ThreadId ctid = VG_(alloc_ThreadState)();
800 static Addr deref_Addr ( ThreadId tid, Addr a, Char* s )
    [all...]
syswrap-s390x-linux.c 199 1. allocate a ThreadId+ThreadState+stack for the the thread
207 static SysRes do_clone ( ThreadId ptid,
215 ThreadId ctid = VG_(alloc_ThreadState)();
784 static Addr deref_Addr ( ThreadId tid, Addr a, Char* s )
    [all...]
syswrap-darwin.c 87 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
90 ThreadId tid = (ThreadId)tidW;
138 Addr allocstack ( ThreadId tid )
175 void find_stack_segment(ThreadId tid, Addr sp)
207 ThreadId tid = (ThreadId)tidW;
308 void VG_(main_thread_wrapper_NORETURN)(ThreadId tid)
338 ThreadId tid = tst->tid;
543 void record_named_port(ThreadId tid, mach_port_t port,
    [all...]
syswrap-amd64-darwin.c 225 ThreadId tid = VG_(alloc_ThreadState)();
459 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
syswrap-x86-darwin.c 179 ThreadId tid = VG_(alloc_ThreadState)();
420 ThreadId tid = VG_(lwpid_to_vgtid)(kport);
syswrap-ppc32-linux.c 226 1. allocate a ThreadId+ThreadState+stack for the the thread
234 static SysRes do_clone ( ThreadId ptid,
242 ThreadId ctid = VG_(alloc_ThreadState)();
787 static Addr deref_Addr ( ThreadId tid, Addr a, Char* s )
    [all...]
syswrap-main.c 864 void putSyscallStatusIntoGuestState ( /*IN*/ ThreadId tid,
    [all...]
syswrap-amd64-linux.c 193 1. allocate a ThreadId+ThreadState+stack for the the thread
201 static SysRes do_clone ( ThreadId ptid,
209 ThreadId ctid = VG_(alloc_ThreadState)();
    [all...]
syswrap-linux.c 70 static VgSchedReturnCode thread_wrapper(Word /*ThreadId*/ tidW)
73 ThreadId tid = (ThreadId)tidW;
127 ThreadId tid = (ThreadId)tidW;
302 ThreadId tid = tst->tid;
312 Addr ML_(allocstack)(ThreadId tid)
352 void VG_(main_thread_wrapper_NORETURN)(ThreadId tid)
409 SysRes ML_(do_fork_clone) ( ThreadId tid, UInt flags,
684 ThreadId t
    [all...]
  /external/valgrind/main/include/
pub_tool_gdbserver.h 57 extern void VG_(gdbserver) ( ThreadId tid );
pub_tool_libcproc.h 93 typedef void (*vg_atfork_t)(ThreadId);
  /dalvik/vm/
Jni.cpp     [all...]
  /external/stressapptest/src/
worker.h 295 int ThreadID() {return thread_num_;}
543 virtual bool SpawnSlave(int newsock, int threadid);
  /external/valgrind/main/coregrind/m_coredump/
coredump-elf.c 494 void make_elf_coredump(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
668 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
  /external/valgrind/main/docs/internals/
threads-syscalls-signals.txt 7 extern void VG_(set_running) ( ThreadId tid );
17 extern void VG_(set_sleeping) ( ThreadId tid, ThreadStatus state );
  /external/valgrind/main/exp-sgcheck/
pc_common.c 157 void sg_record_error_SorG ( ThreadId tid,
203 void h_record_sysparam_error( ThreadId tid, CorePart part, Char* s,
  /sdk/find_lock/
find_lock.cpp 370 unsigned threadId;
376 &threadId); // thrdaddr
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 1658 pthread_t threadid; member in struct:pthread_mlock_t
1757 long threadid; member in struct:win32_mlock_t
    [all...]
  /external/valgrind/main/callgrind/
main.c     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SMSDispatcher.java     [all...]
  /dalvik/vm/native/
dalvik_system_VMRuntime.cpp 253 static void preloadDexCachesStringsVisitor(void* addr, u4 threadId, RootType type, void* arg) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
system-alloc.cc 72 // http://www.opensolaris.org/jive/thread.jspa?threadID=21035&tstart=0
  /external/chromium_org/tools/cygprofile/
cygprofile.cc 211 header_line_.append("\nsecs\tmsecs\tpid:threadid\tfunc\n");
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 372 'ThreadID','TitleBar','ToolTipText','Top','TopIndex','TopItemId',

Completed in 2901 milliseconds

<<1112131415