ret = sceKernelGetThreadmanIdList(SCE_KERNEL_TMID_Thread, uid_list, 20, &count);
...
ret = sceKernelReferThreadStatus(uid_list[i], &thread_info);
I don't understand why this last call always returns error code 0x800201bc (SCE_KERNEL_ERROR_ILLEGAL_SIZE) (size, what size??), when uid_list array contains valid thread UIDs.
Thanks for your time
The Incredible Bill Gates wrote:The obvious mathematical breakthrough would be development of an easy way to factor large prime numbers.