OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tsan_release
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_ann.h
27
SANITIZER_INTERFACE_ATTRIBUTE void
__tsan_release
(void *addr);
tsan_interface.cc
119
void
__tsan_release
(void *addr) {
function
/external/compiler-rt/lib/tsan/go/
test.c
27
void
__tsan_release
(void *thr, void *addr);
45
__tsan_release
(thr0, buf);
tsan_go.cc
165
void
__tsan_release
(ThreadState *thr, void *addr) {
function
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_mutex.cc
190
__tsan_release
(&singleton);
211
__tsan_release
(&flag);
Completed in 35 milliseconds