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

123456

/external/valgrind/main/include/
H A Dpub_tool_threadstate.h43 /* Special magic value for an invalid ThreadId. It corresponds to
46 #define VG_INVALID_THREADID ((ThreadId)(0))
49 extern ThreadId VG_(get_running_tid) ( void );
H A Dpub_tool_machine.h114 Addr VG_(get_IP) ( ThreadId tid );
115 Addr VG_(get_SP) ( ThreadId tid );
125 VG_(get_shadow_regs_area) ( ThreadId tid,
129 VG_(set_shadow_regs_area) ( ThreadId tid,
138 extern void VG_(apply_to_GP_regs)(void (*f)(ThreadId tid,
144 extern void VG_(thread_stack_reset_iter) ( /*OUT*/ThreadId* tid );
145 extern Bool VG_(thread_stack_next) ( /*MOD*/ThreadId* tid,
150 extern Addr VG_(thread_get_stack_max) ( ThreadId tid );
153 extern SizeT VG_(thread_get_stack_size) ( ThreadId tid );
157 extern Addr VG_(thread_get_altstack_min) ( ThreadId ti
[all...]
H A Dpub_tool_stacktrace.h61 extern UInt VG_(get_StackTrace) ( ThreadId tid,
83 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
302 // Should the core indicate which ThreadId each error comes from?
424 Bool (*handle_client_request)(ThreadId tid, UWord* arg_block, UWord* ret)
439 void (* pre_syscall)(ThreadId tid, UInt syscallno,
441 void (*post_syscall)(ThreadId tid, UInt syscallno,
476 void* (*pmalloc) ( ThreadId tid, SizeT n ),
477 void* (*p__builtin_new) ( ThreadId tid, SizeT n ),
478 void* (*p__builtin_vec_new) ( ThreadId tid, SizeT n ),
479 void* (*pmemalign) ( ThreadId ti
[all...]
/external/valgrind/main/coregrind/
H A Dpub_core_replacemalloc.h44 void* (*tl_malloc) (ThreadId tid, SizeT n);
45 void* (*tl___builtin_new) (ThreadId tid, SizeT n);
46 void* (*tl___builtin_vec_new) (ThreadId tid, SizeT n);
47 void* (*tl_memalign) (ThreadId tid, SizeT align, SizeT n);
48 void* (*tl_calloc) (ThreadId tid, SizeT nmemb, SizeT n);
49 void (*tl_free) (ThreadId tid, void* p);
50 void (*tl___builtin_delete) (ThreadId tid, void* p);
51 void (*tl___builtin_vec_delete)(ThreadId tid, void* p);
52 void* (*tl_realloc) (ThreadId tid, void* p, SizeT size);
53 SizeT (*tl_malloc_usable_size) (ThreadId ti
[all...]
H A Dpub_core_debugger.h39 #include "pub_core_basics.h" // ThreadId
41 extern void VG_(start_debugger) ( ThreadId tid );
H A Dpub_core_scheduler.h44 extern ThreadId VG_(alloc_ThreadState)(void);
47 extern void VG_(exit_thread)(ThreadId tid);
52 extern void VG_(get_thread_out_of_syscall)(ThreadId tid);
55 extern void VG_(nuke_all_threads_except) ( ThreadId me,
63 extern void VG_(acquire_BigLock) ( ThreadId tid, const HChar* who );
78 extern void VG_(release_BigLock) ( ThreadId tid,
85 extern Bool VG_(owns_BigLock_LL) ( ThreadId tid );
92 extern VgSchedReturnCode VG_(scheduler) ( ThreadId tid );
95 // ThreadId and initialise the bigLock.
96 extern ThreadId VG
[all...]
H A Dpub_core_syswrap.h44 extern void VG_(main_thread_wrapper_NORETURN)(ThreadId tid);
46 extern void VG_(client_syscall) ( ThreadId tid, UInt trc );
48 extern void VG_(post_syscall) ( ThreadId tid );
55 ThreadId tid,
62 extern void VG_(reap_threads)(ThreadId self);
78 (ThreadId,VgSchedReturnCode);
H A Dpub_core_coredump.h34 #include "pub_core_basics.h" // ThreadId
41 extern void VG_(make_coredump) ( ThreadId tid, const vki_siginfo_t *si,
H A Dpub_core_signals.h55 extern void VG_(poll_signals) ( ThreadId );
58 extern SysRes VG_(do_sys_sigaltstack) ( ThreadId tid, vki_stack_t* ss,
63 extern SysRes VG_(do_sys_sigprocmask) ( ThreadId tid, Int how,
68 ( ThreadId tid, /* OUT */ vki_sigset_t* saved_mask );
75 extern void VG_(synth_fault) (ThreadId tid);
76 extern void VG_(synth_fault_mapping)(ThreadId tid, Addr addr);
77 extern void VG_(synth_fault_perms) (ThreadId tid, Addr addr);
78 extern void VG_(synth_sigill) (ThreadId tid, Addr addr);
79 extern void VG_(synth_sigtrap) (ThreadId tid);
80 extern void VG_(synth_sigbus) (ThreadId ti
[all...]
H A Dpub_core_sigframe.h46 void VG_(sigframe_create) ( ThreadId tid,
58 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT );
H A Dpub_core_tooliface.h144 Bool (*tool_handle_client_request)(ThreadId, UWord*, UWord*);
147 void (*tool_pre_syscall) (ThreadId, UInt, UWord*, UInt);
148 void (*tool_post_syscall)(ThreadId, UInt, UWord*, UInt, SysRes);
161 void* (*tool_malloc) (ThreadId, SizeT);
162 void* (*tool___builtin_new) (ThreadId, SizeT);
163 void* (*tool___builtin_vec_new) (ThreadId, SizeT);
164 void* (*tool_memalign) (ThreadId, SizeT, SizeT);
165 void* (*tool_calloc) (ThreadId, SizeT, SizeT);
166 void (*tool_free) (ThreadId, void*);
167 void (*tool___builtin_delete) (ThreadId, voi
[all...]
H A Dpub_core_stacktrace.h54 UInt VG_(get_StackTrace_wrk) ( ThreadId tid_if_known,
H A Dpub_core_translate.h42 Bool VG_(translate) ( ThreadId tid,
H A Dm_threadstate.c45 ThreadId VG_(running_tid) = VG_INVALID_THREADID;
55 ThreadId tid;
92 ThreadState *VG_(get_ThreadState)(ThreadId tid)
99 Bool VG_(is_valid_tid) ( ThreadId tid )
109 ThreadId VG_(get_running_tid)(void)
114 Bool VG_(is_running_thread)(ThreadId tid)
125 inline Bool VG_(is_exiting)(ThreadId tid)
135 ThreadId tid;
149 ThreadId tid;
159 ThreadId */
[all...]
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 Dpub_core_gdbserver.h46 void VG_(gdbserver_prerun_action) (ThreadId tid);
58 extern Bool VG_(gdbserver_activity) (ThreadId tid);
63 void VG_(gdbserver_exit) (ThreadId tid, VgSchedReturnCode tids_schedretcode);
107 extern Bool VG_(gdbserver_report_signal) (Int signo, ThreadId tid);
H A Dpub_core_threadstate.h142 ThreadId parent; // parent tid (if any)
154 void (*post_mach_trap_fn)(ThreadId tid,
286 /* ThreadId == 0 (and hence vg_threads[0]) is NEVER USED.
288 ThreadId == 1 is the root thread and has the special property
291 ThreadId in this tid field, but be aware that it should
293 ThreadId tid;
343 ThreadId == 1 (the main thread). */
381 extern ThreadId VG_(running_tid);
398 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
401 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, ULong 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.h44 void ML_(wqthread_continue_NORETURN)(ThreadId tid);
H A Dpriv_syswrap-linux-variants.h35 #include "pub_core_basics.h" // ThreadId
41 #define TId ThreadId
/external/chromium_org/v8/src/
H A Dv8threads.h23 void set_id(ThreadId id) { id_ = id; }
24 ThreadId id() { return id_; }
41 ThreadId id_;
80 return mutex_owner_.Equals(ThreadId::Current());
83 ThreadId CurrentId();
85 void TerminateExecution(ThreadId thread_id);
100 ThreadId mutex_owner_;
101 ThreadId lazily_archived_thread_;
/external/chromium_org/media/cast/
H A Dcast_environment.h23 enum ThreadId { enum in class:media::cast::CastEnvironment
45 bool PostTask(ThreadId identifier,
49 bool PostDelayedTask(ThreadId identifier,
54 bool CurrentlyOn(ThreadId identifier);
65 ThreadId identifier) const;
/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.h39 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size);
40 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc);

Completed in 266 milliseconds

123456