OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tsan_vptr_update
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_interface.h
52
void
__tsan_vptr_update
(void **vptr_p, void *new_val)
tsan_interface_inl.h
53
void
__tsan_vptr_update
(void **vptr_p, void *new_val) {
function
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_test_util_linux.cc
272
__tsan_vptr_update
((void**)ev->ptr, (void*)ev->arg);
Completed in 340 milliseconds