Searched refs:tid (Results 26 - 50 of 444) sorted by relevance

1234567891011>>

/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-main.h41 void ML_(wqthread_continue_NORETURN)(ThreadId tid);
/external/valgrind/main/coregrind/
H A Dpub_core_signals.h57 extern SysRes VG_(do_sys_sigaltstack) ( ThreadId tid, vki_stack_t* ss,
62 extern SysRes VG_(do_sys_sigprocmask) ( ThreadId tid, Int how,
67 ( ThreadId tid, /* OUT */ vki_sigset_t* saved_mask );
74 extern void VG_(synth_fault) (ThreadId tid);
75 extern void VG_(synth_fault_mapping)(ThreadId tid, Addr addr);
76 extern void VG_(synth_fault_perms) (ThreadId tid, Addr addr);
77 extern void VG_(synth_sigill) (ThreadId tid, Addr addr);
78 extern void VG_(synth_sigtrap) (ThreadId tid);
79 extern void VG_(synth_sigbus) (ThreadId tid);
H A Dpub_core_sigframe.h45 /* 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 );
H A Dm_machine.c48 Addr VG_(get_IP) ( ThreadId tid ) {
49 return INSTR_PTR( VG_(threads)[tid].arch );
51 Addr VG_(get_SP) ( ThreadId tid ) {
52 return STACK_PTR( VG_(threads)[tid].arch );
54 Addr VG_(get_FP) ( ThreadId tid ) {
55 return FRAME_PTR( VG_(threads)[tid].arch );
58 void VG_(set_IP) ( ThreadId tid, Addr ip ) { argument
59 INSTR_PTR( VG_(threads)[tid].arch ) = ip;
61 void VG_(set_SP) ( ThreadId tid, Addr sp ) { argument
62 STACK_PTR( VG_(threads)[tid]
121 set_syscall_return_shadows( ThreadId tid, UWord s1res, UWord s2res, UWord s1err, UWord s2err ) argument
153 get_shadow_regs_area( ThreadId tid, UChar* dst, Int shadowNo, PtrdiffT offset, SizeT size ) argument
177 set_shadow_regs_area( ThreadId tid, Int shadowNo, PtrdiffT offset, SizeT size, const UChar* src ) argument
201 apply_to_GPs_of_tid(ThreadId tid, void (*f)(ThreadId, HChar*, Addr)) argument
338 ThreadId tid; local
347 thread_stack_reset_iter( ThreadId* tid) argument
352 thread_stack_next( ThreadId* tid, Addr* stack_min, Addr* stack_max) argument
370 thread_get_stack_max(ThreadId tid) argument
377 thread_get_stack_size(ThreadId tid) argument
384 thread_get_altstack_min(ThreadId tid) argument
391 thread_get_altstack_size(ThreadId tid) argument
[all...]
H A Dpub_core_translate.h40 Bool VG_(translate) ( ThreadId tid,
/external/valgrind/main/drd/tests/
H A Dpth_cancel_locked.c27 pthread_t tid; local
36 pthread_create(&tid, 0, &thread, 0);
43 pthread_cancel(tid);
46 pthread_join(tid, 0);
H A Dpth_barrier_thr_cr.c27 pthread_t *tid; local
37 tid = malloc(thread_count * sizeof(*tid));
38 assert(tid);
40 res = pthread_create(&tid[i], NULL, thread, NULL);
44 res = pthread_join(tid[i], NULL);
47 free(tid);
H A Dannotate_static.cpp38 pthread_t tid; local
40 pthread_create(&tid, 0, thread_func, NULL);
43 pthread_join(tid, NULL);
H A Datomic_var.c56 pthread_t tid[n_threads]; local
59 pthread_create(&tid[0], 0, thread_func_1, 0);
60 pthread_create(&tid[1], 0, thread_func_2, 0);
62 pthread_join(tid[i], 0);
H A Domp_printf.c25 int tid; local
52 #pragma omp parallel for private(tid)
55 tid = omp_get_thread_num();
60 i, tid, omp_get_num_threads());
/external/chromium_org/tools/traceline/traceline/scripts/
H A Dalloc.py16 tid = e['thread']
19 delta, ms, tid)
/external/linux-tools-perf/util/
H A Dthread_map.h12 struct thread_map *thread_map__new_by_tid(pid_t tid);
13 struct thread_map *thread_map__new(pid_t pid, pid_t tid);
/external/openssh/regress/
H A Dconnect.sh4 tid="simple connect"
H A Dsftp-cmds.sh8 tid="sftp commands"
46 verbose "$tid: lls"
50 verbose "$tid: lls w/path"
54 verbose "$tid: ls"
59 verbose "$tid: shell"
64 verbose "$tid: pwd"
69 verbose "$tid: lpwd"
74 verbose "$tid: quit"
79 verbose "$tid: help"
85 verbose "$tid
[all...]
/external/compiler-rt/lib/lsan/
H A Dlsan_thread.h24 explicit ThreadContext(int tid);
41 void ThreadStart(u32 tid, uptr os_id);
43 u32 ThreadCreate(u32 tid, uptr uid, bool detached);
44 void ThreadJoin(u32 tid);
48 void SetCurrentThread(u32 tid);
H A Dlsan.cc50 u32 tid = ThreadCreate(0, 0, true); local
51 CHECK_EQ(tid, 0);
52 ThreadStart(tid, GetTid());
53 SetCurrentThread(tid);
/external/oprofile/daemon/liblegacy/
H A Dopd_image.c52 "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) argument
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
129 opd_new_image(char const * name, char const * app_name, int kernel, pid_t tid, pid_t tgid) argument
177 is_same_image(struct opd_image const * image, char const * app_name, pid_t tid, pid_t tgid) argument
221 opd_find_image(char const * name, char const * app_name, pid_t tid, pid_t tgid) argument
249 opd_get_image(char const * name, char const * app_name, int kernel, pid_t tid, pid_t tgid) argument
260 opd_get_kernel_image(char const * name, char const * app_name, pid_t tid, pid_t tgid) argument
[all...]
H A Dopd_image.h40 pid_t tid; member in struct:opd_image
80 * @param tid thread id
88 char const * app_name, pid_t tid, pid_t tgid);
95 * @param tid thread id
104 int kernel, pid_t tid, pid_t tgid);
/external/valgrind/main/drd/
H A Ddrd_malloc_wrappers.c70 static void* new_block(ThreadId tid, SizeT size, SizeT align, Bool is_zeroed) argument
80 DRD_(malloclike_block)(tid, (Addr)p, size);
89 void DRD_(malloclike_block)(const ThreadId tid, const Addr p, const SizeT size) argument
105 mc->where = VG_(record_ExeContext)(tid, 0);
109 static void handle_free(ThreadId tid, void* p) argument
114 success = DRD_(freelike_block)(tid, (Addr)p, True);
122 Bool DRD_(freelike_block)(const ThreadId tid, const Addr p, const Bool dealloc) argument
146 static void* drd_malloc(ThreadId tid, SizeT n) argument
148 return new_block(tid, n, VG_(clo_alignment), /*is_zeroed*/False);
152 static void* drd_memalign(ThreadId tid, Size argument
158 drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) argument
165 drd_free(ThreadId tid, void* p) argument
178 drd_realloc(ThreadId tid, void* p_old, SizeT new_size) argument
253 drd___builtin_new(ThreadId tid, SizeT n) argument
259 drd___builtin_delete(ThreadId tid, void* p) argument
265 drd___builtin_vec_new(ThreadId tid, SizeT n) argument
271 drd___builtin_vec_delete(ThreadId tid, void* p) argument
282 drd_malloc_usable_size(ThreadId tid, void* p) argument
[all...]
H A Ddrd_hb.h45 void DRD_(hb_happens_after)(const DrdThreadId tid, const Addr hb);
46 void DRD_(hb_happens_before)(const DrdThreadId tid, const Addr hb);
47 void DRD_(hb_happens_done)(const DrdThreadId tid, const Addr hb);
/external/chromium_org/tools/grit/grit/format/
H A Drc_header.py57 for tid in item.GetTextualIds():
58 if tid in tids and tid not in seen:
59 seen.add(tid)
60 yield '#define %s %d\n' % (tid, tids[tid])
67 for tid in item.GetTextualIds():
68 if tid in tids and tid not in seen:
69 seen.add(tid)
[all...]
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c123 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 ) argument
176 VG_(message)(Vg_DebugMsg, " SCHED[%d]: %s\n", tid, what );
253 void VG_(acquire_BigLock)(ThreadId tid, HChar* who) argument
262 print_sched_event(tid, buf);
271 tst = VG_(get_ThreadState)(tid);
278 VG_(printf)("tid %d found %d running\n", tid, VG
301 release_BigLock(ThreadId tid, ThreadStatus sleepstate, HChar* who) argument
362 exit_thread(ThreadId tid) argument
383 get_thread_out_of_syscall(ThreadId tid) argument
430 ThreadId tid = VG_(running_tid); local
543 ThreadId tid; local
819 run_thread_for_a_while( HWord* two_words, Int* dispatchCtrP, ThreadId tid, HWord alt_host_addr, Bool use_alt_host_addr ) argument
1008 handle_chain_me( ThreadId tid, void* place_to_chain, Bool toFastEP ) argument
1044 handle_syscall(ThreadId tid, UInt trc) argument
1542 ThreadId tid; local
1613 os_client_request(ThreadId tid, UWord *args) argument
1990 ThreadId tid; local
[all...]
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
H A Dfork_threaded.cc20 pthread_t tid; local
22 res = pthread_create(&tid, 0, exit_thread_func, 0);
24 pthread_join(tid, 0);
/external/valgrind/main/helgrind/tests/
H A Dfree_is_write.c21 pthread_t tid; local
32 pthread_create(&tid, NULL, thread_func, NULL);
39 pthread_join(tid, NULL);
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DDefaultMessageLogFactory.java17 String firstLine, String tid, String callId, long tsHeaderValue) {
19 isSender, firstLine, tid, callId, tsHeaderValue);
24 String firstLine, String tid, String callId, long timestampVal) {
26 isSender, firstLine, tid, callId, timestampVal);
15 createLogRecord(String message, String source, String destination, String timeStamp, boolean isSender, String firstLine, String tid, String callId, long tsHeaderValue) argument
22 createLogRecord(String message, String source, String destination, long timeStamp, boolean isSender, String firstLine, String tid, String callId, long timestampVal) argument

Completed in 522 milliseconds

1234567891011>>