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

12 3 4 5

  /external/valgrind/main/drd/
drd_malloc_wrappers.c 70 static void* new_block(ThreadId tid, SizeT size, SizeT align, Bool is_zeroed)
89 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size)
109 static void handle_free(ThreadId tid, void* p)
122 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc)
146 static void* drd_malloc(ThreadId tid, SizeT n)
152 static void* drd_memalign(ThreadId tid, SizeT align, SizeT n)
158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1)
165 static void drd_free(ThreadId tid, void* p)
178 static void* drd_realloc(ThreadId tid, void* p_old, SizeT new_size)
253 static void* drd___builtin_new(ThreadId tid, SizeT n
    [all...]
drd_thread.h 71 ThreadId vg_threadid; /**< Valgrind thread ID. */
134 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid);
135 DrdThreadId DRD_(NewVgThreadIdToDrdThreadId)(const ThreadId tid);
137 ThreadId DRD_(DrdThreadIdToVgThreadId)(const DrdThreadId tid);
139 const ThreadId vg_created);
140 DrdThreadId DRD_(thread_post_create)(const ThreadId vg_created);
163 void DRD_(thread_set_vg_running_tid)(const ThreadId vg_tid);
164 void DRD_(thread_set_running_tid)(const ThreadId vg_tid,
drd_main.c 264 const ThreadId tid,
276 const ThreadId tid,
304 const ThreadId tid,
364 ThreadId tid)
516 ThreadId vg_tid;
544 void drd_pre_deliver_signal(const ThreadId vg_tid, const Int sigNo,
568 void drd_post_deliver_signal(const ThreadId vg_tid, const Int sigNo)
591 ThreadId tid)
603 void drd_pre_thread_create(const ThreadId creator, const ThreadId created
    [all...]
  /external/valgrind/main/include/
pub_tool_execontext.h 53 // current ThreadId. If called from non-generated code, the current
54 // ThreadId should be passed in by the core. The initial IP value to
61 ExeContext* VG_(record_ExeContext) ( ThreadId tid, Word first_ip_delta );
70 ExeContext* VG_(record_depth_1_ExeContext)(ThreadId tid, Word first_ip_delta);
pub_tool_errormgr.h 75 extern void VG_(maybe_record_error) ( ThreadId tid, ErrorKind ekind,
85 extern Bool VG_(unique_error) ( ThreadId tid, ErrorKind ekind,
pub_tool_gdbserver.h 57 extern void VG_(gdbserver) ( ThreadId tid );
pub_tool_libcproc.h 93 typedef void (*vg_atfork_t)(ThreadId);
  /external/valgrind/main/coregrind/
pub_core_gdbserver.h 44 void VG_(gdbserver_prerun_action) (ThreadId tid);
49 extern Bool VG_(gdbserver_activity) (ThreadId tid);
84 extern Bool VG_(gdbserver_report_signal) (Int signo, ThreadId tid);
pub_core_machine.h 137 //Addr VG_(get_IP) ( ThreadId tid ); // in pub_tool_machine.h
138 //Addr VG_(get_SP) ( ThreadId tid ); // in pub_tool_machine.h
139 Addr VG_(get_FP) ( ThreadId tid );
141 void VG_(set_IP) ( ThreadId tid, Addr encip );
142 void VG_(set_SP) ( ThreadId tid, Addr sp );
149 ThreadId tid );
m_signals.c 653 static Bool is_sig_ign(Int sigNo, ThreadId tid)
    [all...]
pub_core_mallocfree.h 119 extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
  /external/valgrind/main/exp-sgcheck/
sg_main.h 42 void sg_pre_thread_ll_create ( ThreadId parent, ThreadId child );
43 void sg_pre_thread_first_insn ( ThreadId tid );
pc_common.h 39 void sg_record_error_SorG ( ThreadId tid,
47 void h_record_sysparam_error( ThreadId tid, CorePart part, Char* s,
h_main.c 286 static Seg* add_new_segment ( ThreadId tid, Addr p, SizeT size )
303 void* alloc_and_new_mem_heap ( ThreadId tid,
319 static void die_and_free_mem_heap ( ThreadId tid, Seg* seg )
335 static void handle_free_heap( ThreadId tid, void* p )
350 void* h_replace_malloc ( ThreadId tid, SizeT n )
356 void* h_replace___builtin_new ( ThreadId tid, SizeT n )
362 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n )
368 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n )
374 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 )
380 void h_replace_free ( ThreadId tid, void* p
    [all...]
  /external/v8/src/
v8threads.cc 160 if (lazily_archived_thread_.Equals(ThreadId::Current())) {
161 lazily_archived_thread_ = ThreadId::Invalid();
166 lazily_archived_thread_state_->set_id(ThreadId::Invalid());
205 state->set_id(ThreadId::Invalid());
214 mutex_owner_ = ThreadId::Current();
220 mutex_owner_ = ThreadId::Invalid();
239 : id_(ThreadId::Invalid()),
297 mutex_owner_(ThreadId::Invalid()),
298 lazily_archived_thread_(ThreadId::Invalid()),
315 ASSERT(lazily_archived_thread_.Equals(ThreadId::Invalid()))
    [all...]
isolate.h 147 class ThreadId {
149 // Creates an invalid ThreadId.
150 ThreadId() : id_(kInvalidId) {}
152 // Returns ThreadId for current thread.
153 static ThreadId Current() { return ThreadId(GetCurrentThreadId()); }
155 // Returns invalid ThreadId (guaranteed not to be equal to any thread).
156 static ThreadId Invalid() { return ThreadId(kInvalidId); }
159 INLINE(bool Equals(const ThreadId& other) const)
    [all...]
  /external/v8/test/cctest/
test-threads.cc 144 i::List<i::ThreadId>* refs,
153 i::ThreadId thread_id = i::ThreadId::Current();
166 i::List<i::ThreadId>* refs_;
175 i::List<i::ThreadId> refs(kNThreads);
183 refs.Add(i::ThreadId::Invalid());
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind_low.h 46 void (*transfer_register) (ThreadId tid, int regno, void * buf,
target.c 66 ThreadId tid;
176 ThreadId vgdb_interrupted_tid = 0;
293 ThreadId tid = tst->tid;
339 ThreadId tid = tst->tid;
452 ThreadId tid = tst->tid;
574 ThreadId tid = tst->tid;
  /external/valgrind/main/helgrind/
hg_basics.h 46 static inline Bool HG_(is_sane_ThreadId) ( ThreadId coretid ) {
hg_main.c 87 // FIXME put referencing ThreadId into Thread and get
160 ThreadId map_threads_maybe_reverse_lookup_SLOW ( Thread* thr ); /*fwds*/
246 ThreadId tid;
302 ThreadId tid;
588 // FIXME: this assumes that the first real ThreadId is 1
610 /*--- map_threads :: array[core-ThreadId] of Thread* ---*/
614 static Thread* map_threads_maybe_lookup ( ThreadId coretid )
623 static inline Thread* map_threads_lookup ( ThreadId coretid )
634 static ThreadId map_threads_maybe_reverse_lookup_SLOW ( Thread* thr )
636 ThreadId tid
    [all...]
hg_lock_n_thread.h 74 core's ThreadId associated with this Thread whilst it is alive.
75 Once the thread finishes, the ThreadId is set to
78 The core may later re-use the same ThreadId for what is a logically
87 ThreadId coretid; /* .. via its hgthread field */
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-generic.h 40 Bool ML_(valid_client_addr)(Addr start, SizeT size, ThreadId tid,
53 Bool ML_(fd_allowed)(Int fd, const Char *syscallname, ThreadId tid, Bool isNewFD);
55 extern void ML_(record_fd_open_named) (ThreadId tid, Int fd);
56 extern void ML_(record_fd_open_nameless) (ThreadId tid, Int fd);
57 extern void ML_(record_fd_open_with_given_name)(ThreadId tid, Int fd,
76 ML_(buf_and_len_pre_check) ( ThreadId tid, Addr buf_p, Addr buflen_p,
79 ML_(buf_and_len_post_check) ( ThreadId tid, SysRes res,
84 void ML_(PRE_unknown_ioctl)(ThreadId tid, UWord request, UWord arg);
86 void ML_(POST_unknown_ioctl)(ThreadId tid, UInt res, UWord request, UWord arg);
216 #define TId ThreadId
    [all...]
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 252 void* MC_(new_block) ( ThreadId tid,
296 void* MC_(malloc) ( ThreadId tid, SizeT n )
306 void* MC_(__builtin_new) ( ThreadId tid, SizeT n )
316 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n )
326 void* MC_(memalign) ( ThreadId tid, SizeT alignB, SizeT n )
336 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 )
347 void die_and_free_mem ( ThreadId tid, MC_Chunk* mc, SizeT rzB )
370 void MC_(handle_free) ( ThreadId tid, Addr p, UInt rzB, MC_AllocKind kind )
389 void MC_(free) ( ThreadId tid, void* p )
395 void MC_(__builtin_delete) ( ThreadId tid, void* p
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 102 /* ThreadId and ThreadState are defined elsewhere*/
123 static void do_client_request ( ThreadId tid );
124 static void scheduler_sanity ( ThreadId tid );
125 static void mostly_clear_thread_record ( ThreadId tid );
174 void print_sched_event ( ThreadId tid, Char* what )
229 ThreadId VG_(alloc_ThreadState) ( void )
253 void VG_(acquire_BigLock)(ThreadId tid, HChar* who)
301 void VG_(release_BigLock)(ThreadId tid, ThreadStatus sleepstate, HChar* who)
352 Bool VG_(owns_BigLock_LL) ( ThreadId tid )
362 void VG_(exit_thread)(ThreadId tid
    [all...]

Completed in 198 milliseconds

12 3 4 5