readme

来自「UNIX下perl实现代码」· 代码 · 共 21 行

TXT
21
字号
See the README.threads in the main perl 5.004_xx developmentdistribution (x >= 50) for details of how to build and use this.If all else fails, read on.If your version of patch can't create a file from scratch, then you'llneed to create an empty thread.h manually first.  Perl itself will needto be built with -DUSE_THREADS yet. If you're using MIT pthreads oranother threads package that needs pthread_init() to be called, thenadd -DNEED_PTHREAD_INIT. If you're using a threads library that onlyfollows one of the old POSIX drafts, then you'll probably need to add-DOLD_PTHREADS_API. I haven't tested -DOLD_PTHREADS_API properly yetand I think you may still have to tweak a couple of the mutex callsto follow the old API.This extension is copyright Malcolm Beattie 1995-1997 and is freelydistributable under your choice of the GNU Public License or theArtistic License (see the main perl distribution).Malcolm Beattiembeattie@sable.ox.ac.uk

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?