OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sk_num_cores
(Results
1 - 2
of
2
) sorted by null
/external/skia/tests/
OncePtrTest.cpp
21
SkTaskGroup().batch(
sk_num_cores
()*4, [&](size_t) {
function
34
SkAtomic<int> force_a_race(
sk_num_cores
());
35
SkTaskGroup().batch(
sk_num_cores
()*4, [&](size_t) {
/external/skia/src/core/
SkTaskGroup.cpp
29
// We cache
sk_num_cores
() so we only query the OS once.
31
int
sk_num_cores
() {
function
101
threads =
sk_num_cores
();
Completed in 4724 milliseconds