/prebuilts/go/darwin-x86/src/runtime/ |
race1.go | 12 // Race runtime functions called via runtime·racecall. 98 // racecall allows calling an arbitrary function f from C race runtime 100 func racecall(*byte, uintptr, uintptr, uintptr, uintptr) func 117 racecall(&__tsan_init, uintptr(unsafe.Pointer(&racectx)), funcPC(racesymbolizethunk), 0, 0) 147 racecall(&__tsan_map_shadow, start, size, 0, 0) 156 racecall(&__tsan_fini, 0, 0, 0, 0) 167 racecall(&__tsan_map_shadow, uintptr(addr), size, 0, 0) 172 racecall(&__tsan_malloc, uintptr(p), sz, 0, 0) 186 racecall(&__tsan_go_start, spawng.racectx, uintptr(unsafe.Pointer(&racectx)), pc, 0) 192 racecall(&__tsan_go_end, getg().racectx, 0, 0, 0 [all...] |
race_amd64.s | 141 // Otherwise, setup goroutine context and invoke racecall. Other arguments already set. 158 JMP racecall<>(SB) 172 // racecall<> preserves R15 173 CALL racecall<>(SB) 185 JMP racecall<>(SB) 320 JMP racecall<>(SB) // does not return 329 CALL racecall<>(SB) 336 CALL racecall<>(SB) 340 JMP racecall<>(SB) 342 // void runtime·racecall(void(*f)(...), ... [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
race1.go | 12 // Race runtime functions called via runtime·racecall. 98 // racecall allows calling an arbitrary function f from C race runtime 100 func racecall(*byte, uintptr, uintptr, uintptr, uintptr) func 117 racecall(&__tsan_init, uintptr(unsafe.Pointer(&racectx)), funcPC(racesymbolizethunk), 0, 0) 147 racecall(&__tsan_map_shadow, start, size, 0, 0) 156 racecall(&__tsan_fini, 0, 0, 0, 0) 167 racecall(&__tsan_map_shadow, uintptr(addr), size, 0, 0) 172 racecall(&__tsan_malloc, uintptr(p), sz, 0, 0) 186 racecall(&__tsan_go_start, spawng.racectx, uintptr(unsafe.Pointer(&racectx)), pc, 0) 192 racecall(&__tsan_go_end, getg().racectx, 0, 0, 0 [all...] |
race_amd64.s | 141 // Otherwise, setup goroutine context and invoke racecall. Other arguments already set. 158 JMP racecall<>(SB) 172 // racecall<> preserves R15 173 CALL racecall<>(SB) 185 JMP racecall<>(SB) 320 JMP racecall<>(SB) // does not return 329 CALL racecall<>(SB) 336 CALL racecall<>(SB) 340 JMP racecall<>(SB) 342 // void runtime·racecall(void(*f)(...), ... [all...] |
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 171 {"racecall<>(SB)", "racecall<>(SB)"},
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
operand_test.go | 171 {"racecall<>(SB)", "racecall<>(SB)"},
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
operand_test.go | 174 {"racecall<>(SB)", "racecall<>(SB)"},
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
operand_test.go | 174 {"racecall<>(SB)", "racecall<>(SB)"},
|