Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dthread_pthread.h111 #define MICROSECONDS_TO_TIMESPEC(microseconds, ts) \ macro
169 MICROSECONDS_TO_TIMESPEC(us, ts); in _PyThread_cond_after()
445 MICROSECONDS_TO_TIMESPEC(microseconds, ts); in PyThread_acquire_lock_timed()