psl1ght
A free SDK for Sony's PS3 console
Macros | Functions
interrupt.h File Reference

Thread interrupt syscalls. More...

#include <ppu-lv2.h>
#include <lv2/interrupt.h>

Go to the source code of this file.

Macros

#define SYS_HW_THREAD_ANY   0xFFFFFFFEU
 
#define SYS_HW_THREAD_INVALID   0xFFFFFFFFU
 
#define SYS_INTERRUPT_TAG_ID_INVALID   0xFFFFFFFFU
 

Functions

LV2_SYSCALL sysInterruptTagCreate (sys_interrupt_tag_t *intrTag, sys_irqoutlet_id_t irq, sys_hw_thread_t hwThread)
 
LV2_SYSCALL sysInterruptTagDestroy (sys_interrupt_tag_t intrTag)
 
LV2_SYSCALL sysInterruptThreadEstablish (sys_interrupt_thread_handle_t *ih, sys_interrupt_tag_t intrTag, sys_ppu_thread_t intrThread, u64 arg)
 
LV2_SYSCALL _sysInterruptThreadDisestablish (sys_interrupt_thread_handle_t ih, u64 *tlsMem)
 
LV2_INLINE void sysInterruptThreadEOI (void)
 

Detailed Description

Thread interrupt syscalls.