index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Python
/
thread_pthread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rob Riggs wrote:
Guido van Rossum
1999-03-15
1
-2
/
+2
*
Thanks to Chris Herborth, the thread primitives now have proper Py*
Guido van Rossum
1998-12-21
1
-43
/
+43
*
BSDI specific patches, inspired by Nigel Head and otto@mail.olympus.net.
Guido van Rossum
1998-10-07
1
-1
/
+22
*
Apparently on AIX when using gcc you need to call pthread_init()
Guido van Rossum
1998-09-10
1
-0
/
+3
*
Correct typo in #ifdef: PY_THREAD_D4, should be PY_PTHREAD_D4.
Guido van Rossum
1998-09-04
1
-1
/
+1
*
Add a 'volatile' to the declaration of threadid in get_thread_ident().
Guido van Rossum
1998-08-27
1
-1
/
+1
*
Improved version of patch for HPUX from David Arnold.
Guido van Rossum
1998-05-14
1
-4
/
+1
*
Support HPUX 10.20 DCE threads.
Guido van Rossum
1998-05-07
1
-0
/
+6
*
Make new gcc -Wall happy
Guido van Rossum
1998-04-10
1
-1
/
+2
*
Add default case (standard conformance) to avoid piling up
Guido van Rossum
1997-06-02
1
-4
/
+4
*
DG/UX thread patches (Ross Andrus)
Guido van Rossum
1997-05-22
1
-3
/
+8
*
Add pthred-std define for Linux.
Guido van Rossum
1997-05-15
1
-0
/
+2
*
Support for various versions of the pthread draft.
Guido van Rossum
1997-05-13
1
-12
/
+64
*
Add detach call so threads are GC'ed.
Guido van Rossum
1997-04-30
1
-0
/
+2
*
Working semaphore implementation by Sjoerd.
Guido van Rossum
1997-01-17
1
-3
/
+64
*
New permission notice, includes CNRI.
Guido van Rossum
1996-10-25
1
-13
/
+20
*
Sjoerd's thread changes (including down_sema typo fix).
Guido van Rossum
1996-10-08
1
-2
/
+3
*
Changes necessary for AIX.
Guido van Rossum
1996-08-08
1
-0
/
+15
*
Got rid of florida hack and made it work with Solaris 2.5 pthreads.
Guido van Rossum
1996-06-11
1
-19
/
+7
*
Alpha OSF/1 fix
Guido van Rossum
1995-01-09
1
-1
/
+4
*
Added 1995 to copyright message.
Guido van Rossum
1995-01-04
1
-2
/
+2
*
ceval.c: dict of local mapping is now a tuple
Guido van Rossum
1994-05-23
1
-3
/
+8
*
Tim's changes; removed some remaining non-functional ifdefs
Guido van Rossum
1994-05-11
1
-86
/
+89
*
Split thread.c into a number of system-specific files.
Guido van Rossum
1994-05-09
1
-0
/
+272