Searched refs:current_thread (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/usr.bin/mail/ |
H A D | thread.c | 72 static struct thread_s current_thread = THREAD_INIT; /* the current thread */ variable 110 (void)printf("current_thread.t_head=%p\n", current_thread.t_head); in show_thread() 121 (void)printf("current_thread.t_head=%p\n", current_thread.t_head); in thread_showcmd() 164 mp->m_plink->m_clink != current_thread.t_head; in has_parent() 234 if (msgnum < 1 || msgnum > current_thread.t_msgCount) in get_message() 236 mp = current_thread.t_msgtbl[msgnum - 1]; in get_message() 250 return current_thread.t_msgCount; in get_msgCount() 330 return current_thread.t_head ? current_thread.t_head->m_depth : 0; in thread_depth() 455 FIX_LINK(current_thread.t_head); in thread_fix_old_links() 462 for (i = 0; i < current_thread.t_msgCount; i++) in thread_fix_old_links() [all …]
|
/netbsd-src/lib/librumpuser/ |
H A D | rumpfiber.c | 106 static struct thread *current_thread = NULL; variable 124 return current_thread; in get_current() 248 current_thread = next; in switch_threads() 410 current_thread = thread; in init_sched() 424 current_thread->cookie = cookie; in init_mainthread() 425 return current_thread; in init_mainthread()
|
/netbsd-src/sys/ddb/ |
H A D | db_break.c | 282 (((thread = current_thread()) != NULL) && in db_map_current() 303 ((thread = current_thread()) != NULL)) in db_map_addr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
H A D | gtest-port.cc | 539 DWORD current_thread = ::GetCurrentThreadId(); in GetValueOnCurrentThread() local 544 thread_to_thread_locals->find(current_thread); in GetValueOnCurrentThread() 547 std::make_pair(current_thread, ThreadLocalValues())).first; in GetValueOnCurrentThread() 548 StartWatcherThreadFor(current_thread); in GetValueOnCurrentThread()
|
/netbsd-src/external/gpl3/gdb/dist/gdbserver/ |
H A D | ChangeLog-2002-2021 | 385 * inferiors.cc (remove_thread): Clear current_thread before 8595 make_cleanup_restore_current_thread. Switch current_thread to 8758 (finish_step_over): Switch current_thread to lwp temporarily, 9977 * mem-break.c (check_gdb_bp_preconditions): Remove current_thread 10052 * server.c (handle_query): If current_thread is NULL, look for 10470 (remove_thread): Reset current_thread. 11193 if current_thread is 32 bit. 12229 * tracepoint.c (cmd_qtinit): Add check for current_thread. 12584 (current_thread): New variable. All uses updated.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2017 | 15697 current_thread. 15698 (windows_fetch_inferior_registers): Don't set current_thread, 15702 parameter and use it instead of current_thread. 15703 (windows_store_inferior_registers): Don't set current_thread,
|
H A D | ChangeLog-2003 | 80 appropriate. Avoid doing anything if current_thread is NULL thanks to 83 current_thread is NULL.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2017 | 15697 current_thread. 15698 (windows_fetch_inferior_registers): Don't set current_thread, 15702 parameter and use it instead of current_thread. 15703 (windows_store_inferior_registers): Don't set current_thread,
|
H A D | ChangeLog-2003 | 80 appropriate. Avoid doing anything if current_thread is NULL thanks to 83 current_thread is NULL.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 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 [all …]
|