HomeSort by: relevance | last modified time | path
    Searched defs:th (Results 1 - 25 of 158) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
enable-new-thread.c 30 pthread_t th; local
32 pthread_create (&th, NULL, test, NULL);
33 pthread_join (th, NULL);
multi-thread-step.c 42 pthread_t th; local
45 pthread_create (&th, NULL, test, NULL);
49 pthread_join (th, NULL);
non-stop.c 36 pthread_t th; local
38 pthread_create (&th, NULL, test, NULL);
42 pthread_join (th, NULL);
enable-running.c 38 pthread_t th[NTHREADS]; local
42 pthread_create (&th[i], NULL, test, NULL);
47 pthread_join (th[i], NULL);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
enable-new-thread.c 30 pthread_t th; local
32 pthread_create (&th, NULL, test, NULL);
33 pthread_join (th, NULL);
multi-thread-step.c 42 pthread_t th; local
45 pthread_create (&th, NULL, test, NULL);
49 pthread_join (th, NULL);
non-stop.c 36 pthread_t th; local
38 pthread_create (&th, NULL, test, NULL);
42 pthread_join (th, NULL);
enable-running.c 38 pthread_t th[NTHREADS]; local
42 pthread_create (&th[i], NULL, test, NULL);
47 pthread_join (th[i], NULL);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
continue-pending-after-query.c 39 pthread_t th; local
41 pthread_create (&th, NULL, thread_function, NULL);
45 pthread_join (th, NULL);
thread_check.c 51 pthread_t th[N]; local
54 if (pthread_create (&th[n], NULL, tf, (void *) (long int) n) != 0)
65 if (pthread_join (th[n], NULL) != 0)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
continue-pending-after-query.c 39 pthread_t th; local
41 pthread_create (&th, NULL, thread_function, NULL);
45 pthread_join (th, NULL);
thread_check.c 51 pthread_t th[N]; local
54 if (pthread_create (&th[n], NULL, tf, (void *) (long int) n) != 0)
65 if (pthread_join (th[n], NULL) != 0)
  /src/sys/dev/pci/ixgbe/
if_fdir.c 91 struct tcphdr *th; local
118 th = (struct tcphdr *)((caddr_t)ip + ip_hlen);
120 common.port.dst ^= th->th_sport;
121 common.port.src ^= th->th_dport;
  /src/sys/net/
rss_config.c 115 struct tcphdr *th; local
117 th = (struct tcphdr *)(mtod(m, char *) + hlen);
122 &th->th_sport, sizeof(th->th_sport) * 2,
213 struct tcphdr *th; local
215 th = (struct tcphdr *)(mtod(m, char *) + hlen);
220 &th->th_sport, sizeof(th->th_sport) * 2,
ether_sw_offload.c 166 struct tcphdr *th; local
293 KASSERT(len >= sizeof(*th));
294 if (m->m_len < l4offset + sizeof(*th)) {
295 m = m_pullup(m, l4offset + sizeof(*th));
299 th = (void *)(mtod(m, char *) + l4offset);
300 osum = th->th_sum;
301 th->th_sum = sum;
314 th->th_sum = osum;
  /src/tests/lib/libpthread/
t_kill.c 75 } th[NTHREAD]; variable in typeref:struct:threadinfo
90 if (self == th[i].id)
95 th[i].gotsignal++;
125 PTHREAD_REQUIRE(pthread_create(&th[i].id, NULL, f, &th[i]));
134 PTHREAD_REQUIRE(pthread_kill(th[i].id, SIGUSR1));
138 PTHREAD_REQUIRE(pthread_join(th[i].id, NULL));
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
condition.h 35 unsigned long th; member in struct:isc_condition_thread
  /src/external/lgpl3/gmp/dist/mpn/cray/ieee/
invert_limb.c 82 mp_limb_t z, z2l, z2h, tl, th; local
90 umul_ppmm (th, tl, z2l, d);
91 z = (z << 17) - (th << 1);
97 th = z2l * (d >> 32); /* th < 2^64 */
98 z = (z << 17) - (th >> 31); /* z < 2^32 */
101 umul_ppmm (th, tl, z2l, d);
102 z = (z << 33) - (th << 1);
106 umul_ppmm (th, tl, z2h, d);
109 th += tl < xh
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
jacobi_2.c 89 mp_limb_t th, tl; local
92 sub_ddmmss (th, tl, ah, al, bh, bl);
93 if ( (tl | th) == 0)
96 bgta = LIMB_HIGHBIT_TO_MASK (th);
102 add_ssaaaa (bh, bl, bh, bl, th & bgta, tl & bgta);
109 ah = (bgta ^ th);
  /src/external/lgpl3/mpfr/dist/tests/
