Orbits
1
|
Go to the source code of this file.
Classes | |
struct | _is |
struct | _ts |
Macros | |
#define | PyTrace_CALL 0 |
#define | PyTrace_EXCEPTION 1 |
#define | PyTrace_LINE 2 |
#define | PyTrace_RETURN 3 |
#define | PyTrace_C_CALL 4 |
#define | PyTrace_C_EXCEPTION 5 |
#define | PyTrace_C_RETURN 6 |
#define | PyThreadState_GET() (_PyThreadState_Current) |
Typedefs | |
typedef struct _is | PyInterpreterState |
typedef int(* | Py_tracefunc )(PyObject *, struct _frame *, int, PyObject *) |
typedef struct _ts | PyThreadState |
typedef struct _frame *(* | PyThreadFrameGetter )(PyThreadState *self_) |
Enumerations | |
enum | PyGILState_STATE { PyGILState_LOCKED, PyGILState_UNLOCKED } |
Functions | |
PyAPI_FUNC (PyInterpreterState *) PyInterpreterState_New(void) | |
PyAPI_FUNC (void) PyInterpreterState_Clear(PyInterpreterState *) | |
PyAPI_FUNC (PyThreadState *) PyThreadState_New(PyInterpreterState *) | |
PyAPI_FUNC (PyObject *) PyThreadState_GetDict(void) | |
PyAPI_FUNC (int) PyThreadState_SetAsyncExc(long | |
PyObject * | PyAPI_DATA (PyThreadState *) _PyThreadState_Current |
PyAPI_FUNC (PyGILState_STATE) PyGILState_Ensure(void) | |
PyAPI_DATA (PyThreadFrameGetter) _PyThreadState_GetFrame | |
#define PyThreadState_GET | ( | ) | (_PyThreadState_Current) |
#define PyTrace_C_CALL 4 |
#define PyTrace_C_EXCEPTION 5 |
#define PyTrace_C_RETURN 6 |
#define PyTrace_CALL 0 |
#define PyTrace_EXCEPTION 1 |
#define PyTrace_LINE 2 |
#define PyTrace_RETURN 3 |
typedef struct _is PyInterpreterState |
|
read |
typedef struct _ts PyThreadState |
enum PyGILState_STATE |
PyObject* PyAPI_DATA | ( | PyThreadState * | ) |
PyAPI_DATA | ( | PyThreadFrameGetter | ) |
PyAPI_FUNC | ( | PyInterpreterState * | ) |
PyAPI_FUNC | ( | void | ) |
PyAPI_FUNC | ( | PyThreadState * | ) |
|
read |
|
read |
PyAPI_FUNC | ( | PyGILState_STATE | ) |
Copyright 2014 Google Inc. All rights reserved.