Searched refs:irq_pthread (Results 1 – 2 of 2) sorted by relevance
41 static pthread_t irq_pthread; /**< irq handling thread id */ variable63 if (pthread_self() == irq_pthread) in metal_irq_save_disable()72 if (pthread_self() != irq_pthread) in metal_irq_restore_enable()237 ret = pthread_create(&irq_pthread, NULL, in metal_linux_irq_init()258 ret = pthread_join(irq_pthread, NULL); in metal_linux_irq_shutdown()
405 irq_pthread libmetal/lib/system/linux/irq.c /^static pthread_t irq_pthread; \/**< irq handling thre…