Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libm/common/m9x/
H A D__fex_hdlr.c164 struct __libm_mt_fex_sync_data *thr_env) in __fex_sync_with_threads() argument
168 mutex_lock(&thr_env->lock); in __fex_sync_with_threads()
169 (void) fegetenv(&thr_env->master_env); in __fex_sync_with_threads()
170 thr_env->initialized = 1; in __fex_sync_with_threads()
171 mutex_unlock(&thr_env->lock); in __fex_sync_with_threads()
175 mutex_lock(&thr_env->lock); in __fex_sync_with_threads()
176 if (thr_env->initialized) in __fex_sync_with_threads()
177 (void) fesetenv(&thr_env->master_env); in __fex_sync_with_threads()
178 mutex_unlock(&thr_env->lock); in __fex_sync_with_threads()