mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Added widget methods {Height,Width}{,MM}OfScreen.
This commit is contained in:
parent
f9b7201bb8
commit
cbaddb52ae
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ static int thread_debug = 0;
|
||||||
#define HDR_SIZE 2680 /* sizeof(ushdr_t) */
|
#define HDR_SIZE 2680 /* sizeof(ushdr_t) */
|
||||||
#define MAXPROC 100 /* max # of threads that can be started */
|
#define MAXPROC 100 /* max # of threads that can be started */
|
||||||
|
|
||||||
static usptr_t *shared_arena;
|
/*static*/ usptr_t *shared_arena;
|
||||||
static ulock_t count_lock; /* protection for some variables */
|
static ulock_t count_lock; /* protection for some variables */
|
||||||
static ulock_t wait_lock; /* lock used to wait for other threads */
|
static ulock_t wait_lock; /* lock used to wait for other threads */
|
||||||
static int waiting_for_threads; /* protected by count_lock */
|
static int waiting_for_threads; /* protected by count_lock */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue