forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Thread status codes

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development
View previous topic :: View next topic  
Author Message
misfire



Joined: 06 Sep 2004
Posts: 120
Location: Germany

PostPosted: Tue Jun 27, 2006 9:17 pm    Post subject: Thread status codes Reply with quote

Does anyone know the exact meaning of the status codes returned by ReferThreadStatus()?

The codes must be similar to those on the PSP:

Code:
enum PspThreadStatus
{
        PSP_THREAD_RUNNING = 1,
        PSP_THREAD_READY   = 2,
        PSP_THREAD_WAITING = 4,
        PSP_THREAD_SUSPEND = 8,
        PSP_THREAD_STOPPED = 16,
        PSP_THREAD_KILLED  = 32
};
Back to top
View user's profile Send private message
sneeze



Joined: 03 Mar 2006
Posts: 15

PostPosted: Wed Jun 28, 2006 9:38 pm    Post subject: Reply with quote

The codes are afaik indeed very similar (they're the same as the psp ones).
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PS2 Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group