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

  /bionic/linker/
linker.c 165 static pthread_mutex_t _r_debug_lock = PTHREAD_MUTEX_INITIALIZER; variable
213 pthread_mutex_lock(&_r_debug_lock);
223 pthread_mutex_unlock(&_r_debug_lock);
233 pthread_mutex_lock(&_r_debug_lock);
243 pthread_mutex_unlock(&_r_debug_lock);
    [all...]

Completed in 4847 milliseconds