HomeSort by relevance Sort by last modified time
    Searched full:thread_to_thread_locals (Results 1 - 1 of 1) sorted by null

  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 361 ThreadIdToThreadLocals* const thread_to_thread_locals = local
364 thread_to_thread_locals->find(current_thread);
365 if (thread_local_pos == thread_to_thread_locals->end()) {
366 thread_local_pos = thread_to_thread_locals->insert(
392 ThreadIdToThreadLocals* const thread_to_thread_locals = local
395 thread_to_thread_locals->begin();
396 it != thread_to_thread_locals->end();
420 ThreadIdToThreadLocals* const thread_to_thread_locals = local
423 thread_to_thread_locals->find(thread_id);
424 if (thread_local_pos != thread_to_thread_locals->end())
    [all...]

Completed in 549 milliseconds