ui/common/threadpool.c

changeset 510
9f562a7de4a2
parent 404
384f6d1f5784
equal deleted inserted replaced
509:5aa9740411f2 510:9f562a7de4a2
24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
26 * POSSIBILITY OF SUCH DAMAGE. 26 * POSSIBILITY OF SUCH DAMAGE.
27 */ 27 */
28 28
29 #ifndef _WIN32
30
29 #include "threadpool.h" 31 #include "threadpool.h"
30 #include "context.h" 32 #include "context.h"
31
32 #ifndef _WIN32
33 33
34 #include <pthread.h> 34 #include <pthread.h>
35 #include <stdio.h> 35 #include <stdio.h>
36 #include <string.h> 36 #include <string.h>
37 #include <errno.h> 37 #include <errno.h>

mercurial