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

  /bionic/libc/bionic/
pthread_create.cpp 194 pthread_mutex_lock(&thread->startup_handshake_mutex);
195 pthread_mutex_destroy(&thread->startup_handshake_mutex);
240 pthread_mutex_init(&thread->startup_handshake_mutex, NULL);
241 pthread_mutex_lock(&thread->startup_handshake_mutex);
264 pthread_mutex_unlock(&thread->startup_handshake_mutex);
279 pthread_mutex_unlock(&thread->startup_handshake_mutex);
285 pthread_mutex_unlock(&thread->startup_handshake_mutex);
pthread_internal.h 92 pthread_mutex_t startup_handshake_mutex; member in struct:pthread_internal_t

Completed in 180 milliseconds