Searched refs:_DIR_lock (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/unistd/
H A Dopendir.c42 pthread_mutex_t _DIR_lock; member in struct:DIR
68 pthread_mutex_init( &dir->_DIR_lock, NULL );
85 pthread_mutex_init( &dir->_DIR_lock, NULL );
144 pthread_mutex_lock( &dir->_DIR_lock );
146 pthread_mutex_unlock( &dir->_DIR_lock );
161 pthread_mutex_lock( &dir->_DIR_lock );
177 pthread_mutex_unlock( &dir->_DIR_lock );
191 pthread_mutex_destroy( &dir->_DIR_lock );
200 pthread_mutex_lock( &dir->_DIR_lock );
203 pthread_mutex_unlock( &dir->_DIR_lock );
[all...]

Completed in 5 milliseconds