Home
last modified time | relevance | path

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

/third_party/libusb/libusb/os/
Dthreads_posix.c44 #ifdef HAVE_PTHREAD_CONDATTR_SETCLOCK in usbi_cond_init()
62 #ifdef HAVE_PTHREAD_CONDATTR_SETCLOCK in usbi_cond_timedwait()
/third_party/gstreamer/gstreamer/
Dconfig.h110 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 macro
Dmeson.build268 cdata.set('HAVE_PTHREAD_CONDATTR_SETCLOCK', 1)
/third_party/glib/
Dconfig.h182 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1 macro
Dmeson.build1892 glib_conf.set('HAVE_PTHREAD_CONDATTR_SETCLOCK', 1)
/third_party/iowow/src/
DCMakeLists.txt58 check_library_exists(pthread pthread_condattr_setclock "" HAVE_PTHREAD_CONDATTR_SETCLOCK)
59 if (HAVE_PTHREAD_CONDATTR_SETCLOCK AND NOT IOS)
/third_party/glib/glib/
Dgthread-posix.c686 #elif defined (HAVE_PTHREAD_CONDATTR_SETCLOCK) && defined (CLOCK_MONOTONIC) in g_cond_impl_new()
925 #elif defined (HAVE_PTHREAD_CONDATTR_SETCLOCK) && defined (CLOCK_MONOTONIC) in g_cond_wait_until()
/third_party/gstreamer/gstreamer/gst/
Dgstsystemclock.c187 #if defined (HAVE_PTHREAD_CONDATTR_SETCLOCK) && defined (CLOCK_MONOTONIC) in gst_pthread_cond_wait_until()
250 #if defined (HAVE_PTHREAD_CONDATTR_SETCLOCK) && defined (CLOCK_MONOTONIC) in init_entry()
/third_party/python/Python/
Dthread_pthread.h101 #if defined(HAVE_PTHREAD_CONDATTR_SETCLOCK) && defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTON…
/third_party/python/
Dpyconfig.h.in813 #undef HAVE_PTHREAD_CONDATTR_SETCLOCK