Home
last modified time | relevance | path

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

/third_party/libuv/src/unix/
Dthread.c515 static uv_once_t glibc_version_check_once = UV_ONCE_INIT; variable
672 uv_once(&glibc_version_check_once, glibc_version_check); in uv_sem_init()