clarify the purpose of this project
[nyanglibc.git] / nptl / pthread_getconcurrency.shared.s
blob63045a95557b56bd4320783ebec85c863e3b0298
1 .text
2 .p2align 4,,15
3 .globl pthread_getconcurrency
4 .type pthread_getconcurrency, @function
5 pthread_getconcurrency:
6 movl __concurrency_level(%rip), %eax
7 ret
8 .size pthread_getconcurrency, .-pthread_getconcurrency
9 .hidden __concurrency_level