Home
last modified time | relevance | path

Searched refs:currthread (Results 1 – 6 of 6) sorted by relevance

/dports/devel/libhoard/Hoard/src/Heap-Layers/locks/
H A Drecursivelock.h51 auto currthread = CPUInfo::getThreadId(); in lock() local
52 if (_tid == currthread) { in lock()
56 _tid = currthread; in lock()
62 auto currthread = (int) CPUInfo::getThreadId(); in unlock() local
63 if (_tid == currthread) { in unlock()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dremote.c186 static void record_currthread (ptid_t currthread);
1465 if (in_thread_list (currthread) && is_exited (currthread)) in remote_notice_new_inferior()
1469 remote_add_thread (currthread, running); in remote_notice_new_inferior()
1473 if (!in_thread_list (currthread)) in remote_notice_new_inferior()
1476 int pid = ptid_get_pid (currthread); in remote_notice_new_inferior()
1490 remote_add_thread (currthread, running); in remote_notice_new_inferior()
1491 inferior_ptid = currthread; in remote_notice_new_inferior()
1515 remote_add_thread (currthread, running); in remote_notice_new_inferior()
1521 notice_new_inferior (currthread, running, 0); in remote_notice_new_inferior()
1551 record_currthread (ptid_t currthread) in record_currthread() argument
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dremote.c185 static void record_currthread (ptid_t currthread);
1522 if (in_thread_list (currthread) && is_exited (currthread)) in remote_notice_new_inferior()
1526 remote_add_thread (currthread, running); in remote_notice_new_inferior()
1530 if (!in_thread_list (currthread)) in remote_notice_new_inferior()
1533 int pid = ptid_get_pid (currthread); in remote_notice_new_inferior()
1548 inferior_ptid = currthread; in remote_notice_new_inferior()
1574 ptid_get_pid (currthread), -1); in remote_notice_new_inferior()
1578 remote_add_thread (currthread, running); in remote_notice_new_inferior()
1584 notice_new_inferior (currthread, running, 0); in remote_notice_new_inferior()
1614 record_currthread (ptid_t currthread) in record_currthread() argument
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote.c178 static void record_currthread (int currthread);
987 record_currthread (int currthread) in record_currthread() argument
989 general_thread = currthread; in record_currthread()
993 if (!in_thread_list (pid_to_ptid (currthread))) in record_currthread()
995 add_thread (pid_to_ptid (currthread)); in record_currthread()
997 ui_out_text (uiout, target_pid_to_str (pid_to_ptid (currthread))); in record_currthread()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dremote.c178 static void record_currthread (int currthread);
987 record_currthread (int currthread)
989 general_thread = currthread;
993 if (!in_thread_list (pid_to_ptid (currthread)))
995 add_thread (pid_to_ptid (currthread));
997 ui_out_text (uiout, target_pid_to_str (pid_to_ptid (currthread)));
/dports/devel/gdb/gdb-11.1/gdb/
H A Dremote.c2572 thread_info *tp = find_thread_ptid (this, currthread);
2577 remote_add_thread (currthread, running, executing);
2581 if (!in_thread_list (this, currthread))
2584 int pid = currthread.pid ();
2595 thread_change_ptid (this, inferior_ptid, currthread);
2599 = remote_add_thread (currthread, running, executing);
2612 thread_change_ptid (this, inferior_ptid, currthread);
2620 if (find_inferior_pid (this, currthread.pid ()) == NULL)
2626 currthread.pid (), -1, 1);
2631 = remote_add_thread (currthread, running, executing);
[all …]