Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 17 of 17) sorted by relevance

/ext-fiber/src/
H A Dfiber_stack.c60 void *pointer; in zend_fiber_stack_allocate() local
71 if (!pointer) { in zend_fiber_stack_allocate()
79 VirtualFree(pointer, 0, MEM_RELEASE); in zend_fiber_stack_allocate()
86 if (pointer == MAP_FAILED) { in zend_fiber_stack_allocate()
92 munmap(pointer, msize); in zend_fiber_stack_allocate()
98 stack->pointer = (void *) ((uintptr_t) pointer + ZEND_FIBER_GUARD_PAGES * page_size); in zend_fiber_stack_allocate()
101 uintptr_t base = (uintptr_t) stack->pointer; in zend_fiber_stack_allocate()
110 if (!stack->pointer) { in zend_fiber_stack_free()
120 void *pointer = (void *) ((uintptr_t) stack->pointer - ZEND_FIBER_GUARD_PAGES * page_size); in zend_fiber_stack_free() local
123 VirtualFree(pointer, 0, MEM_RELEASE); in zend_fiber_stack_free()
[all …]
H A Dfiber_asm.c57 void *stack = (void *) ((uintptr_t) context->stack.pointer + context->stack.size); in zend_fiber_init_context()
79 ZEND_ASSERT(to && to->self && to->stack.pointer && "Invalid fiber context"); in zend_fiber_switch_context()
88 ZEND_ASSERT(current && current->caller && current->stack.pointer && "Invalid fiber context"); in zend_fiber_suspend_context()
/ext-fiber/boost/asm/
H A Dmake_mips64_n64_elf_gas.S69 # save global pointer in context-data
79 jr $ra # return pointer to context-data
H A Dmake_mips32_o32_elf_gas.S68 # save global pointer in context-data
81 jr $ra # return pointer to context-data
H A Dmake_arm64_aapcs_macho_gas.S75 ret lr ; return pointer to context-data (x0)
H A Djump_ppc32_sysv_elf_gas.S78 # Don't change R2, the thread-local storage pointer.
H A Dmake_arm_aapcs_macho_gas.S65 bx lr @ return pointer to context-data
H A Dmake_arm_aapcs_elf_gas.S71 bx lr @ return pointer to context-data
H A Dmake_ppc32_sysv_elf_gas.S88 # set hidden pointer for returning transfer_t
110 blr # return pointer to context-data
H A Dmake_ppc32_sysv_xcoff_gas.S124 blr # return pointer to context-data
H A Dmake_ppc64_sysv_xcoff_gas.S54 blr # return pointer to context-data
H A Dmake_ppc32_sysv_macho_gas.S124 blr # return pointer to context-data
H A Dmake_arm_aapcs_pe_armasm.asm68 bx lr ; return pointer to context-data
H A Dmake_ppc64_sysv_elf_gas.S151 blr # return pointer to context-data
H A Djump_ppc64_sysv_elf_gas.S188 # arg pointer already in %r4
H A Dmake_i386_ms_pe_masm.asm121 ret ; return pointer to context-data
/ext-fiber/
H A Dfiber.h47 void *pointer; member

Completed in 19 milliseconds