Home
last modified time | relevance | path

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

/third_party/python/Python/
Dthread_pthread.h149 static pthread_condattr_t *condattr_monotonic = NULL; variable
158 condattr_monotonic = &ca; // Use monotonic clock in init_condattr()
166 return pthread_cond_init(cond, condattr_monotonic); in _PyThread_cond_init()
174 if (condattr_monotonic) { in _PyThread_cond_after()