Re: [Mingw-w64-public] [PATCH 2/2] Add clock_* functions

2011-09-08 Thread JonY
On 9/8/2011 22:10, Kai Tietz wrote: > 2011/9/8 Dongsheng Song : >> For your such plan, I recommend you rename winpthread to libposix, >> or other suitable names. > > Well, libpthread.a is one library of such a pool. We might want to add > here librt.a and libmqueue.a (etc). But all are linked by

Re: [Mingw-w64-public] [PATCH 2/2] Add clock_* functions

2011-09-08 Thread Kai Tietz
2011/9/8 Dongsheng Song : > For your such plan, I recommend you rename winpthread to libposix, > or other suitable names. Well, libpthread.a is one library of such a pool. We might want to add here librt.a and libmqueue.a (etc). But all are linked by the posix-standard and should be bundled toget

Re: [Mingw-w64-public] [PATCH 2/2] Add clock_* functions

2011-09-08 Thread Dongsheng Song
For your such plan, I recommend you rename winpthread to libposix, or other suitable names. -- Doing More with Less: The Next Generation Virtual Desktop What are the key obstacles that have prevented many mid-market busin

Re: [Mingw-w64-public] [PATCH 2/2] Add clock_* functions

2011-09-08 Thread Kai Tietz
2011/9/8 Dongsheng Song : > On Thu, Sep 8, 2011 at 17:44, Kai Tietz wrote: >> 2011/9/6 JonY : >>> On 9/4/2011 14:56, Dongsheng Song wrote: ---  mingw-w64-crt/misc/clock.c                  |  234 +++  mingw-w64-crt/testcases/t_clock_getres.c    |   62 ++

Re: [Mingw-w64-public] [PATCH 2/2] Add clock_* functions

2011-09-08 Thread Dongsheng Song
On Thu, Sep 8, 2011 at 17:44, Kai Tietz wrote: > 2011/9/6 JonY : >> On 9/4/2011 14:56, Dongsheng Song wrote: >>> --- >>>  mingw-w64-crt/misc/clock.c                  |  234 >>> +++ >>>  mingw-w64-crt/testcases/t_clock_getres.c    |   62 +++ >>>  mingw-w64-crt/testcases

Re: [Mingw-w64-public] [PATCH 2/2] Add clock_* functions

2011-09-08 Thread Kai Tietz
2011/9/6 JonY : > On 9/4/2011 14:56, Dongsheng Song wrote: >> --- >>  mingw-w64-crt/misc/clock.c                  |  234 >> +++ >>  mingw-w64-crt/testcases/t_clock_getres.c    |   62 +++ >>  mingw-w64-crt/testcases/t_clock_gettime.c   |   60 +++ >>  mingw-w64-crt/te

Re: [Mingw-w64-public] [PATCH 2/2] Add clock_* functions

2011-09-05 Thread JonY
On 9/4/2011 14:56, Dongsheng Song wrote: > --- > mingw-w64-crt/misc/clock.c | 234 > +++ > mingw-w64-crt/testcases/t_clock_getres.c| 62 +++ > mingw-w64-crt/testcases/t_clock_gettime.c | 60 +++ > mingw-w64-crt/testcases/t_clock_nanoslee

[Mingw-w64-public] [PATCH 2/2] Add clock_* functions

2011-09-03 Thread Dongsheng Song
--- mingw-w64-crt/misc/clock.c | 234 +++ mingw-w64-crt/testcases/t_clock_getres.c| 62 +++ mingw-w64-crt/testcases/t_clock_gettime.c | 60 +++ mingw-w64-crt/testcases/t_clock_nanosleep.c | 56 +++ mingw-w64-crt/testcases/t_clock_se