SVC: Difference between revisions

Neobrain (talk | contribs)
Neobrain (talk | contribs)
Line 260: Line 260:
| style="background: green" | Yes
| style="background: green" | Yes
| style="background: green" | Yes
| style="background: green" | Yes
| Result WaitSynchronization1(Handle handle, s64 nanoseconds)
| Result WaitSynchronization1(Handle handle, s64 timeout_nanoseconds)
|
|
|-
|-
Line 267: Line 267:
| style="background: green" | Yes
| style="background: green" | Yes
| style="background: green" | Yes
| style="background: green" | Yes
| Result WaitSynchronizationN(s32* out, Handle* handles, s32 handlecount, bool waitAll, s64 nanoseconds)
| Result WaitSynchronizationN(s32* out, Handle* handles, s32 handlecount, bool waitAll, s64 timeout_nanoseconds)
|
|
|-
|-