Lines Matching refs:runtime
14 TEXT runtime·settls(SB),NOSPLIT,$8
21 // Called using runtime·asmcgocall from os_solaris.c:/minit.
23 TEXT runtime·miniterrno(SB),NOSPLIT,$0
32 // int64 runtime·nanotime1(void);
35 // runtime·nanotime stack.
37 // Called using runtime·sysvicall6 from os_solaris.c:/nanotime.
39 TEXT runtime·nanotime1(SB),NOSPLIT,$0
54 TEXT runtime·pipe1(SB),NOSPLIT,$0
72 // Called by runtime·asmcgocall or runtime·cgocall.
74 TEXT runtime·asmsysvicall6(SB),NOSPLIT,$0
122 TEXT runtime·tstart_sysvicall(SB),NOSPLIT,$0
143 CALL runtime·stackcheck(SB) // clobbers AX,CX
144 CALL runtime·mstart(SB)
152 TEXT runtime·sigtramp(SB),NOSPLIT,$0
173 MOVQ $runtime·badsignal(SB), AX
182 // might get interrupted by a signal in runtime·asmcgocall.
228 CALL runtime·sighandler(SB)
282 // Called from runtime·usleep (Go). Can be called on Go stack, on OS stack,
284 TEXT runtime·usleep1(SB),NOSPLIT,$0
286 MOVQ $runtime·usleep2(SB), AX // to hide from 6l
323 TEXT runtime·usleep2(SB),NOSPLIT,$0
328 // Runs on OS stack, called from runtime·osyield.
329 TEXT runtime·osyield1(SB),NOSPLIT,$0
336 CALL runtime·nanotime(SB)