HomeSort by: relevance | last modified time | path
    Searched defs:suseconds_t (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libpcap/dist/pcap/
socket.h 75 typedef long suseconds_t; typedef
  /src/external/bsd/libarchive/dist/test_utils/
test_common.h 52 #define suseconds_t long macro
319 int assertion_utimes(const char *, int, const char *, time_t, suseconds_t, time_t, suseconds_t);
  /src/sys/sys/
types.h 326 typedef _BSD_SUSECONDS_T_ suseconds_t; typedef
  /src/external/apache2/mDNSResponder/dist/Clients/
dns-sd.c 81 typedef int suseconds_t; typedef
1411 tv.tv_usec = (suseconds_t)(timeout_when % (1000 * 1000));

Completed in 23 milliseconds