Home
last modified time | relevance | path

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

/aosp_15_r20/external/wayland/src/
H A Dwayland-shm.c58 static pthread_key_t wl_shm_sigbus_data_key; variable
542 pthread_getspecific(wl_shm_sigbus_data_key); in sigbus_handler()
592 pthread_key_create(&wl_shm_sigbus_data_key, destroy_sigbus_data); in init_sigbus_data_key()
642 sigbus_data = pthread_getspecific(wl_shm_sigbus_data_key); in wl_shm_buffer_begin_access()
648 pthread_setspecific(wl_shm_sigbus_data_key, sigbus_data); in wl_shm_buffer_begin_access()
678 sigbus_data = pthread_getspecific(wl_shm_sigbus_data_key); in wl_shm_buffer_end_access()