Home
last modified time | relevance | path

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

/bionic/libc/unistd/
Dsysconf.c70 static int __get_nproc_onln(void);
258 case _SC_NPROCESSORS_ONLN: return __get_nproc_onln(); in sysconf()
382 __get_nproc_onln(void) in __get_nproc_onln() function