Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c28104 int cpuCount; in sqlite3MemInit() local
28109 len = sizeof(cpuCount); in sqlite3MemInit()
28111 sysctlbyname("hw.ncpu", &cpuCount, &len, NULL, 0); in sqlite3MemInit()
28112 if( cpuCount>1 ){ in sqlite3MemInit()