This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
ce576d01c4
v
/
vlib
/
sync
/
thread_default.c.v
8 lines
97 B
V
Raw
Blame
History
module
sync
fn
C
.
pthread_self
(
)
usize
pub
fn
thread_id
(
)
u64
{
return
u64
(
C
.
pthread_self
(
)
)
}
Reference in New Issue
View Git Blame
Copy Permalink