Home | History | Annotate | Download | only in unit

Lines Matching refs:thr

21   ThreadState thr(0, 0, 0, 0, 0, 0, 0, 0, 0);
23 thr.shadow_stack = &stack[0];
24 thr.shadow_stack_pos = &stack[0];
25 thr.shadow_stack_end = &stack[128];
27 trace->ObtainCurrent(&thr, 0);
30 trace->ObtainCurrent(&thr, 42);
34 *thr.shadow_stack_pos++ = 100;
35 *thr.shadow_stack_pos++ = 101;
36 trace->ObtainCurrent(&thr, 0);
41 trace->ObtainCurrent(&thr, 42);
65 ThreadState thr(0, 0, 0, 0, 0, 0, 0, 0, 0);
67 thr.shadow_stack = &stack[0];
68 thr.shadow_stack_pos = &stack[0];
69 thr.shadow_stack_end = &stack[128];
71 *thr.shadow_stack_pos++ = 100;
72 *thr.shadow_stack_pos++ = 101;
73 *thr.shadow_stack_pos++ = 102;
74 trace.ObtainCurrent(&thr, 0);
79 trace.ObtainCurrent(&thr, 42);