HomeSort by relevance Sort by last modified time
    Searched full:pthread_lib_enter (Results 1 - 2 of 2) sorted by null

  /external/valgrind/tsan/
ts_valgrind_intercepts.c 609 // A pthread_*() function must call pthread_lib_enter() if its implementation
611 // called pthread_lib_enter() should perform client requests to ThreadSanitizer
612 // iff the return value of pthread_lib_enter() is equal to 1.
613 static int pthread_lib_enter(void) { function
627 // pthread_lib_enter().
924 is_outermost = pthread_lib_enter();
    [all...]
thread_sanitizer.cc     [all...]

Completed in 311 milliseconds