Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-shm.c56 static pthread_key_t wl_shm_sigbus_data_key; variable
491 pthread_getspecific(wl_shm_sigbus_data_key); in sigbus_handler()
543 pthread_key_create(&wl_shm_sigbus_data_key, destroy_sigbus_data); in init_sigbus_data_key()
593 sigbus_data = pthread_getspecific(wl_shm_sigbus_data_key); in wl_shm_buffer_begin_access()
599 pthread_setspecific(wl_shm_sigbus_data_key, sigbus_data); in wl_shm_buffer_begin_access()
629 sigbus_data = pthread_getspecific(wl_shm_sigbus_data_key); in wl_shm_buffer_end_access()