Lines Matching refs:thread_num
2795 ULONGEST thread_num = -1; in remote_wait() local
2869 p_temp = unpack_varlen_hex (++p1, &thread_num); in remote_wait()
2870 record_currthread (thread_num); in remote_wait()
2921 thread_num = strtol ((const char *) &buf[4], NULL, 16); in remote_wait()
2922 record_currthread (thread_num); in remote_wait()
2965 if (thread_num != -1) in remote_wait()
2967 return pid_to_ptid (thread_num); in remote_wait()
2978 ULONGEST thread_num = -1; in remote_async_wait() local
3057 p_temp = unpack_varlen_hex (++p1, &thread_num); in remote_async_wait()
3058 record_currthread (thread_num); in remote_async_wait()
3110 thread_num = strtol ((const char *) &buf[4], NULL, 16); in remote_async_wait()
3111 record_currthread (thread_num); in remote_async_wait()
3157 if (thread_num != -1) in remote_async_wait()
3159 return pid_to_ptid (thread_num); in remote_async_wait()