Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c28134 int cpuCount; in sqlite3MemInit() local
28139 len = sizeof(cpuCount); in sqlite3MemInit()
28141 sysctlbyname("hw.ncpu", &cpuCount, &len, NULL, 0); in sqlite3MemInit()
28142 if( cpuCount>1 ){ in sqlite3MemInit()