sceKernelSuspendThread function under 3.71 kernel

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
Cpasjuste
Posts: 214
Joined: Sun May 29, 2005 8:28 am

sceKernelSuspendThread function under 3.71 kernel

Post by Cpasjuste »

Hi.

Does someone had a problem with this function under kernel 3.71 ? I cant get it to work anymore, my code is the same as older kernel. I can see that i'm getting the right threads uid to suspends via a printf, but the sceKernelSuspendThread function just seems to do nothing, while its working under psplink.


Edit : Sorry for the flood, it was my mistake all is working :x
TyRaNiD
Posts: 907
Joined: Sun Jan 18, 2004 12:23 am

Post by TyRaNiD »

You are calling it from kernel mode I assume? And surely you are getting an error back?
Cpasjuste
Posts: 214
Joined: Sun May 29, 2005 8:28 am

Post by Cpasjuste »

Yes in fact it's still not working properly and yes i'm calling it from kernel mode module. But the problem seems to come from the vsh, i'm trying to pause the vsh but the function seems to work under psplink. I will do more test soon.


Edit : It was definitely an error in my code, it's now working great ..
Post Reply