Searched defs:start_mutex (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/bionic/
H A Dpthread.c199 pthread_mutex_t * start_mutex = (pthread_mutex_t *)&tls[TLS_SLOT_SELF]; local
200 pthread_mutex_lock(start_mutex);
201 pthread_mutex_destroy(start_mutex);
295 pthread_mutex_t * start_mutex; local
337 start_mutex = (pthread_mutex_t *) &tls[TLS_SLOT_SELF];
338 pthread_mutex_init(start_mutex, NULL);
339 pthread_mutex_lock(start_mutex);
369 pthread_mutex_unlock(start_mutex);

Completed in 29 milliseconds