Sign in
mojo
/
mojo
/
e0873846fc61eae0b813cc0c87c8009fda9f2aab
/
.
/
fusl
/
src
/
thread
/
pthread_getcpuclockid.c
blob: 75fcc588060e555b0ea60efcf10d783d01fbca29 [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
pthread_getcpuclockid
(
pthread_t
t
,
clockid_t
*
clockid
)
{
*
clockid
=
(-
t
->
tid
-
1
)
*
8U
+
6
;
return
0
;
}