Searched refs:thref (Results 1 – 1 of 1) sorted by relevance
699 unsigned char thref[BUF_THREAD_ID_SIZE]; in gdb_cmd_query() local718 int_to_threadref(thref, -cpu - 2); in gdb_cmd_query()719 ptr = pack_threadid(ptr, thref); in gdb_cmd_query()727 int_to_threadref(thref, p->pid); in gdb_cmd_query()728 ptr = pack_threadid(ptr, thref); in gdb_cmd_query()744 int_to_threadref(thref, ks->threadid); in gdb_cmd_query()745 pack_threadid(remcom_out_buffer + 2, thref); in gdb_cmd_query()966 unsigned char thref[BUF_THREAD_ID_SIZE]; in gdb_serial_stub() local974 int_to_threadref(thref, shadow_pid(current->pid)); in gdb_serial_stub()975 ptr = pack_threadid(ptr, thref); in gdb_serial_stub()