thyperbolic.c 28 mpfr_t t, ch,sh,th,ach,ash,ath; local
35 mpfr_init2(th,200);
64 tester=mpfr_tanh(th,t,MPFR_RNDD);
65 if (!MPFR_IS_NAN(th) || tester!=0)
106 mpfr_clear(th);
117 mpfr_t t, ch,sh,th,ach,ash,ath; local
124 mpfr_init2(th,200);
153 tester = mpfr_tanh (th, t, MPFR_RNDD);
154 if (!MPFR_IS_ZERO(th) || tester)
195 mpfr_clear(th);
206 mpfr_t t, ch, sh, th, ach, ash, ath; local
    [all...]
  /src/sys/netinet/
tcp_debug.c 115 struct tcphdr *th; local
133 th = NULL;
142 th = (struct tcphdr *)((char *)&td->td_ti +
151 th = (struct tcphdr *)((char *)&td->td_ti6 +
170 if (th == 0)
172 seq = th->th_seq;
173 ack = th->th_ack;
186 printf("@%x, urp=%x", ack, th->th_urp);
187 flags = th->th_flags;
191 #define pf(f) { if (th->th_flags&__CONCAT(TH_,f)) {
    [all...]
  /src/usr.sbin/mscdlabel/
main.c 65 struct ioc_toc_header th; local
69 memset(&th, 0, sizeof(th));
70 res = ioctl(fd, CDIOREADTOCHEADER, &th);
76 ntracks = th.ending_track - th.starting_track + 1;
84 te.starting_track = th.starting_track; /* always 1 ??? */
  /src/external/gpl3/gdb/dist/gdbserver/
win32-i386-low.cc 53 auto th = static_cast<windows_thread_info *> (thread->target_data ()); local
57 th->debug_registers_changed = true;
86 auto th local
89 win32_require_context (th);
91 return windows_process.with_context (th, [&] (auto *context) -> DWORD64
228 i386_get_thread_context (windows_thread_info *th)
230 windows_process.with_context (th, [&] (auto *context)
243 BOOL ret = get_thread_context (th->h, context);
260 i386_prepare_to_resume (windows_thread_info *th)
262 if (th->debug_registers_changed
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_posix.cc 60 pthread_t th[3]; local
64 EXPECT_EQ(__interceptor_pthread_create(&th[0], 0, dtors_thread, &k1), 0);
65 EXPECT_EQ(__interceptor_pthread_create(&th[1], 0, dtors_thread, &k2), 0);
66 EXPECT_EQ(__interceptor_pthread_join(th[0], 0), 0);
67 EXPECT_EQ(__interceptor_pthread_create(&th[2], 0, dtors_thread, &k3), 0);
68 EXPECT_EQ(__interceptor_pthread_join(th[1], 0), 0);
69 EXPECT_EQ(__interceptor_pthread_join(th[2], 0), 0);
83 pthread_t th[kThreads]; local
85 EXPECT_EQ(__interceptor_pthread_create(&th[i], 0, local_thread,
88 EXPECT_EQ(__interceptor_pthread_join(th[i], 0), 0)
137 pthread_t th; local
    [all...]
  /src/sys/net/npf/
npf_sendpkt.c 98 struct tcphdr *oth, *th; local
147 th = (struct tcphdr *)(ip + 1);
162 th = (struct tcphdr *)(ip6 + 1);
168 th->th_sport = oth->th_dport;
169 th->th_dport = oth->th_sport;
170 th->th_seq = htonl(ack);
174 th->th_ack = htonl(seq + tcpdlen);
175 th->th_off = sizeof(struct tcphdr) >> 2;
176 th->th_flags = TH_ACK | TH_RST;
179 th->th_sum = in_cksum(m, len)
    [all...]

Completed in 35 milliseconds

1 2 3 4 5 6 7