#ifndef __VXGG_REWRITE___THREADPOOL_H___13601325413136___ #define __VXGG_REWRITE___THREADPOOL_H___13601325413136___ #include typedef struct mtxp mtxpair; mtxpair * mtxpair_init(void * const data, int type); void mtxpair_free(mtxpair *mp); int mtxpair_setdata(mtxpair * const mp, void * const data); int thrd_createwmx(thrd_t * const thr, thrd_start_t func, mtxpair * const mtxd); #endif