Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Classes | Macros | Typedefs | Enumerations | Functions
pystate.h File Reference

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
 
PyObjectPyAPI_DATA (PyThreadState *) _PyThreadState_Current
 
 PyAPI_FUNC (PyGILState_STATE) PyGILState_Ensure(void)
 
 PyAPI_DATA (PyThreadFrameGetter) _PyThreadState_GetFrame
 

Macro Definition Documentation

#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 Documentation

typedef int(* Py_tracefunc)(PyObject *, struct _frame *, int, PyObject *)
typedef struct _is PyInterpreterState
typedef struct _frame*(* PyThreadFrameGetter)(PyThreadState *self_)
read
typedef struct _ts PyThreadState

Enumeration Type Documentation

Enumerator
PyGILState_LOCKED 
PyGILState_UNLOCKED 

Function Documentation

PyObject* PyAPI_DATA ( PyThreadState )
PyAPI_DATA ( PyThreadFrameGetter  )
PyAPI_FUNC ( PyInterpreterState )
PyAPI_FUNC ( void  )
PyAPI_FUNC ( PyThreadState )
PyAPI_FUNC ( PyObject )
read
PyAPI_FUNC ( int  )
read
PyAPI_FUNC ( PyGILState_STATE  )

Copyright 2014 Google Inc. All rights reserved.