Searched refs:thread_out (Results 1 – 2 of 2) sorted by relevance
129 bool RecordCursor::ReadInlineThread(ThreadInfo* thread_out) { in ReadInlineThread() argument134 if (thread_out != nullptr) { in ReadInlineThread()135 memcpy(&thread_out->pid, thread_data, sizeof(uint64_t)); in ReadInlineThread()136 memcpy(&thread_out->tid, thread_data + sizeof(uint64_t), sizeof(uint64_t)); in ReadInlineThread()
207 bool ReadInlineThread(ThreadInfo* thread_out);