Home | History | Annotate | Download | only in unittest

Lines Matching refs:STACK

4179 // Simlpe races with different objects (stack, heap globals; scalars, structs).
4207 int *STACK = 0;
4214 *STACK = 1;
4222 STACK = &stack_var;
4857 // test105: Checks how stack grows. {{{1
4994 // test111: TN. Unit test for a bug related to stack handling. {{{1
5660 // test131 does the same for stack.
5694 // Same as PerThreadTest, but for stack.
5696 void RealWorker() { // Touch stack.
5701 void Worker() { // Spawn few threads that touch stack.
5825 // test137 TP. Races on stack variables. {{{1
5831 int stack;
5834 int *racey = &stack;
5843 printf("test137: TP. Races on stack variables.\n");
6425 // test157: TN. Test for stack traces (using ANNOTATE_NO_OP). {{{1
6485 // We may have had races on the main stack before -- forget about them.