Removing xe_thread_t.

This commit is contained in:
Ben Vanik
2014-08-16 01:36:45 -07:00
parent bca49bed4b
commit 01f0b14250
12 changed files with 69 additions and 216 deletions

View File

@@ -12,6 +12,7 @@
#include <chrono>
#include <cstdint>
#include <string>
#include <poly/config.h>
@@ -25,6 +26,9 @@ uint64_t ticks();
// purposes only.
uint32_t current_thread_id();
// Sets the current thread name.
void set_name(const std::string& name);
// Yields the current thread to the scheduler. Maybe.
void Yield();