Home
last modified time | relevance | path

Searched refs:floatsleep (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dtimemodule.c95 static int floatsleep(double);
206 if (floatsleep(secs) != 0) in time_sleep()
937 floatsleep(double secs) function
/external/python/cpython2/Misc/
DHISTORY10464 I had an off-by-1000 error in floatsleep(),
16361 * Problems with definition of floatsleep() on Suns fixed.