HomeSort by relevance Sort by last modified time
    Searched refs:tid_t (Results 51 - 75 of 98) sorted by null

1 23 4

  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.h 83 CreateThread (lldb::tid_t tid, lldb::addr_t context);
  /external/lldb/source/Plugins/Process/POSIX/
POSIXThread.h 33 POSIXThread(lldb_private::Process &process, lldb::tid_t tid);
ProcessPOSIX.cpp 464 ProcessPOSIX::StopAllThreads(lldb::tid_t stop_tid)
470 ProcessPOSIX::AddThreadForInitialStopIfNeeded(lldb::tid_t stop_tid)
483 ProcessPOSIX::CreateNewPOSIXThread(lldb_private::Process &process, lldb::tid_t tid)
505 lldb::tid_t tid = message.GetTID();
515 lldb::tid_t child_tid = message.GetChildTID();
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.h 292 GetThreadStopInfo (lldb::tid_t tid,
341 GetCurrentThreadIDs (std::vector<lldb::tid_t> &thread_ids,
394 lldb::tid_t m_curr_tid; // Current gdb remote protocol thread index for all other operations
395 lldb::tid_t m_curr_tid_run; // Current gdb remote protocol thread index for continue, step, etc
ThreadGDBRemote.cpp 35 ThreadGDBRemote::ThreadGDBRemote (Process &process, lldb::tid_t tid) :
139 ThreadGDBRemote::ThreadIDIsValid (lldb::tid_t thread)
GDBRemoteCommunication.h 155 lldb::tid_t tid;
ProcessGDBRemote.h 321 typedef std::vector<lldb::tid_t> tid_collection;
322 typedef std::vector< std::pair<lldb::tid_t,int> > tid_sig_collection;
  /external/lldb/include/lldb/Breakpoint/
Breakpoint.h 378 SetThreadID (lldb::tid_t thread_id);
385 lldb::tid_t
  /external/lldb/source/Target/
ThreadSpec.cpp 66 lldb::tid_t thread_id = thread.GetID();
ThreadList.cpp 111 ThreadList::FindThreadByID (lldb::tid_t tid, bool can_update)
133 ThreadList::FindThreadByProtocolID (lldb::tid_t tid, bool can_update)
156 ThreadList::RemoveThreadByID (lldb::tid_t tid, bool can_update)
179 ThreadList::RemoveThreadByProtocolID (lldb::tid_t tid, bool can_update)
684 ThreadList::SetSelectedThreadByID (lldb::tid_t tid, bool notify)
722 ThreadList::NotifySelectedThreadChanged (lldb::tid_t tid)
754 const lldb::tid_t tid = (*rhs_pos)->GetID();
  /external/lldb/source/API/
SBBreakpointLocation.cpp 163 SBBreakpointLocation::SetThreadID (tid_t thread_id)
172 tid_t
175 tid_t tid = LLDB_INVALID_THREAD_ID;
  /external/e2fsprogs/debugfs/
logdump.c 57 unsigned int *, int, tid_t);
60 unsigned int, int, tid_t);
65 int, tid_t);
345 tid_t transaction;
468 tid_t transaction)
525 tid_t transaction)
576 tid_t transaction)
  /external/lldb/scripts/Python/interface/
SBProcess.i 153 GetThreadByID (lldb::tid_t sb_thread_id);
171 CreateOSPluginThread (lldb::tid_t tid, lldb::addr_t context);
177 SetSelectedThreadByID (lldb::tid_t tid);
SBThread.i 108 lldb::tid_t
  /external/e2fsprogs/e2fsck/
recovery.c 32 tid_t start_transaction;
33 tid_t end_transaction;
44 tid_t, struct recovery_info *);
714 tid_t sequence, struct recovery_info *info)
revoke.c 84 tid_t sequence; /* Used for recovery only */
121 tid_t seq)
581 tid_t sequence)
605 tid_t sequence)
  /external/lldb/include/lldb/API/
SBThread.h 85 lldb::tid_t
  /external/lldb/include/lldb/Target/
RegisterContext.h 114 virtual lldb::tid_t
ExecutionContext.h 347 lldb::tid_t m_tid; ///< The thread ID that this object refers to in case the backing object changes
    [all...]
  /external/lldb/source/Host/common/
Host.cpp 448 lldb::tid_t
459 return lldb::tid_t(pthread_getthreadid_np());
461 return lldb::tid_t(syscall(SYS_gettid));
463 return lldb::tid_t(pthread_self());
637 Host::SetThreadName (lldb::pid_t pid, lldb::tid_t tid, const char *name)
641 lldb::tid_t curr_tid = Host::GetCurrentThreadID();
657 lldb::tid_t curr_tid = Host::GetCurrentThreadID();
676 lldb::tid_t curr_tid = Host::GetCurrentThreadID();
699 Host::SetShortThreadName (lldb::pid_t pid, lldb::tid_t tid,
    [all...]
  /external/lldb/source/Plugins/Process/elf-core/
ThreadElfCore.cpp 28 ThreadElfCore::ThreadElfCore (Process &process, tid_t tid,
  /external/lldb/include/lldb/Interpreter/
ScriptInterpreter.h 327 lldb::tid_t thread_id)
334 lldb::tid_t tid,
ScriptInterpreterPython.h 94 lldb::tid_t thread_id);
98 lldb::tid_t tid,
  /external/lldb/source/Breakpoint/
BreakpointLocation.cpp 41 lldb::tid_t tid,
106 BreakpointLocation::SetThreadID (lldb::tid_t thread_id)
120 lldb::tid_t
WatchpointOptions.cpp 161 WatchpointOptions::SetThreadID (lldb::tid_t thread_id)

Completed in 886 milliseconds

1 23 4