Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_mojo_perftest.cc195 LockThreadAffinity thread_locker(kSharedCore); in RunTestChannelProxyPingPong()
229 LockThreadAffinity thread_locker(kSharedCore); in RunTestChannelProxySyncPing()
288 LockThreadAffinity thread_locker(kSharedCore); in RunPingPongServer()
341 LockThreadAffinity thread_locker(kSharedCore); in RunPingPongClient()
431 LockThreadAffinity thread_locker(kSharedCore); in RunInterfacePassingServer()
509 LockThreadAffinity thread_locker(kSharedCore); in RunInterfacePassingClient()
631 LockThreadAffinity thread_locker(kSharedCore); in TEST_P()
680 LockThreadAffinity thread_locker(kSharedCore); in TEST_P()
695 LockThreadAffinity thread_locker(kSharedCore); in TEST_P()
716 LockThreadAffinity thread_locker(kSharedCore); in RunMultiThreadPingPongServer()
[all …]
Dipc_cpu_perftest.cc237 LockThreadAffinity thread_locker(kSharedCore); in RunPingPongServer()
280 LockThreadAffinity thread_locker(kSharedCore); in RunPingPongServer()
369 LockThreadAffinity thread_locker(kSharedCore); in RunPingPongClient()
Dipc_perftest_util.h81 const int kSharedCore = 2; variable
Dipc_perftest_util.cc112 LockThreadAffinity thread_locker(kSharedCore); in Run()