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

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h112 pthread_mutex_t _bundleLoadingLock; member in struct:__CFBundle
H A DCFBundle.c1059 pthread_mutex_destroy(&(bundle->_bundleLoadingLock));
1205 int32_t mret = pthread_mutex_init(&(bundle->_bundleLoadingLock), &mattr);
2953 pthread_mutex_lock(&(bundle->_bundleLoadingLock));
2971 pthread_mutex_unlock(&(bundle->_bundleLoadingLock));
2985 pthread_mutex_unlock(&(bundle->_bundleLoadingLock));
2987 pthread_mutex_lock(&(bundle->_bundleLoadingLock));
2991 pthread_mutex_unlock(&(bundle->_bundleLoadingLock));
3002 pthread_mutex_unlock(&(bundle->_bundleLoadingLock));
3080 pthread_mutex_lock(&(bundle->_bundleLoadingLock));
3098 pthread_mutex_unlock(&(bundle->_bundleLoadingLock));
[all...]

Completed in 75 milliseconds