SSL services: Difference between revisions
No edit summary |
No edit summary |
||
Line 483: | Line 483: | ||
| 100 || [[#CreateContextForSystem]] | | 100 || [[#CreateContextForSystem]] | ||
|- | |- | ||
| 101 || SetThreadCoreMask | | 101 || [[#SetThreadCoreMask]] | ||
|- | |- | ||
| 102 || GetThreadCoreMask | | 102 || [[#GetThreadCoreMask]] | ||
|} | |} | ||
Line 492: | Line 492: | ||
Takes a PID, an input u32 [[#SslVersion]] and an input u64 pid_placeholder. Returns an output [[#ISslContextForSystem]]. | Takes a PID, an input u32 [[#SslVersion]] and an input u64 pid_placeholder. Returns an output [[#ISslContextForSystem]]. | ||
== SetThreadCoreMask == | |||
Takes an input u64 mask, no output. | |||
An error is thrown if the mask is 0, or if any bits are set which are not present in CoreMask from [[SVC|svcGetInfo]]. | |||
== GetThreadCoreMask == | |||
No input, returns an output u64. | |||
== ISslContextForSystem == | == ISslContextForSystem == |