Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1
Star
1
Fork
7,952
Rush
/
node
forked from
nodejs/node-v0.x-archive
Code
Pull requests
0
Projects
0
Insights
Permalink
Browse files
uv: upgrade to 0db56ea
Loading branch information
...
bnoordhuis
committed
Dec 29, 2011
1 parent
9143b43
commit
5427311ae6800e0cdcbf1dfb352c084fd01d2b58
Unified
Split
Showing
1 changed file
with
5 additions
and
0 deletions
.
+5
−0
deps/uv/src/win/thread.c
Show comments
View
5
deps/uv/src/win/thread.c
@@ -113,6 +113,11 @@ int uv_thread_join(uv_thread_t *tid) {
}
+
uv_thread_t
uv_thread_self
(
void
) {
+
return
GetCurrentThreadId
();
+}
+
+
int
uv_mutex_init
(
uv_mutex_t
* mutex) {
InitializeCriticalSection
(mutex);
return
0
;
Toggle all file notes
0 comments on commit
5427311
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
5427311