Searched refs:_expanding_stack (Results 1 - 6 of 6) sorted by relevance

/openjdk10/hotspot/src/os/linux/vm/
H A DosThread_linux.hpp98 int _expanding_stack; /* non zero if manually expanding stack */ variable
106 void set_expanding_stack(void) { _expanding_stack = 1; }
107 void clear_expanding_stack(void) { _expanding_stack = 0; }
108 int expanding_stack(void) { return _expanding_stack; }
H A DosThread_linux.cpp37 _expanding_stack = 0;
/openjdk10/hotspot/src/os/bsd/vm/
H A DosThread_bsd.hpp115 int _expanding_stack; /* non zero if manually expanding stack */ variable
123 void set_expanding_stack(void) { _expanding_stack = 1; }
124 void clear_expanding_stack(void) { _expanding_stack = 0; }
125 int expanding_stack(void) { return _expanding_stack; }
H A DosThread_bsd.cpp41 _expanding_stack = 0;
/openjdk10/hotspot/src/os/aix/vm/
H A DosThread_aix.hpp111 int _expanding_stack; // non zero if manually expanding stack variable
119 void set_expanding_stack(void) { _expanding_stack = 1; }
120 void clear_expanding_stack(void) { _expanding_stack = 0; }
121 int expanding_stack(void) { return _expanding_stack; }
H A DosThread_aix.cpp41 _expanding_stack = 0;

Completed in 42 milliseconds