Searched refs:this_thread_id (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/io/disktest/ |
D | childmain.c | 180 const int this_thread_id, fd_t fd, char *data) in update_test_state() argument 189 this_thread_id); in update_test_state() 198 this_thread_id); in update_test_state() 494 mc_func_t oper, const int this_thread_id) in miscompare_dump() argument 512 fprintf(fpDumpFile, DMSTR, this_thread_id, tPosition, in miscompare_dump() 515 fprintf(fpDumpFile, DMOFFSTR, this_thread_id, offset, in miscompare_dump() 588 int this_thread_id = thread_id++; in ChildMain() local 617 this_thread_id, GetLastError()); in ChildMain() 640 this_thread_id, args->device, GETLASTERROR()); in ChildMain() 650 this_thread_id, GETLASTERROR()); in ChildMain() [all …]
|
/external/llvm-project/lldb/include/lldb/Utility/ |
D | ReproducerInstrumentation.h | 83 inline llvm::raw_ostream &this_thread_id() { in this_thread_id() function 611 this_thread_id() << "Serializing with " << LLVM_PRETTY_FUNCTION << " -> " 627 this_thread_id() << "Serializing with " << LLVM_PRETTY_FUNCTION << " -> " 648 this_thread_id() << "Serializing with " << LLVM_PRETTY_FUNCTION << " -> " 857 this_thread_id() << "Recording " << id << ": " << m_pretty_func << " ("
|