/external/e2fsprogs/lib/ext2fs/ |
kernel-jbd.h | 359 tid_t t_tid; 550 tid_t j_tail_sequence; 552 tid_t j_transaction_sequence; 554 tid_t j_commit_sequence; 556 tid_t j_commit_request; 750 extern int journal_set_revoke(journal_t *, unsigned long, tid_t); 751 extern int journal_test_revoke(journal_t *, unsigned long, tid_t); 762 extern tid_t log_start_commit (journal_t *, transaction_t *); 763 extern void log_wait_commit (journal_t *, tid_t); 828 extern int journal_set_revoke(journal_t *, unsigned long, tid_t); [all...] |
/external/lldb/source/Plugins/Process/Utility/ |
RegisterContextDarwin_i386.h | 233 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) = 0; 236 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0; 239 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0; 242 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0; 245 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0; 248 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
|
RegisterContextDarwin_x86_64.h | 237 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) = 0; 240 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0; 243 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0; 246 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0; 249 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0; 252 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0;
|
RegisterContextDarwin_arm.h | 288 DoReadGPR (lldb::tid_t tid, int flavor, GPR &gpr) 294 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0; 297 DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) = 0; 300 DoReadDBG (lldb::tid_t tid, int flavor, DBG &dbg) = 0; 303 DoWriteGPR (lldb::tid_t tid, int flavor, const GPR &gpr) = 0; 306 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0; 309 DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) = 0; 312 DoWriteDBG (lldb::tid_t tid, int flavor, const DBG &dbg) = 0;
|
ThreadMemory.h | 21 lldb::tid_t tid, 25 lldb::tid_t tid,
|
ThreadMemory.cpp | 22 tid_t tid, 34 lldb::tid_t tid,
|
/external/lldb/include/lldb/Breakpoint/ |
BreakpointLocation.h | 193 SetThreadID (lldb::tid_t thread_id); 195 lldb::tid_t 378 lldb::tid_t tid = LLDB_INVALID_THREAD_ID,
|
WatchpointOptions.h | 57 lldb::tid_t thread_id = LLDB_INVALID_THREAD_ID); 171 SetThreadID(lldb::tid_t thread_id);
|
BreakpointOptions.h | 69 lldb::tid_t thread_id = LLDB_INVALID_THREAD_ID, 274 SetThreadID(lldb::tid_t thread_id);
|
/external/lldb/include/lldb/Target/ |
OperatingSystem.h | 82 CreateThread (lldb::tid_t tid, lldb::addr_t context)
|
/external/lldb/source/Plugins/Process/Linux/ |
LinuxThread.cpp | 22 LinuxThread::LinuxThread(Process &process, lldb::tid_t tid)
|
ProcessLinux.h | 96 StopAllThreads(lldb::tid_t stop_tid); 99 CreateNewPOSIXThread(lldb_private::Process &process, lldb::tid_t tid);
|
ProcessLinux.cpp | 141 ProcessLinux::StopAllThreads(lldb::tid_t stop_tid) 164 lldb::tid_t tid = thread->GetID(); 177 ProcessLinux::CreateNewPOSIXThread(lldb_private::Process &process, lldb::tid_t tid)
|
ProcessMonitor.cpp | 458 ReadRegOperation(lldb::tid_t tid, unsigned offset, const char *reg_name, 467 lldb::tid_t m_tid; 500 WriteRegOperation(lldb::tid_t tid, unsigned offset, const char *reg_name, 509 lldb::tid_t m_tid; 542 ReadGPROperation(lldb::tid_t tid, void *buf, size_t buf_size, bool &result) 549 lldb::tid_t m_tid; 570 ReadFPROperation(lldb::tid_t tid, void *buf, size_t buf_size, bool &result) 577 lldb::tid_t m_tid; 598 ReadRegisterSetOperation(lldb::tid_t tid, void *buf, size_t buf_size, unsigned int regset, bool &result) 605 lldb::tid_t m_tid [all...] |
/external/lldb/source/Plugins/Process/gdb-remote/ |
ThreadGDBRemote.h | 24 ThreadGDBRemote (lldb_private::Process &process, lldb::tid_t tid); 51 ThreadIDIsValid (lldb::tid_t thread);
|
/external/lldb/source/Plugins/Process/mach-core/ |
ThreadMachCore.cpp | 39 ThreadMachCore::ThreadMachCore (Process &process, lldb::tid_t tid) : 77 ThreadMachCore::ThreadIDIsValid (lldb::tid_t thread)
|
/external/lldb/source/Plugins/Process/FreeBSD/ |
ProcessMonitor.cpp | 280 ReadRegOperation(lldb::tid_t tid, unsigned offset, unsigned size, 289 lldb::tid_t m_tid; 319 WriteRegOperation(lldb::tid_t tid, unsigned offset, 328 lldb::tid_t m_tid; 356 ReadGPROperation(lldb::tid_t tid, void *buf, bool &result) 363 lldb::tid_t m_tid; 387 ReadFPROperation(lldb::tid_t tid, void *buf, bool &result) 394 lldb::tid_t m_tid; 414 WriteGPROperation(lldb::tid_t tid, void *buf, bool &result) 421 lldb::tid_t m_tid [all...] |
/external/lldb/include/lldb/Host/ |
Host.h | 218 static lldb::tid_t 285 GetThreadName (lldb::pid_t pid, lldb::tid_t tid); 304 SetThreadName (lldb::pid_t pid, lldb::tid_t tid, const char *name); 325 SetShortThreadName (lldb::pid_t pid, lldb::tid_t tid, const char *name, size_t len);
|
/external/lldb/include/lldb/ |
lldb-types.h | 75 typedef uint64_t tid_t; typedef in namespace:lldb
|
/external/lldb/source/Plugins/Process/POSIX/ |
ProcessPOSIX.h | 163 StopAllThreads(lldb::tid_t stop_tid); 168 AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid); 171 CreateNewPOSIXThread(lldb_private::Process &process, lldb::tid_t tid); 205 typedef std::set<lldb::tid_t> ThreadStopSet;
|
/external/lldb/include/lldb/API/ |
SBBreakpoint.h | 95 SetThreadID (lldb::tid_t sb_thread_id); 97 lldb::tid_t
|
SBProcess.h | 118 GetThreadByID (lldb::tid_t sb_thread_id); 133 CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context); 139 SetSelectedThreadByID (lldb::tid_t tid);
|
/external/lldb/source/Plugins/Process/elf-core/ |
ThreadElfCore.h | 117 ThreadElfCore (lldb_private::Process &process, lldb::tid_t tid, 136 ThreadIDIsValid (lldb::tid_t thread)
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
ThreadKDP.cpp | 40 ThreadKDP::ThreadKDP (Process &process, lldb::tid_t tid) : 87 ThreadKDP::ThreadIDIsValid (lldb::tid_t thread)
|
/external/lldb/scripts/Python/interface/ |
SBBreakpoint.i | 157 SetThreadID (lldb::tid_t sb_thread_id); 159 lldb::tid_t
|