ui/common/threadpool.c

changeset 103
6606616eca9f
parent 100
d2bd73d28ff1
child 108
77254bd6dccb
equal deleted inserted replaced
102:64ded9f6a6c6 103:6606616eca9f
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