Lines Matching refs:it
10 it relinquishes the physical thread until it gets another turn. This
16 registers for the previous logical thread that it was executing, and
17 load its registers for the next logical thread that it runs.
22 compared to main memory. When the processor runs out of cache memory, it
24 Typically, it chooses the least recently used items in the cache. (The
26 not a cache primer.) When a logical thread gets its time slice, as it
28 into cache, taking hundreds of cycles. If it is referenced frequently
29 enough to not be evicted, each subsequent reference will find it in
34 data. When thread A gets its next time slice, it will need to reload
41 lock on a resource, and its time slice runs out before it releases the
43 it is now going to hold it for at least as long as it takes for its next