Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Merge branch 'fixThreadDocs' into threadStartMethodChaining
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Oct 4, 2014
2 parents 1c125ae + 2cabbed commit 4495546
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/core/thread.d
Original file line number Diff line number Diff line change
Expand Up @@ -1819,9 +1819,6 @@ version( CoreDdoc )
}
else version( Posix )
{
__gshared int suspendSignalNumber;
__gshared int resumeSignalNumber;

extern (C) void thread_setGCSignals(int suspendSignalNo, int resumeSignalNo)
in
{
Expand All @@ -1842,6 +1839,12 @@ else version( Posix )
}
}

version( Posix )
{
__gshared int suspendSignalNumber;
__gshared int resumeSignalNumber;
}

/**
* Initializes the thread module. This function must be called by the
* garbage collector on startup and before any other thread routines
Expand Down

0 comments on commit 4495546

Please sign in to comment.