Home
last modified time | relevance | path

Searched refs:jump_fcontext (Results 1 – 20 of 20) sorted by relevance

/ext-fiber/boost/asm/
H A Djump_ppc32_sysv_elf_gas.S55 .globl jump_fcontext
57 .type jump_fcontext,@function
58 jump_fcontext: label
59 # Linux: jump_fcontext( hidden transfer_t * R3, R4, R5)
60 # Other: transfer_t R3:R4 = jump_fcontext( R3, R4)
198 .size jump_fcontext, .-jump_fcontext
H A Djump_ppc64_sysv_elf_gas.S70 .globl jump_fcontext
74 jump_fcontext: label
77 .localentry jump_fcontext, . - jump_fcontext
81 jump_fcontext: label
87 .L.jump_fcontext:
89 .hidden .jump_fcontext
90 .globl .jump_fcontext
96 .jump_fcontext: label
192 .size jump_fcontext, .-jump_fcontext
213 .size .jump_fcontext, .-.L.jump_fcontext
[all …]
H A Djump_i386_sysv_elf_gas.S29 .globl jump_fcontext
31 .type jump_fcontext,@function
32 jump_fcontext: label
80 .size jump_fcontext,.-jump_fcontext
H A Djump_x86_64_sysv_elf_gas.S29 .globl jump_fcontext
30 .type jump_fcontext,@function
32 jump_fcontext: label
88 .size jump_fcontext,.-jump_fcontext
H A Djump_arm_aapcs_elf_gas.S43 .globl jump_fcontext
45 .type jump_fcontext,%function
47 jump_fcontext: label
85 .size jump_fcontext,.-jump_fcontext
H A Djump_s390x_sysv_elf_gas.S48 .global jump_fcontext
49 .type jump_fcontext, @function
79 jump_fcontext: label
155 .size jump_fcontext,.-jump_fcontext
H A Djump_arm64_aapcs_elf_gas.S57 .global jump_fcontext
58 .type jump_fcontext, %function
59 jump_fcontext: label
112 .size jump_fcontext,.-jump_fcontext
H A Djump_mips32_o32_elf_gas.S43 .globl jump_fcontext
45 .type jump_fcontext,@function
46 .ent jump_fcontext
47 jump_fcontext: label
115 .end jump_fcontext
116 .size jump_fcontext, .-jump_fcontext
H A Djump_mips64_n64_elf_gas.S50 .globl jump_fcontext
52 .type jump_fcontext,@function
53 .ent jump_fcontext
54 jump_fcontext: label
120 .end jump_fcontext
121 .size jump_fcontext, .-jump_fcontext
H A Djump_arm_aapcs_pe_armasm.asm29 EXPORT jump_fcontext
31 jump_fcontext PROC label
H A Djump_riscv64_sysv_elf_gas.S63 .global jump_fcontext
64 .type jump_fcontext, %function
65 jump_fcontext: label
148 .size jump_fcontext,.-jump_fcontext
H A Djump_x86_64_ms_pe_clang_gas.S92 .globl jump_fcontext
93 .def jump_fcontext; .scl 2; .type 32; .endef
94 .seh_proc jump_fcontext
95 jump_fcontext: label
H A Djump_x86_64_ms_pe_gas.asm92 .globl jump_fcontext
93 .def jump_fcontext; .scl 2; .type 32; .endef
94 .seh_proc jump_fcontext
95 jump_fcontext: label
H A Djump_ppc32_sysv_xcoff_gas.S75 .globl .jump_fcontext
76 .globl jump_fcontext[DS]
78 .csect jump_fcontext[DS]
79 jump_fcontext: label
80 .long .jump_fcontext
81 .jump_fcontext: label
H A Djump_ppc64_sysv_xcoff_gas.S10 .globl .jump_fcontext
11 .jump_fcontext: label
H A Djump_i386_ms_pe_masm.asm27 jump_fcontext PROC BOOST_CONTEXT_EXPORT label
66 ; firstarg of jump_fcontext() == fcontext to jump to
115 jump_fcontext ENDP
H A Djump_x86_64_ms_pe_masm.asm87 jump_fcontext PROC BOOST_CONTEXT_EXPORT FRAME label
204 jump_fcontext ENDP
H A Dmake_ppc32_sysv_elf_gas.S114 # On systems other than Linux, jump_fcontext is returning the
H A Dmake_i386_ms_pe_masm.asm76 ; will be entered after calling jump_fcontext() first time
/ext-fiber/src/
H A Dfiber_asm.c28 extern transfer_t jump_fcontext(fcontext_t to, void *vp);
81 transfer_t transfer = jump_fcontext(to->self, to); in zend_fiber_switch_context()
90 transfer_t transfer = jump_fcontext(current->caller, NULL); in zend_fiber_suspend_context()

Completed in 32 milliseconds