Searched refs:wl_shm_sigbus_data_key (Results 1 – 1 of 1) sorted by relevance
52 static pthread_key_t wl_shm_sigbus_data_key; variable475 pthread_getspecific(wl_shm_sigbus_data_key); in sigbus_handler()527 pthread_key_create(&wl_shm_sigbus_data_key, destroy_sigbus_data); in init_sigbus_data_key()574 sigbus_data = pthread_getspecific(wl_shm_sigbus_data_key); in wl_shm_buffer_begin_access()580 pthread_setspecific(wl_shm_sigbus_data_key, sigbus_data); in wl_shm_buffer_begin_access()605 pthread_getspecific(wl_shm_sigbus_data_key); in wl_shm_buffer_end_access()