xuhuijie 94a9b01b4e the new pthread_cond_wait function is slow when in multi core environment
because of the queue. so we build old version function in an extra .so file.
you can use it by adding LD_PRELOAD=./libpthreadcond.so in front of your
program (eg: LD_PRELOAD=./libpthreadcond.so ./test).
use with-libpthreadcond to open the spec compile option.
2020-08-17 10:20:27 +08:00
2019-09-30 10:40:45 -04:00
2019-12-14 14:32:18 +08:00
2020-07-06 09:03:03 +08:00
2019-09-30 10:40:45 -04:00
2019-09-30 10:40:45 -04:00
2019-09-30 10:40:45 -04:00
Description
No description provided
180 MiB
Languages
Shell 39%
Python 31.2%
Makefile 29.8%