Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsoc
openmm
Commits
08945326
Commit
08945326
authored
May 15, 2015
by
peastman
Browse files
Attempting to get an alternate pthreads implementation to work
parent
0f76088d
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1640 additions
and
0 deletions
+1640
-0
libraries/pthreads-2/include/pthread.h
libraries/pthreads-2/include/pthread.h
+1625
-0
libraries/pthreads-2/src/pthread.c
libraries/pthreads-2/src/pthread.c
+15
-0
No files found.
libraries/pthreads-2/include/pthread.h
0 → 100644
View file @
08945326
This diff is collapsed.
Click to expand it.
libraries/pthreads-2/src/pthread.c
0 → 100644
View file @
08945326
#include "pthread.h"
volatile
long
_pthread_cancelling
;
int
_pthread_concur
;
/* Will default to zero as needed */
pthread_once_t
_pthread_tls_once
;
DWORD
_pthread_tls
;
/* Note initializer is zero, so this works */
pthread_rwlock_t
_pthread_key_lock
;
long
_pthread_key_max
;
long
_pthread_key_sch
;
void
(
**
_pthread_key_dest
)(
void
*
);
\ No newline at end of file
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