HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 1 - 25 of 364) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/main/coregrind/
m_threadstate.c 61 ThreadState *VG_(get_ThreadState)(ThreadId tid)
63 vg_assert(tid >= 0 && tid < VG_N_THREADS);
64 vg_assert(VG_(threads)[tid].tid == tid);
65 return &VG_(threads)[tid];
68 Bool VG_(is_valid_tid) ( ThreadId tid )
70 /* tid is unsigned, hence no < 0 test. */
71 if (tid == 0) return False
104 ThreadId tid; local
118 ThreadId tid; local
131 ThreadId tid; local
    [all...]
pub_core_replacemalloc.h 43 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 tid, void* payload)
    [all...]
pub_core_debugger.h 39 extern void VG_(start_debugger) ( ThreadId tid );
pub_core_coredump.h 38 extern void VG_(make_coredump) ( ThreadId tid, const vki_siginfo_t *si,
pub_core_syswrap.h 41 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 );
47 /* Clear this module's private state for thread 'tid' */
48 extern void VG_(clear_syscallInfo) ( Int tid );
52 ThreadId tid,
pub_core_signals.h 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 tid);
pub_core_sigframe.h 45 /* Create a signal frame for thread 'tid'. */
47 void VG_(sigframe_create) ( ThreadId tid,
56 /* Remove a signal frame from thread 'tid's stack, and
59 void VG_(sigframe_destroy)( ThreadId tid, Bool isRT );
pub_core_scheduler.h 43 /* A thread exits. tid must currently be running. */
44 extern void VG_(exit_thread)(ThreadId tid);
46 /* If 'tid' is blocked in a syscall, send it SIGVGKILL so as to get it
49 extern void VG_(get_thread_out_of_syscall)(ThreadId tid);
51 /* Nuke all threads except tid. */
58 the CPU lock. By the time it returns, tid will be the running
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 );
  /system/core/include/cutils/
sched_policy.h 29 extern int set_sched_policy(int tid, SchedPolicy policy);
30 extern int get_sched_policy(int tid, SchedPolicy *policy);
  /external/valgrind/main/drd/
drd_thread.c 50 static void thread_append_segment(const DrdThreadId tid, Segment* const sg);
51 static void thread_discard_segment(const DrdThreadId tid, Segment* const sg);
53 const DrdThreadId tid);
54 static Bool thread_conflict_set_up_to_date(const DrdThreadId tid);
142 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid)
146 if (tid == VG_INVALID_THREADID)
152 && DRD_(g_threadinfo)[i].vg_threadid == tid)
162 static DrdThreadId DRD_(VgThreadIdToNewDrdThreadId)(const ThreadId tid)
166 tl_assert(DRD_(VgThreadIdToDrdThreadId)(tid) == DRD_INVALID_THREADID);
177 DRD_(g_threadinfo)[i].vg_threadid = tid;
    [all...]
drd_thread.h 129 DrdThreadId DRD_(VgThreadIdToDrdThreadId)(const ThreadId tid);
130 DrdThreadId DRD_(NewVgThreadIdToDrdThreadId)(const ThreadId tid);
131 DrdThreadId DRD_(PtThreadIdToDrdThreadId)(const PThreadId tid);
132 ThreadId DRD_(DrdThreadIdToVgThreadId)(const DrdThreadId tid);
137 void DRD_(thread_delete)(const DrdThreadId tid, Bool detached);
138 void DRD_(thread_finished)(const DrdThreadId tid);
139 void DRD_(drd_thread_atfork_child)(const DrdThreadId tid);
140 void DRD_(thread_pre_cancel)(const DrdThreadId tid);
141 void DRD_(thread_set_stack_startup)(const DrdThreadId tid,
143 Addr DRD_(thread_get_stack_min)(const DrdThreadId tid);
    [all...]
drd_error.h 103 DrdThreadId tid; // Thread ID of the running thread. member in struct:__anon12621
110 DrdThreadId tid; member in struct:__anon12622
117 DrdThreadId tid; member in struct:__anon12623
122 DrdThreadId tid; member in struct:__anon12624
129 DrdThreadId tid; member in struct:__anon12625
135 DrdThreadId tid; member in struct:__anon12626
142 DrdThreadId tid; member in struct:__anon12627
147 DrdThreadId tid; member in struct:__anon12628
154 DrdThreadId tid; member in struct:__anon12629
159 DrdThreadId tid; member in struct:__anon12630
167 DrdThreadId tid; member in struct:__anon12631
172 DrdThreadId tid; member in struct:__anon12632
177 DrdThreadId tid; member in struct:__anon12633
    [all...]
drd_malloc_wrappers.c 71 static void* new_block(ThreadId tid, SizeT size, SizeT align, Bool is_zeroed)
81 DRD_(malloclike_block)(tid, (Addr)p, size);
90 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size)
106 mc->where = VG_(record_ExeContext)(tid, 0);
110 static void handle_free(ThreadId tid, void* p)
114 if (DRD_(freelike_block)(tid, (Addr)p))
124 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p)
145 static void* drd_malloc(ThreadId tid, SizeT n)
147 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
151 static void* drd_memalign(ThreadId tid, SizeT align, SizeT n
    [all...]
  /external/valgrind/main/coregrind/m_coredump/
coredump-macho.c 38 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
coredump-xcoff.c 43 void VG_(make_coredump)(ThreadId tid, const vki_siginfo_t *si, UInt max_size)
  /external/valgrind/main/drd/tests/
annotate_hb_race.c 30 pthread_t tid[2]; local
34 pthread_create(&tid[0], 0, thread_func, &result[0]);
35 pthread_create(&tid[1], 0, thread_func, &result[1]);
38 pthread_join(tid[0], NULL);
39 pthread_join(tid[1], NULL);
pth_barrier_race.c 30 pthread_t tid; local
35 pthread_create(&tid, NULL, thread, NULL);
46 pthread_join(tid, NULL);
pth_cancel_locked.c 27 pthread_t tid; local
36 pthread_create(&tid, 0, &thread, 0);
43 pthread_cancel(tid);
46 pthread_join(tid, 0);
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller_tests.js 10 events: [{"cat":"renderer","pid":21296,"tid":21296,"ts":438877834451,"ph":"B","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438877834469,"ph":"B","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438877849541,"ph":"E","name":"RenderWidget::DoDeferredUpdate","args":{}},{"cat":"renderer","pid":21296,"tid":21296,"ts":438877849547,"ph":"E","name":"RenderWidget::OnUpdateRectAck","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877850049,"ph":"B","name":"v8.compile","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877850118,"ph":"E","name":"v8.compile","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877850125,"ph":"B","name":"v8.run","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877949516,"ph":"E","name":"v8.run","args":{}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877950065,"ph":"B","name":"v8.compile","args":{"id":"(nil)","extra":""}},{"cat":"webkit","pid":21296,"tid":21296,"ts":438877950118,"ph":"E","name":"v8.compile","args":{}},{"cat":"webkit","pid":21296,"tid" (…)
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 116 static void do_client_request ( ThreadId tid );
117 static void scheduler_sanity ( ThreadId tid );
118 static void mostly_clear_thread_record ( ThreadId tid );
149 void print_sched_event ( ThreadId tid, Char* what )
151 VG_(message)(Vg_DebugMsg, " SCHED[%d]: %s\n", tid, what );
205 void VG_(acquire_BigLock)(ThreadId tid, HChar* who)
214 print_sched_event(tid, buf);
223 tst = VG_(get_ThreadState)(tid);
230 VG_(printf)("tid %d found %d running\n", tid, VG_(running_tid))
364 ThreadId tid = VG_(running_tid); local
481 ThreadId tid; local
1288 ThreadId tid; local
1732 ThreadId tid; local
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_proc.h 34 pid_t tid; member in struct:opd_proc
86 * @param tid tid for this process
91 void opd_handle_exec(pid_t tid, pid_t tgid);
107 * @param tid tid for this process
110 * A process with pid tid is searched on the process list,
114 struct opd_proc * opd_get_proc(pid_t tid, pid_t tgid);
118 * @param tid tid for this proces
    [all...]
opd_image.c 52 "tid %d, tgid %d ref count %u\n",
54 image->tid, image->tgid, (int)image->ref_count);
58 "kernel %d, tid %d, tgid %d ref count %u\n",
60 image->tid, image->tgid, image->ref_count);
98 * @param tid thread id
103 static size_t opd_hash_image(char const * name, pid_t tid, pid_t tgid)
107 hash += tid + tgid;
117 * @param tid thread id
130 pid_t tid, pid_t tgid)
135 verbprintf(vmisc, "Creating image: %s %s, kernel %d, tid %d,
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
priv_syswrap-main.h 41 void ML_(wqthread_continue_NORETURN)(ThreadId tid);
  /external/valgrind/main/exp-ptrcheck/
h_main.h 59 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 tid, void* p )
    [all...]
  /external/valgrind/main/include/
pub_tool_machine.h 104 Addr VG_(get_IP) ( ThreadId tid );
105 Addr VG_(get_SP) ( ThreadId tid );
115 VG_(get_shadow_regs_area) ( ThreadId tid,
119 VG_(set_shadow_regs_area) ( ThreadId tid,
125 void VG_(set_syscall_return_shadows) ( ThreadId tid,
138 // Returns False at the end. 'tid' is the iterator and you can only
140 extern void VG_(thread_stack_reset_iter) ( /*OUT*/ThreadId* tid );
141 extern Bool VG_(thread_stack_next) ( /*MOD*/ThreadId* tid,
146 extern Addr VG_(thread_get_stack_max) ( ThreadId tid );
149 extern SizeT VG_(thread_get_stack_size) ( ThreadId tid );
    [all...]

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>