Home
last modified time | relevance | path

Searched refs:pid_tid (Results 1 – 20 of 20) sorted by relevance

/dports/databases/p5-Dancer-Plugin-Database-Core/Dancer-Plugin-Database-Core-0.20/lib/Dancer/Plugin/Database/
H A DCore.pm67 my $pid_tid = $$;
68 $pid_tid .= '_' . threads->tid if $INC{'threads.pm'};
71 $handle = $handles{$pid_tid}{$handle_key} || {};
109 $handles{$pid_tid}{$handle_key} = $handle;
/dports/www/firefox/firefox-99.0/third_party/python/diskcache/diskcache/
H A Drecipes.py143 pid_tid = '{}-{}'.format(pid, tid)
148 if pid_tid == value or count == 0:
150 self._key, (pid_tid, count + 1),
160 pid_tid = '{}-{}'.format(pid, tid)
164 is_owned = pid_tid == value and count > 0
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/diskcache/diskcache/
H A Drecipes.py143 pid_tid = '{}-{}'.format(pid, tid)
148 if pid_tid == value or count == 0:
150 self._key, (pid_tid, count + 1),
160 pid_tid = '{}-{}'.format(pid, tid)
164 is_owned = pid_tid == value and count > 0
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/diskcache/diskcache/
H A Drecipes.py143 pid_tid = '{}-{}'.format(pid, tid)
148 if pid_tid == value or count == 0:
150 self._key, (pid_tid, count + 1),
160 pid_tid = '{}-{}'.format(pid, tid)
164 is_owned = pid_tid == value and count > 0
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/diskcache/diskcache/
H A Drecipes.py143 pid_tid = '{}-{}'.format(pid, tid)
148 if pid_tid == value or count == 0:
150 self._key, (pid_tid, count + 1),
160 pid_tid = '{}-{}'.format(pid, tid)
164 is_owned = pid_tid == value and count > 0
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp1399 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue() local
1400 if (pid_tid && pid_tid->first == pid) { in UpdateThreadIDsFromStopReplyThreadsValue()
1401 lldb::tid_t tid = pid_tid->second; in UpdateThreadIDsFromStopReplyThreadsValue()
2101 auto pid_tid = thread_id.GetPidTid(pid); in SetThreadStopInfo() local
2102 if (pid_tid) { in SetThreadStopInfo()
2103 stop_pid = pid_tid->first; in SetThreadStopInfo()
2104 tid = pid_tid->second; in SetThreadStopInfo()
2219 auto pid_tid = thread_id.GetPidTid(LLDB_INVALID_PROCESS_ID); in SetThreadStopInfo() local
2220 if (!pid_tid) { in SetThreadStopInfo()
2224 pid_tid = {{LLDB_INVALID_PROCESS_ID, LLDB_INVALID_THREAD_ID}}; in SetThreadStopInfo()
[all …]
H A DGDBRemoteCommunicationServerLLGS.cpp2122 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID() in Handle_H() local
2124 if (!pid_tid) in Handle_H()
2128 lldb::pid_t pid = pid_tid->first; in Handle_H()
2129 lldb::tid_t tid = pid_tid->second; in Handle_H()
3806 auto pid_tid = packet.GetPidTid(default_pid); in ReadTid() local
3807 if (!pid_tid) in ReadTid()
3811 lldb::pid_t pid = pid_tid->first; in ReadTid()
3812 lldb::tid_t tid = pid_tid->second; in ReadTid()
H A DGDBRemoteCommunicationClient.cpp1151 auto pid_tid = response.GetPidTid(0); in GetDefaultThreadId() local
1152 if (!pid_tid) in GetDefaultThreadId()
1155 lldb::pid_t pid = pid_tid->first; in GetDefaultThreadId()
1165 tid = pid_tid->second; in GetDefaultThreadId()
2827 auto pid_tid = response.GetPidTid(LLDB_INVALID_PROCESS_ID); in GetCurrentProcessAndThreadIDs() local
2832 if (!pid_tid) in GetCurrentProcessAndThreadIDs()
2835 ids.push_back(pid_tid.getValue()); in GetCurrentProcessAndThreadIDs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2126 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID() in Handle_H() local
2128 if (!pid_tid) in Handle_H()
2132 lldb::pid_t pid = pid_tid->first; in Handle_H()
2133 lldb::tid_t tid = pid_tid->second; in Handle_H()
3755 auto pid_tid = packet.GetPidTid(default_pid); in ReadTid() local
3756 if (!pid_tid) in ReadTid()
3760 lldb::pid_t pid = pid_tid->first; in ReadTid()
3761 lldb::tid_t tid = pid_tid->second; in ReadTid()
H A DGDBRemoteCommunicationClient.cpp1130 auto pid_tid = response.GetPidTid(0); in GetDefaultThreadId() local
1131 if (!pid_tid) in GetDefaultThreadId()
1134 lldb::pid_t pid = pid_tid->first; in GetDefaultThreadId()
1144 tid = pid_tid->second; in GetDefaultThreadId()
2829 auto pid_tid = response.GetPidTid(LLDB_INVALID_PROCESS_ID); in GetCurrentProcessAndThreadIDs() local
2830 if (!pid_tid) in GetCurrentProcessAndThreadIDs()
2833 ids.push_back(pid_tid.getValue()); in GetCurrentProcessAndThreadIDs()
H A DProcessGDBRemote.cpp1503 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue() local
1504 if (pid_tid && pid_tid->first == pid) { in UpdateThreadIDsFromStopReplyThreadsValue()
1505 lldb::tid_t tid = pid_tid->second; in UpdateThreadIDsFromStopReplyThreadsValue()
2200 auto pid_tid = thread_id.GetPidTid(pid); in SetThreadStopInfo() local
2201 if (pid_tid) { in SetThreadStopInfo()
2202 stop_pid = pid_tid->first; in SetThreadStopInfo()
2203 tid = pid_tid->second; in SetThreadStopInfo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2126 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID() in Handle_H() local
2128 if (!pid_tid) in Handle_H()
2132 lldb::pid_t pid = pid_tid->first; in Handle_H()
2133 lldb::tid_t tid = pid_tid->second; in Handle_H()
3755 auto pid_tid = packet.GetPidTid(default_pid); in ReadTid() local
3756 if (!pid_tid) in ReadTid()
3760 lldb::pid_t pid = pid_tid->first; in ReadTid()
3761 lldb::tid_t tid = pid_tid->second; in ReadTid()
H A DGDBRemoteCommunicationClient.cpp1130 auto pid_tid = response.GetPidTid(0); in GetDefaultThreadId() local
1131 if (!pid_tid) in GetDefaultThreadId()
1134 lldb::pid_t pid = pid_tid->first; in GetDefaultThreadId()
1144 tid = pid_tid->second; in GetDefaultThreadId()
2829 auto pid_tid = response.GetPidTid(LLDB_INVALID_PROCESS_ID); in GetCurrentProcessAndThreadIDs() local
2830 if (!pid_tid) in GetCurrentProcessAndThreadIDs()
2833 ids.push_back(pid_tid.getValue()); in GetCurrentProcessAndThreadIDs()
H A DProcessGDBRemote.cpp1503 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue() local
1504 if (pid_tid && pid_tid->first == pid) { in UpdateThreadIDsFromStopReplyThreadsValue()
1505 lldb::tid_t tid = pid_tid->second; in UpdateThreadIDsFromStopReplyThreadsValue()
2200 auto pid_tid = thread_id.GetPidTid(pid); in SetThreadStopInfo() local
2201 if (pid_tid) { in SetThreadStopInfo()
2202 stop_pid = pid_tid->first; in SetThreadStopInfo()
2203 tid = pid_tid->second; in SetThreadStopInfo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2126 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID() in Handle_H() local
2128 if (!pid_tid) in Handle_H()
2132 lldb::pid_t pid = pid_tid->first; in Handle_H()
2133 lldb::tid_t tid = pid_tid->second; in Handle_H()
3755 auto pid_tid = packet.GetPidTid(default_pid); in ReadTid() local
3756 if (!pid_tid) in ReadTid()
3760 lldb::pid_t pid = pid_tid->first; in ReadTid()
3761 lldb::tid_t tid = pid_tid->second; in ReadTid()
H A DGDBRemoteCommunicationClient.cpp1130 auto pid_tid = response.GetPidTid(0); in GetDefaultThreadId() local
1131 if (!pid_tid) in GetDefaultThreadId()
1134 lldb::pid_t pid = pid_tid->first; in GetDefaultThreadId()
1144 tid = pid_tid->second; in GetDefaultThreadId()
2829 auto pid_tid = response.GetPidTid(LLDB_INVALID_PROCESS_ID); in GetCurrentProcessAndThreadIDs() local
2830 if (!pid_tid) in GetCurrentProcessAndThreadIDs()
2833 ids.push_back(pid_tid.getValue()); in GetCurrentProcessAndThreadIDs()
H A DProcessGDBRemote.cpp1503 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue() local
1504 if (pid_tid && pid_tid->first == pid) { in UpdateThreadIDsFromStopReplyThreadsValue()
1505 lldb::tid_t tid = pid_tid->second; in UpdateThreadIDsFromStopReplyThreadsValue()
2200 auto pid_tid = thread_id.GetPidTid(pid); in SetThreadStopInfo() local
2201 if (pid_tid) { in SetThreadStopInfo()
2202 stop_pid = pid_tid->first; in SetThreadStopInfo()
2203 tid = pid_tid->second; in SetThreadStopInfo()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp2126 auto pid_tid = packet.GetPidTid(default_process ? default_process->GetID() in Handle_H() local
2128 if (!pid_tid) in Handle_H()
2132 lldb::pid_t pid = pid_tid->first; in Handle_H()
2133 lldb::tid_t tid = pid_tid->second; in Handle_H()
3755 auto pid_tid = packet.GetPidTid(default_pid); in ReadTid() local
3756 if (!pid_tid) in ReadTid()
3760 lldb::pid_t pid = pid_tid->first; in ReadTid()
3761 lldb::tid_t tid = pid_tid->second; in ReadTid()
H A DGDBRemoteCommunicationClient.cpp1130 auto pid_tid = response.GetPidTid(0); in GetDefaultThreadId() local
1131 if (!pid_tid) in GetDefaultThreadId()
1134 lldb::pid_t pid = pid_tid->first; in GetDefaultThreadId()
1144 tid = pid_tid->second; in GetDefaultThreadId()
2829 auto pid_tid = response.GetPidTid(LLDB_INVALID_PROCESS_ID); in GetCurrentProcessAndThreadIDs() local
2830 if (!pid_tid) in GetCurrentProcessAndThreadIDs()
2833 ids.push_back(pid_tid.getValue()); in GetCurrentProcessAndThreadIDs()
H A DProcessGDBRemote.cpp1503 auto pid_tid = thread_ids.GetPidTid(pid); in UpdateThreadIDsFromStopReplyThreadsValue() local
1504 if (pid_tid && pid_tid->first == pid) { in UpdateThreadIDsFromStopReplyThreadsValue()
1505 lldb::tid_t tid = pid_tid->second; in UpdateThreadIDsFromStopReplyThreadsValue()
2200 auto pid_tid = thread_id.GetPidTid(pid); in SetThreadStopInfo() local
2201 if (pid_tid) { in SetThreadStopInfo()
2202 stop_pid = pid_tid->first; in SetThreadStopInfo()
2203 tid = pid_tid->second; in SetThreadStopInfo()