OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RunManyThreadsWithId
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
testutil.h
53
extern "C" void
RunManyThreadsWithId
(void (*fn)(int), int count, int stacksize);
testutil.cc
95
extern "C" void
RunManyThreadsWithId
(void (*fn)(int), int count, int) {
138
void
RunManyThreadsWithId
(void (*fn)(int), int count, int stacksize) {
200
void
RunManyThreadsWithId
(void (*fn)(int), int count, int stacksize) {
malloc_hook_test.cc
284
RunManyThreadsWithId
(&MultithreadedTestThreadRunner, num_threads_remaining,
tcmalloc_unittest.cc
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
testutil.h
53
extern "C" void
RunManyThreadsWithId
(void (*fn)(int), int count, int stacksize);
testutil.cc
95
extern "C" void
RunManyThreadsWithId
(void (*fn)(int), int count, int) {
138
void
RunManyThreadsWithId
(void (*fn)(int), int count, int stacksize) {
200
void
RunManyThreadsWithId
(void (*fn)(int), int count, int stacksize) {
malloc_hook_test.cc
284
RunManyThreadsWithId
(&MultithreadedTestThreadRunner, num_threads_remaining,
tcmalloc_unittest.cc
[
all
...]
Completed in 184 milliseconds