Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libc/stdio/
H A Dstdio.cpp105 static pthread_mutex_t __stdio_mutex = PTHREAD_MUTEX_INITIALIZER; variable
171 pthread_mutex_lock(&__stdio_mutex); in __sfp()
179 pthread_mutex_unlock(&__stdio_mutex); in __sfp()
181 pthread_mutex_lock(&__stdio_mutex); in __sfp()
187 pthread_mutex_unlock(&__stdio_mutex); in __sfp()