OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_thread_count
(Results
1 - 2
of
2
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp
69
static unsigned
g_thread_count
= 0;
variable
83
g_thread_count
+= 1;
131
while (
g_thread_count
< kMaxThreads)
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
malloc_lockup.cpp
69
static unsigned
g_thread_count
= 0;
variable
83
g_thread_count
+= 1;
131
while (
g_thread_count
< kMaxThreads)
Completed in 52 milliseconds