Home
last modified time | relevance | path

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

/libpthread/nptl/
A Dpthread_mutex_init.c34 static int tpi_supported; variable
61 if (__builtin_expect (tpi_supported == 0, 0)) in __pthread_mutex_init()
73 tpi_supported = INTERNAL_SYSCALL_ERRNO (ret, err) == ENOSYS ? -1 : 1; in __pthread_mutex_init()
75 if (__builtin_expect (tpi_supported < 0, 0)) in __pthread_mutex_init()

Completed in 3 milliseconds