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

  /art/runtime/
thread-inl.h 233 return tlsPtr_.thread_local_end - tlsPtr_.thread_local_pos;
239 mirror::Object* ret = reinterpret_cast<mirror::Object*>(tlsPtr_.thread_local_pos);
240 tlsPtr_.thread_local_pos += bytes;
entrypoints_order_test.cc 123 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_start, thread_local_pos, sizeof(void*));
124 EXPECT_OFFSET_DIFFP(Thread, tlsPtr_, thread_local_pos, thread_local_end, sizeof(void*));
thread.h 647 return ThreadOffsetFromTlsPtr<pointer_size>(OFFSETOF_MEMBER(tls_ptr_sized_values, thread_local_pos));
1476 uint8_t* thread_local_pos; variable
    [all...]
thread.cc     [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...]

Completed in 435 milliseconds