HomeSort by relevance Sort by last modified time
    Searched refs:_PyTime_FromSeconds (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Include/
pytime.h 69 PyAPI_FUNC(_PyTime_t) _PyTime_FromSeconds(int seconds);
72 Only use the macro for small values, prefer _PyTime_FromSeconds(). */
73 #define _PYTIME_FROMSECONDS(seconds) \
  /external/python/cpython3/Python/
pytime.c 205 _PyTime_FromSeconds(int seconds)
  /external/python/cpython3/Modules/
_threadmodule.c 104 const _PyTime_t unset_timeout = _PyTime_FromSeconds(-1);
    [all...]
socketmodule.c 926 static _PyTime_t defaulttimeout = _PYTIME_FROMSECONDS(-1);
    [all...]
_testcapimodule.c     [all...]

Completed in 156 milliseconds