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

/freebsd-10.2-release/lib/libkse/thread/
H A Dthr_rwlock.c53 static int init_static(pthread_rwlock_t *rwlock);
57 init_static(pthread_rwlock_t *rwlock) function
155 if ((ret = init_static(rwlock)) != 0)
247 if ((ret = init_static(rwlock)) != 0)
292 if ((ret = init_static(rwlock)) != 0)
370 if ((ret = init_static(rwlock)) != 0)
H A Dthr_mutex.c322 init_static(struct pthread *thread, pthread_mutex_t *mutex) function
498 ((ret = init_static(curthread, mutex)) == 0))
877 else if ((*m != NULL) || ((ret = init_static(curthread, m)) == 0))
927 else if ((*m != NULL) || ((ret = init_static(curthread, m)) == 0))
/freebsd-10.2-release/lib/libthr/thread/
H A Dthr_rwlock.c52 ret = init_static(_get_curthread(), rwlock); \
98 init_static(struct pthread *thread, pthread_rwlock_t *rwlock) function
H A Dthr_cond.c92 init_static(struct pthread *thread, pthread_cond_t *cond) function
112 ret = init_static(_get_curthread(), cond); \
H A Dthr_mutex.c181 init_static(struct pthread *thread, pthread_mutex_t *mutex) function
308 ret = init_static(_get_curthread(), mutex); \

Completed in 107 milliseconds