5c6443ac ^
ea200e38 ^
1 2 3 4
5 6
7
#include "pthread_impl.h" int pthread_getcpuclockid(pthread_t t, clockid_t *clockid) { *clockid = (-t->tid-1)*8U + 6; return 0; }