Searched refs:stack2 (Results 1 - 3 of 3) sorted by relevance
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/ |
H A D | sdt.c | 56 uintptr_t stack0, stack1, stack2, stack3, stack4; local 80 stack2 = stack[i++]; 87 stack2, stack3, stack4);
|
H A D | fbt.c | 84 uintptr_t stack0, stack1, stack2, stack3, stack4; local 111 stack2 = stack[i++]; 118 stack2, stack3, stack4);
|
/vbox/src/recompiler/tests/ |
H A D | linux-test.c | 427 uint8_t *stack1, *stack2; local 434 stack2 = malloc(STACK_SIZE); 435 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE,
|
Completed in 2111 milliseconds