Orbits
1
|
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 | |
#define NOWAIT_LOCK 0 |
#define WAIT_LOCK 1 |
typedef void* PyThread_type_lock |
typedef void* PyThread_type_sema |
PyAPI_FUNC | ( | void | ) |
PyAPI_FUNC | ( | long | ) |
PyAPI_FUNC | ( | PyThread_type_lock | ) |
|
read |
PyAPI_FUNC | ( | size_t | ) |
int |
Copyright 2014 Google Inc. All rights reserved.