Skip to content

Commit

Permalink
Default mask inherits process, not thread
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Apr 17, 2022
1 parent 311c5e7 commit f7ddbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/psp2/kernel/threadmgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ typedef enum SceKernelMutexAttribute {
* - SCE_KERNEL_CPU_MASK_SYSTEM (system-reserved core)
* The following macro are also available to represent all available in userland CPU cores:
* - SCE_KERNEL_CPU_MASK_USER_ALL
* The following macro are also available to inherit affinity mask of the calling thread:
* The following macro are also available to inherit affinity mask of the calling process:
* - SCE_KERNEL_THREAD_CPU_AFFINITY_MASK_DEFAULT
* @param option - Additional options specified by ::SceKernelThreadOptParam.
Expand Down

0 comments on commit f7ddbc2

Please sign in to comment.