Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Include/pythread.h

    r2 r388  
    22#ifndef Py_PYTHREAD_H
    33#define Py_PYTHREAD_H
    4 
    5 #define NO_EXIT_PROG            /* don't define PyThread_exit_prog() */
    6                                 /* (the result is no use of signals on SGI) */
    74
    85typedef void *PyThread_type_lock;
     
    1613PyAPI_FUNC(long) PyThread_start_new_thread(void (*)(void *), void *);
    1714PyAPI_FUNC(void) PyThread_exit_thread(void);
    18 PyAPI_FUNC(void) PyThread__PyThread_exit_thread(void);
    1915PyAPI_FUNC(long) PyThread_get_thread_ident(void);
    2016
     
    2824PyAPI_FUNC(size_t) PyThread_get_stacksize(void);
    2925PyAPI_FUNC(int) PyThread_set_stacksize(size_t);
    30 
    31 #ifndef NO_EXIT_PROG
    32 PyAPI_FUNC(void) PyThread_exit_prog(int);
    33 PyAPI_FUNC(void) PyThread__PyThread_exit_prog(int);
    34 #endif
    3526
    3627/* Thread Local Storage (TLS) API */
Note: See TracChangeset for help on using the changeset viewer.