Home
last modified time | relevance | path

Searched refs:init_static (Results 1 – 3 of 3) sorted by relevance

/src/lib/libthr/thread/
H A Dthr_rwlock.c59 static int init_static(struct pthread *thread, pthread_rwlock_t *rwlock);
84 ret = init_static(_get_curthread(), rwlock); in init_rwlock()
143 init_static(struct pthread *thread, pthread_rwlock_t *rwlock) in init_static() function
H A Dthr_cond.c120 init_static(struct pthread *thread, pthread_cond_t *cond) in init_static() function
144 ret = init_static(_get_curthread(), cond); \
H A Dthr_mutex.c300 init_static(struct pthread *thread, pthread_mutex_t *mutex) in init_static() function
606 ret = init_static(_get_curthread(), mutex); in check_and_init_mutex()