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 136 pthread_mutex_lock(&thread->startup_handshake_mutex);
137 pthread_mutex_destroy(&thread->startup_handshake_mutex);
205 pthread_mutex_init(&thread->startup_handshake_mutex, NULL);
206 pthread_mutex_lock(&thread->startup_handshake_mutex);
229 pthread_mutex_unlock(&thread->startup_handshake_mutex);
244 pthread_mutex_unlock(&thread->startup_handshake_mutex);
250 pthread_mutex_unlock(&thread->startup_handshake_mutex);
pthread_internal.h 87 pthread_mutex_t startup_handshake_mutex; member in struct:pthread_internal_t

Completed in 1442 milliseconds