]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Split thread.c into a number of system-specific files.
authorGuido van Rossum <guido@python.org>
Mon, 9 May 1994 15:12:46 +0000 (15:12 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 May 1994 15:12:46 +0000 (15:12 +0000)
commit2c8cb9f3d240fd2acd098590d2e18445bd8a40bb
tree1cdb2d1a108b7b758da341cc951725666392a0bf
parentb9c4461a354eb4feab92a41853dbc5e77daa61e9
Split thread.c into a number of system-specific files.
Added Tim Peters' pthread version.
Python/thread_cthread.h [new file with mode: 0644]
Python/thread_foobar.h [new file with mode: 0644]
Python/thread_lwp.h [new file with mode: 0644]
Python/thread_pthread.h [new file with mode: 0644]
Python/thread_sgi.h [new file with mode: 0644]
Python/thread_solaris.h [new file with mode: 0644]