Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/
Dlws_config.h63 #define LWS_HAVE_CLOCK_GETTIME macro
298 #define LWS_HAVE_CLOCK_GETTIME macro
/third_party/libwebsockets/lib/plat/unix/
Dunix-misc.c45 #if defined(LWS_HAVE_CLOCK_GETTIME) in lws_now_usecs()
/third_party/libwebsockets/cmake/
Dlws_config.h.in38 #cmakedefine LWS_HAVE_CLOCK_GETTIME
/third_party/libwebsockets/
DCMakeLists.txt581 CHECK_FUNCTION_EXISTS(clock_gettime LWS_HAVE_CLOCK_GETTIME)
593 …No clock_gettime found on macOS ${CMAKE_OSX_DEPLOYMENT_TARGET}. Disabling LWS_HAVE_CLOCK_GETTIME.")
594 set(LWS_HAVE_CLOCK_GETTIME 0) variable