Cleanup proc_had_barrier

Ensure we don't try to do a universal barrier off of the main thread
This commit is contained in:
ridiculousfish
2012-03-31 15:33:34 -07:00
parent ff17101316
commit 268fb37517
5 changed files with 63 additions and 45 deletions

View File

@@ -338,6 +338,7 @@ int env_universal_get_export( const wchar_t *name )
void env_universal_barrier()
{
ASSERT_IS_MAIN_THREAD();
message_t *msg;
fd_set fds;