HomeSort by relevance Sort by last modified time
    Searched defs:thread_local_pos (Results 1 - 6 of 6) sorted by null

  /external/googletest/googletest/src/
gtest-port.cc 404 ThreadIdToThreadLocals::iterator thread_local_pos = local
406 if (thread_local_pos == thread_to_thread_locals->end()) {
407 thread_local_pos = thread_to_thread_locals->insert(
411 ThreadLocalValues& thread_local_values = thread_local_pos->second;
463 ThreadIdToThreadLocals::iterator thread_local_pos = local
465 if (thread_local_pos != thread_to_thread_locals->end()) {
466 ThreadLocalValues& thread_local_values = thread_local_pos->second;
473 thread_to_thread_locals->erase(thread_local_pos);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 404 ThreadIdToThreadLocals::iterator thread_local_pos = local
406 if (thread_local_pos == thread_to_thread_locals->end()) {
407 thread_local_pos = thread_to_thread_locals->insert(
411 ThreadLocalValues& thread_local_values = thread_local_pos->second;
463 ThreadIdToThreadLocals::iterator thread_local_pos = local
465 if (thread_local_pos != thread_to_thread_locals->end()) {
466 ThreadLocalValues& thread_local_values = thread_local_pos->second;
473 thread_to_thread_locals->erase(thread_local_pos);
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 386 ThreadIdToThreadLocals::iterator thread_local_pos = local
388 if (thread_local_pos == thread_to_thread_locals->end()) {
389 thread_local_pos = thread_to_thread_locals->insert(
393 ThreadLocalValues& thread_local_values = thread_local_pos->second;
445 ThreadIdToThreadLocals::iterator thread_local_pos = local
447 if (thread_local_pos != thread_to_thread_locals->end()) {
448 ThreadLocalValues& thread_local_values = thread_local_pos->second;
455 thread_to_thread_locals->erase(thread_local_pos);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 363 ThreadIdToThreadLocals::iterator thread_local_pos = local
365 if (thread_local_pos == thread_to_thread_locals->end()) {
366 thread_local_pos = thread_to_thread_locals->insert(
370 ThreadLocalValues& thread_local_values = thread_local_pos->second;
422 ThreadIdToThreadLocals::iterator thread_local_pos = local
424 if (thread_local_pos != thread_to_thread_locals->end()) {
425 ThreadLocalValues& thread_local_values = thread_local_pos->second;
432 thread_to_thread_locals->erase(thread_local_pos);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 363 ThreadIdToThreadLocals::iterator thread_local_pos = local
365 if (thread_local_pos == thread_to_thread_locals->end()) {
366 thread_local_pos = thread_to_thread_locals->insert(
370 ThreadLocalValues& thread_local_values = thread_local_pos->second;
422 ThreadIdToThreadLocals::iterator thread_local_pos = local
424 if (thread_local_pos != thread_to_thread_locals->end()) {
425 ThreadLocalValues& thread_local_values = thread_local_pos->second;
432 thread_to_thread_locals->erase(thread_local_pos);
    [all...]
  /art/runtime/
thread.h 781 thread_local_pos));
1694 uint8_t* thread_local_pos; variable
    [all...]

Completed in 225 milliseconds