HomeSort by relevance Sort by last modified time
    Searched defs:timerclear (Results 51 - 54 of 54) sorted by null

1 23

  /external/chromium/third_party/libevent/compat/sys/
_time.h 79 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 macro
  /external/chromium_org/third_party/libevent/compat/sys/
_libevent_time.h 79 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 macro
_time.h 79 #define timerclear(tvp) (tvp)->tv_sec = (tvp)->tv_usec = 0 macro
  /external/mksh/src/
sh.h 267 #ifndef timerclear
268 #define timerclear(tvp) \ macro
    [all...]

Completed in 301 milliseconds

1 23