Lines Matching refs:current_thread
20088 My understanding is that the current_thread field should be a good candidate
20095 current_thread and if the buffer address matches the address argument.
60193 assert threading.current_thread() is _dap_thread
73737 for a specific process while current_thread is nullptr.
73740 parameter seems more correct than setting current_thread in one particular
88951 using current_thread in order to get the process' pid. Get the pid from
88964 It then calls is_64bit_tdesc, which uses the current_thread as the
88968 find_one_thread switch to a process but to no thread (current_thread ==
88974 we know the lwpid to work on). Otherwise, pass "current_thread", to
132776 else if (current_thread->last_resume_kind == resume_stop
132792 else if (current_thread->last_resume_kind == resume_stop
152707 gdbserver/linux-low: replace direct assignment to current_thread
152713 gdbserver: replace direct assignments to current_thread
152714 Replace the direct assignments to current_thread with
152727 that aims to remove direct assignments to 'current_thread'.