Home
last modified time | relevance | path

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

/external/cronet/third_party/ashmem/patches/
D0003-Pthread-once-for-funcs-init.patch20 +static pthread_once_t s_ashmem_funcs_once = PTHREAD_ONCE_INIT;
57 + pthread_once(&s_ashmem_funcs_once, ashmem_init_funcs);
/external/cronet/third_party/ashmem/
Dashmem-dev.c195 static pthread_once_t s_ashmem_funcs_once = PTHREAD_ONCE_INIT; variable
216 pthread_once(&s_ashmem_funcs_once, ashmem_init_funcs); in ashmem_get_funcs()