Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c23736 int cpuCount; in sqlite3MemInit() local
23741 len = sizeof(cpuCount); in sqlite3MemInit()
23743 sysctlbyname("hw.ncpu", &cpuCount, &len, NULL, 0); in sqlite3MemInit()
23744 if( cpuCount>1 ){ in sqlite3MemInit()