Lines Matching defs:thread
309 /* XXX: This is not thread safe. Do we care? */
1599 uint32_t thread;
1774 thread = strtoull(p, (char **)&p, 16);
1775 if (thread == -1 || thread == 0) {
1779 env = find_cpu(thread);
1799 thread = strtoull(p, (char **)&p, 16);
1800 env = find_cpu(thread);
1834 /* "Current thread" remains vague in the spec, so always return
1835 * the first CPU (gdb returns the first thread). */
1851 thread = strtoull(p+16, (char **)&p, 16);
1852 env = find_cpu(thread);