Lines Matching defs:thref
700 unsigned char thref[BUF_THREAD_ID_SIZE];
719 int_to_threadref(thref, -cpu - 2);
720 ptr = pack_threadid(ptr, thref);
728 int_to_threadref(thref, p->pid);
729 ptr = pack_threadid(ptr, thref);
745 int_to_threadref(thref, ks->threadid);
746 pack_threadid(remcom_out_buffer + 2, thref);
967 unsigned char thref[BUF_THREAD_ID_SIZE];
975 int_to_threadref(thref, shadow_pid(current->pid));
976 ptr = pack_threadid(ptr, thref);