Searched refs:ThreadId (Results 1 - 25 of 122) sorted by relevance

12345

/external/valgrind/main/include/
H A Dpub_tool_threadstate.h45 /* Special magic value for an invalid ThreadId. It corresponds to
48 #define VG_INVALID_THREADID ((ThreadId)(0))
51 extern ThreadId VG_(get_running_tid) ( void );
H A Dpub_tool_machine.h93 Addr VG_(get_IP) ( ThreadId tid );
94 Addr VG_(get_SP) ( ThreadId tid );
104 VG_(get_shadow_regs_area) ( ThreadId tid,
108 VG_(set_shadow_regs_area) ( ThreadId tid,
114 void VG_(set_syscall_return_shadows) ( ThreadId tid,
129 extern void VG_(thread_stack_reset_iter) ( /*OUT*/ThreadId* tid );
130 extern Bool VG_(thread_stack_next) ( /*MOD*/ThreadId* tid,
135 extern Addr VG_(thread_get_stack_max) ( ThreadId tid );
138 extern SizeT VG_(thread_get_stack_size) ( ThreadId tid );
142 extern Addr VG_(thread_get_altstack_min) ( ThreadId ti
[all...]
H A Dpub_tool_stacktrace.h59 extern UInt VG_(get_StackTrace) ( ThreadId tid,
81 extern void VG_(get_and_pp_StackTrace) ( ThreadId tid, UInt n_ips );
H A Dpub_tool_tooliface.h69 ThreadId tid; /* tid requesting translation */
89 // * closure->tid is the ThreadId of the thread requesting the
301 // Should the core indicate which ThreadId each error comes from?
410 Bool (*handle_client_request)(ThreadId tid, UWord* arg_block, UWord* ret)
425 void (* pre_syscall)(ThreadId tid, UInt syscallno,
427 void (*post_syscall)(ThreadId tid, UInt syscallno,
448 void* (*pmalloc) ( ThreadId tid, SizeT n ),
449 void* (*p__builtin_new) ( ThreadId tid, SizeT n ),
450 void* (*p__builtin_vec_new) ( ThreadId tid, SizeT n ),
451 void* (*pmemalign) ( ThreadId ti
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_replacemalloc.h43 void* (*tl_malloc) (ThreadId tid, SizeT n);
44 void* (*tl___builtin_new) (ThreadId tid, SizeT n);
45 void* (*tl___builtin_vec_new) (ThreadId tid, SizeT n);
46 void* (*tl_memalign) (ThreadId tid, SizeT align, SizeT n);
47 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n);
48 void (*tl_free) (ThreadId tid, void* p);
49 void (*tl___builtin_delete) (ThreadId tid, void* p);
50 void (*tl___builtin_vec_delete)(ThreadId tid, void* p);
51 void* (*tl_realloc) (ThreadId tid, void* p, SizeT size);
52 SizeT (*tl_malloc_usable_size) (ThreadId ti
[all...]
H A Dpub_core_debugger.h39 extern void VG_(start_debugger) ( ThreadId tid );
H A Dpub_core_scheduler.h41 extern ThreadId VG_(alloc_ThreadState)(void);
44 extern void VG_(exit_thread)(ThreadId tid);
49 extern void VG_(get_thread_out_of_syscall)(ThreadId tid);
52 extern void VG_(nuke_all_threads_except) ( ThreadId me,
60 extern void VG_(acquire_BigLock) ( ThreadId tid, HChar* who );
75 extern void VG_(release_BigLock) ( ThreadId tid,
86 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
89 // ThreadId and initialise the bigLock.
90 extern ThreadId VG_(scheduler_init_phase1) ( void );
93 // client stack and the root ThreadId decide
[all...]
H A Dpub_core_syswrap.h41 extern void VG_(main_thread_wrapper_NORETURN)(ThreadId tid);
43 extern void VG_(client_syscall) ( ThreadId tid, UInt trc );
45 extern void VG_(post_syscall) ( ThreadId tid );
52 ThreadId tid,
59 extern void VG_(reap_threads)(ThreadId self);
75 (ThreadId,VgSchedReturnCode);
H A Dpub_core_coredump.h38 extern void VG_(make_coredump) ( ThreadId tid, const vki_siginfo_t *si,
H A Dpub_core_signals.h51 extern void VG_(poll_signals) ( ThreadId );
54 extern SysRes VG_(do_sys_sigaltstack) ( ThreadId tid, vki_stack_t* ss,
59 extern SysRes VG_(do_sys_sigprocmask) ( ThreadId tid, Int how,
64 ( ThreadId tid, /* OUT */ vki_sigset_t* saved_mask );
71 extern void VG_(synth_fault) (ThreadId tid);
72 extern void VG_(synth_fault_mapping)(ThreadId tid, Addr addr);
73 extern void VG_(synth_fault_perms) (ThreadId tid, Addr addr);
74 extern void VG_(synth_sigill) (ThreadId tid, Addr addr);
75 extern void VG_(synth_sigtrap) (ThreadId tid);
76 extern void VG_(synth_sigbus) (ThreadId ti
[all...]
H A Dpub_core_sigframe.h47 void VG_(sigframe_create) ( ThreadId tid,
59 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT );
H A Dpub_core_tooliface.h139 Bool (*tool_handle_client_request)(ThreadId, UWord*, UWord*);
142 void (*tool_pre_syscall) (ThreadId, UInt, UWord*, UInt);
143 void (*tool_post_syscall)(ThreadId, UInt, UWord*, UInt, SysRes);
150 void* (*tool_malloc) (ThreadId, SizeT);
151 void* (*tool___builtin_new) (ThreadId, SizeT);
152 void* (*tool___builtin_vec_new) (ThreadId, SizeT);
153 void* (*tool_memalign) (ThreadId, SizeT, SizeT);
154 void* (*tool_calloc) (ThreadId, SizeT, SizeT);
155 void (*tool_free) (ThreadId, void*);
156 void (*tool___builtin_delete) (ThreadId, voi
[all...]
H A Dm_threadstate.c41 ThreadId VG_(running_tid) = VG_INVALID_THREADID;
62 ThreadState *VG_(get_ThreadState)(ThreadId tid)
69 Bool VG_(is_valid_tid) ( ThreadId tid )
79 ThreadId VG_(get_running_tid)(void)
84 Bool VG_(is_running_thread)(ThreadId tid)
95 inline Bool VG_(is_exiting)(ThreadId tid)
105 ThreadId tid;
119 ThreadId tid;
129 ThreadId */
130 ThreadId VG
[all...]
H A Dpub_core_stacktrace.h53 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
H A Dpub_core_translate.h40 Bool VG_(translate) ( ThreadId tid,
H A Dpub_core_libcproc.h83 extern void VG_(do_atfork_pre) ( ThreadId tid );
84 extern void VG_(do_atfork_parent) ( ThreadId tid );
85 extern void VG_(do_atfork_child) ( ThreadId tid );
H A Dm_tooliface.c265 Bool (*handle)(ThreadId, UWord*, UWord*)
273 void(*pre) (ThreadId, UInt, UWord*, UInt),
274 void(*post)(ThreadId, UInt, UWord*, UInt, SysRes res)
293 void* (*malloc) ( ThreadId, SizeT ),
294 void* (*__builtin_new) ( ThreadId, SizeT ),
295 void* (*__builtin_vec_new) ( ThreadId, SizeT ),
296 void* (*memalign) ( ThreadId, SizeT, SizeT ),
297 void* (*calloc) ( ThreadId, SizeT, SizeT ),
298 void (*free) ( ThreadId, void* ),
299 void (*__builtin_delete) ( ThreadId, voi
272 needs_syscall_wrapper( void(*pre) (ThreadId, UInt, UWord*, UInt), void(*post)(ThreadId, UInt, UWord*, UInt, SysRes res) ) argument
292 needs_malloc_replacement( void* (*malloc) ( ThreadId, SizeT ), void* (*__builtin_new) ( ThreadId, SizeT ), void* (*__builtin_vec_new) ( ThreadId, SizeT ), void* (*memalign) ( ThreadId, SizeT, SizeT ), void* (*calloc) ( ThreadId, SizeT, SizeT ), void (*free) ( ThreadId, void* ), void (*__builtin_delete) ( ThreadId, void* ), void (*__builtin_vec_delete) ( ThreadId, void* ), void* (*realloc) ( ThreadId, void*, SizeT ), SizeT (*malloc_usable_size) ( ThreadId, void* ), SizeT client_malloc_redzone_szB ) argument
[all...]
H A Dpub_core_threadstate.h133 ThreadId parent; // parent tid (if any)
145 void (*post_mach_trap_fn)(ThreadId tid,
277 /* ThreadId == 0 (and hence vg_threads[0]) is NEVER USED.
279 ThreadId == 1 is the root thread and has the special property
282 ThreadId in this tid field, but be aware that it should
284 ThreadId tid;
334 ThreadId == 1 (the main thread). */
369 extern ThreadId VG_(running_tid);
380 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
383 extern Bool VG_(is_valid_tid) ( ThreadId ti
[all...]
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-macho.c39 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
/external/valgrind/main/exp-sgcheck/
H A Dh_main.h59 void* h_replace_malloc ( ThreadId tid, SizeT n );
60 void* h_replace___builtin_new ( ThreadId tid, SizeT n );
61 void* h_replace___builtin_vec_new ( ThreadId tid, SizeT n );
62 void* h_replace_memalign ( ThreadId tid, SizeT align, SizeT n );
63 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 );
64 void h_replace_free ( ThreadId tid, void* p );
65 void h_replace___builtin_delete ( ThreadId tid, void* p );
66 void h_replace___builtin_vec_delete ( ThreadId tid, void* p );
67 void* h_replace_realloc ( ThreadId tid, void* p_old, SizeT new_size );
68 SizeT h_replace_malloc_usable_size ( ThreadId ti
[all...]
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-main.h41 void ML_(wqthread_continue_NORETURN)(ThreadId tid);
H A Dpriv_syswrap-linux-variants.h42 #define TId ThreadId
/external/v8/src/
H A Dv8threads.h46 void set_id(ThreadId id) { id_ = id; }
47 ThreadId id() { return id_; }
63 ThreadId id_;
102 return mutex_owner_.Equals(ThreadId::Current());
105 ThreadId CurrentId();
107 void TerminateExecution(ThreadId thread_id);
120 ThreadId mutex_owner_;
121 ThreadId lazily_archived_thread_;
/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.h40 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
41 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);
/external/valgrind/main/memcheck/
H A Dmc_include.h82 void* MC_(new_block) ( ThreadId tid,
86 void MC_(handle_free) ( ThreadId tid,
91 void MC_(mempool_alloc) ( ThreadId tid, Addr pool,
122 void* MC_(malloc) ( ThreadId tid, SizeT n );
123 void* MC_(__builtin_new) ( ThreadId tid, SizeT n );
124 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n );
125 void* MC_(memalign) ( ThreadId tid, SizeT align, SizeT n );
126 void* MC_(calloc) ( ThreadId tid, SizeT nmemb, SizeT size1 );
127 void MC_(free) ( ThreadId tid, void* p );
128 void MC_(__builtin_delete) ( ThreadId ti
[all...]

Completed in 281 milliseconds

12345