| View previous topic :: View next topic |
| Author |
Message |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Sun Sep 30, 2007 5:53 am Post subject: sceKernelSuspendThread function under 3.71 kernel |
|
|
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 |
|
| Back to top |
|
 |
TyRaNiD
Joined: 18 Jan 2004 Posts: 918
|
Posted: Sun Sep 30, 2007 7:01 am Post subject: |
|
|
| You are calling it from kernel mode I assume? And surely you are getting an error back? |
|
| Back to top |
|
 |
Cpasjuste
Joined: 29 May 2005 Posts: 214
|
Posted: Sun Sep 30, 2007 9:27 pm Post subject: |
|
|
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 .. |
|
| Back to top |
|
 |
|