oh ffs - properly suspending threads on creation.

This commit is contained in:
Ben Vanik
2014-08-05 09:10:00 -07:00
parent 2d4ae9ba64
commit 3150f41ea0
3 changed files with 20 additions and 4 deletions

View File

@@ -62,6 +62,7 @@ public:
int32_t QueryPriority();
void SetPriority(int32_t increment);
void SetAffinity(uint32_t affinity);
X_STATUS Resume(uint32_t* out_suspend_count);
X_STATUS Suspend(uint32_t* out_suspend_count);