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

Go to the source code of this file.

Macros

#define WAIT_LOCK   1
 
#define NOWAIT_LOCK   0
 

Typedefs

typedef void * PyThread_type_lock
 
typedef void * PyThread_type_sema
 

Functions

 PyAPI_FUNC (void) PyThread_init_thread(void)
 
 PyAPI_FUNC (long) PyThread_start_new_thread(void(*)(void *)
 
 PyAPI_FUNC (PyThread_type_lock) PyThread_allocate_lock(void)
 
 PyAPI_FUNC (int) PyThread_acquire_lock(PyThread_type_lock
 
 PyAPI_FUNC (size_t) PyThread_get_stacksize(void)
 

Variables

 int
 

Macro Definition Documentation

#define NOWAIT_LOCK   0
#define WAIT_LOCK   1

Typedef Documentation

typedef void* PyThread_type_lock
typedef void* PyThread_type_sema

Function Documentation

PyAPI_FUNC ( void  )
PyAPI_FUNC ( long  )
PyAPI_FUNC ( PyThread_type_lock  )
PyAPI_FUNC ( int  )
read
PyAPI_FUNC ( size_t  )

Variable Documentation

int

Copyright 2014 Google Inc. All rights reserved.