Sign in
mojo
/
mojo-testing
/
b3a693d94cb98758d56a196fd3233c2d7c2943d1
/
.
/
fusl
/
src
/
thread
/
pthread_getconcurrency.c
blob: d03d1a8e6d7585eaaa72b1bcae4628a3464bb5c7 [
file
]
#include
<pthread.h>
int
pthread_getconcurrency
()
{
return
0
;
}