Searched refs:g_enviro_mutex (Results 1 – 1 of 1) sorted by relevance
10 pthread_mutex_t g_enviro_mutex = PTHREAD_MUTEX_INITIALIZER; variable112 ret = pthread_mutex_lock(&g_enviro_mutex); in setenv()121 pthread_mutex_unlock(&g_enviro_mutex); in setenv()127 pthread_mutex_unlock(&g_enviro_mutex); in setenv()166 pthread_mutex_unlock(&g_enviro_mutex); in setenv()172 pthread_mutex_unlock(&g_enviro_mutex); in setenv()192 ret = pthread_mutex_lock(&g_enviro_mutex); in getenv()201 pthread_mutex_unlock(&g_enviro_mutex); in getenv()208 pthread_mutex_unlock(&g_enviro_mutex); in getenv()228 ret = pthread_mutex_lock(&g_enviro_mutex); in unsetenv()[all …]
Completed in 3 milliseconds