Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
cbaddb52
Commit
cbaddb52
authored
Oct 12, 1993
by
Sjoerd Mullender
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added widget methods {Height,Width}{,MM}OfScreen.
parent
f9b7201b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Python/thread.c
Python/thread.c
+1
-1
No files found.
Python/thread.c
View file @
cbaddb52
...
...
@@ -43,7 +43,7 @@ static int thread_debug = 0;
#define HDR_SIZE 2680
/* sizeof(ushdr_t) */
#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
wait_lock
;
/* lock used to wait for other threads */
static
int
waiting_for_threads
;
/* protected by count_lock */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment