Lines Matching full:the
10 * of this software and associated documentation files (the "Software"), to deal
11 * in the Software without restriction, including without limitation the rights
13 * copies of the Software, and to permit persons to whom the Software is
14 * furnished to do so, subject to the following conditions:
16 * The above copyright notice and this permission notice shall be included in
17 * all copies or substantial portions of the Software.
19 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
25 * THE SOFTWARE.
63 * @sz: pointer to a size_t holding the requested usable stack size
66 * coroutines. If the memory cannot be allocated, this function
69 * Note that the memory required for the guard page and alignment
70 * and minimal stack size restrictions will increase the value of sz.
72 * The allocated stack must be freed with qemu_free_stack().
74 * Returns: pointer to (the lowest address of) the stack memory.
84 * be exactly the adjusted stack size returned by qemu_alloc_stack.
88 /* POSIX and Mingw32 differ in the name of the stdio lock functions. */