HomeSort by relevance Sort by last modified time
    Searched defs:tha (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
s-c1.c 177 pthread_attr_t tha; local
242 ret = pthread_attr_init(&tha);
247 ret = pthread_attr_setstacksize(&tha, sysconf(_SC_THREAD_STACK_MIN));
257 ret = pthread_create(&th, &tha, threaded, NULL);
301 ret = pthread_attr_destroy(&tha);
  /external/dhcpcd-6.8.2/
arp.h 49 unsigned char tha[HWADDR_LEN]; member in struct:arp_msg
  /external/tcpdump/
print-tcp.c 70 struct tha { struct
78 struct tha addr;
256 struct tha6 tha; local
268 UNALIGNED_MEMCPY(&tha.src, dst, sizeof ip6->ip6_dst);
269 UNALIGNED_MEMCPY(&tha.dst, src, sizeof ip6->ip6_src);
270 tha.port = dport << 16 | sport;
272 UNALIGNED_MEMCPY(&tha.dst, dst, sizeof ip6->ip6_dst);
273 UNALIGNED_MEMCPY(&tha.src, src, sizeof ip6->ip6_src);
274 tha.port = sport << 16 | dport;
277 for (th = &tcp_seq_hash[tha.port % TSEQ_HASHSIZE]
309 struct tha tha; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 528 mDNSEthAddr tha; variable
    [all...]

Completed in 91 milliseconds