Searched defs:tid (Results 26 - 50 of 328) sorted by relevance

1234567891011>>

/external/compiler-rt/test/lsan/TestCases/
H A Dhigh_allocator_contention.cc13 pthread_t tid[kMaxNumThreads]; variable
41 pthread_create(&tid[i], 0, thread_fun, 0);
46 for (int i = 0; i < num_threads; i++) pthread_join(tid[i], 0);
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dxt_l2tp.h13 __u32 tid; /* tunnel id */ member in struct:xt_l2tp_info
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dvalues.h9 u32 *pid, *tid; member in struct:perf_read_values
21 u32 pid, u32 tid,
/external/lldb/source/Plugins/Process/Linux/
H A DLinuxThread.cpp22 LinuxThread::LinuxThread(Process &process, lldb::tid_t tid) argument
23 : POSIXThread(process, tid)
/external/lldb/tools/debugserver/source/
H A DDNBThreadResumeActions.cpp50 nub_thread_t tid,
56 DNBThreadResumeAction action = { tid, state, signal, addr };
62 DNBThreadResumeActions::GetActionForThread (nub_thread_t tid, bool default_ok) const argument
67 if (m_actions[i].tid == tid)
70 if (default_ok && tid != INVALID_NUB_THREAD)
105 DNBThreadResumeActions::SetSignalHandledForThread (nub_thread_t tid) const
107 if (tid != INVALID_NUB_THREAD)
112 if (m_actions[i].tid == tid)
48 AppendAction( nub_thread_t tid, nub_state_t state, int signal, nub_addr_t addr ) argument
[all...]
/external/nist-sip/java/gov/nist/javax/sip/
H A DLogRecordFactory.java25 * @param tid -- the transaction id
35 String firstLine, String tid, String callId, long timestampVal);
33 createLogRecord(String message, String source, String destination, long timeStamp, boolean isSender, String firstLine, String tid, String callId, long timestampVal) argument
/external/oprofile/daemon/liblegacy/
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/oprofile/libpp/
H A Dfilename_spec.h79 generic_spec<pid_t> tid; member in class:filename_spec
H A Dparse_filename.h32 std::string tid; member in struct:parsed_filename
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtorturethread.c34 int tid = (int)(uintptr_t)data; local
36 fprintf(stderr, "Creating Thread %d\n", tid);
43 printf("Thread '%d' waiting for signal\n", tid);
44 while(time_for_threads_to_die[tid] != 1) {
48 printf("Thread '%d' sending signals to subthreads\n", tid);
54 printf("Thread '%d' exiting!\n", tid);
/external/qemu/include/qemu/
H A Dthread-win32.h27 unsigned tid; member in struct:QemuThread
/external/valgrind/main/coregrind/
H A Dm_threadstate.c55 ThreadId tid; local
57 for (tid = 1; tid < VG_N_THREADS; tid++) {
59 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].status,
60 sizeof(VG_(threads)[tid].status), ""));
62 ANNOTATE_BENIGN_RACE_SIZED(&VG_(threads)[tid].os_state.exitcode,
63 sizeof(VG_(threads)[tid].os_state.exitcode),
92 ThreadState *VG_(get_ThreadState)(ThreadId tid) argument
94 vg_assert(tid >
114 is_running_thread(ThreadId tid) argument
125 is_exiting(ThreadId tid) argument
135 ThreadId tid; local
149 ThreadId tid; local
162 ThreadId tid; local
[all...]
/external/valgrind/main/drd/
H A Ddrd_segment.h49 DrdThreadId tid; member in struct:segment
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_rw.c29 pthread_t tid; local
43 pthread_create(&tid, 0, thread_func, 0);
63 pthread_join(tid, 0);
H A Dannotate_ignore_write.c29 pthread_t tid; local
43 pthread_create(&tid, 0, thread_func, 0);
64 pthread_join(tid, 0);
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());
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 Dpth_spinlock.c38 pthread_t tid[n_threads]; local
46 pthread_create(&tid[i], 0, thread_func, 0);
48 pthread_join(tid[i], 0);
H A Dthread_name.c49 pthread_t tid[NUM_THREADS]; local
56 pthread_create(&tid[i], 0, thread_func, (void*)(ptrdiff_t)i);
59 pthread_join(tid[i], 0);
/external/valgrind/main/include/
H A Dpub_tool_tooliface.h69 ThreadId tid; /* tid requesting translation */ member in struct:__anon32888
89 // * closure->tid is the ThreadId of the thread requesting the
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 tid, Size
[all...]
/external/chromium_org/third_party/libxml/src/
H A DtestThreads.c24 static pthread_t tid[MAX_ARGC]; variable
26 static thread_id tid[MAX_ARGC]; variable
110 tid[i] = (pthread_t) -1;
114 ret = pthread_create(&tid[i], NULL, thread_specific_data,
122 ret = pthread_join(tid[i], &results[i]);
155 tid[i] = (thread_id) -1;
159 tid[i] = spawn_thread(thread_specific_data, "xmlTestThread", B_NORMAL_PRIORITY, (void *) testfiles[i]);
160 if (tid[i] < B_OK) {
164 printf("beos_thread_create %d -> %d\n", i, tid[i]);
167 ret = wait_for_thread(tid[
[all...]
H A DtestThreadsWin32.c17 static HANDLE tid[MAX_ARGC]; variable
101 tid[i] = (HANDLE) -1;
107 tid[i] = CreateThread(NULL, 0,
109 if (tid[i] == NULL)
116 if (WaitForMultipleObjects (num_threads, tid, TRUE, INFINITE) == WAIT_FAILED)
121 ret = GetExitCodeThread (tid[i], &results[i]);
127 CloseHandle (tid[i]);
/external/chromium_org/tools/cygprofile/
H A Dcygprofile.h71 const pid_t tid; member in struct:cygprofile::LogEntry
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dstandalone_malloc_test.cc20 size_t tid = reinterpret_cast<size_t>(t); local
24 if ((i % (kNumIters / 4)) == 0 && tid == 0)
25 fprintf(stderr, " T[%ld] iter %ld\n", tid, i);
50 if (tid == 0)
52 tid, total_malloced >> 20, (total_malloced - total_freed) >> 20,

Completed in 469 milliseconds

1234567891011>>