OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TSAN
(Results
1 - 12
of
12
) sorted by null
/prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
tsan4.go
7
// Check that calls to C.malloc/C.free do not trigger
TSAN
false
tsan8.go
7
// This program failed when run under the C/C++ ThreadSanitizer. The
TSAN
tsan9.go
8
//
TSAN
library was not keeping track of whether signals should be
/prebuilts/go/linux-x86/misc/cgo/testsanitizers/
tsan4.go
7
// Check that calls to C.malloc/C.free do not trigger
TSAN
false
tsan8.go
7
// This program failed when run under the C/C++ ThreadSanitizer. The
TSAN
tsan9.go
8
//
TSAN
library was not keeping track of whether signals should be
/build/make/core/
config_sanitizers.mk
88
#
TSAN
is not supported on 32-bit architectures. For non-multilib cases, make
95
$(error $(LOCAL_PATH): $(LOCAL_MODULE):
TSAN
cannot be used for 32-bit modules.)
230
# Diagnostic requires a runtime library, unless ASan or
TSan
are also enabled.
/build/soong/cc/
sanitize.go
52
tsan
59
case
tsan
:
60
return "
tsan
"
200
//
TSAN
and SafeStack are not supported on 32-bit architectures
401
case
tsan
:
415
case
tsan
:
51
tsan
const
/prebuilts/go/darwin-x86/src/cmd/cgo/
out.go
[
all
...]
/prebuilts/go/linux-x86/src/cmd/cgo/
out.go
[
all
...]
/prebuilts/go/darwin-x86/src/runtime/
signal_unix.go
226
//
TSAN
-intercepted function such as malloc.
/prebuilts/go/linux-x86/src/runtime/
signal_unix.go
226
//
TSAN
-intercepted function such as malloc.
Completed in 284 milliseconds