Searched refs:s_ashmem_funcs_once (Results 1 – 2 of 2) sorted by relevance
20 +static pthread_once_t s_ashmem_funcs_once = PTHREAD_ONCE_INIT;57 + pthread_once(&s_ashmem_funcs_once, ashmem_init_funcs);
195 static pthread_once_t s_ashmem_funcs_once = PTHREAD_ONCE_INIT; variable216 pthread_once(&s_ashmem_funcs_once, ashmem_init_funcs); in ashmem_get_funcs()