
* Fix #2591 spinlock issue. Add basic_test, for few integration test. Add thread_local_storage support in cmake Fix thread.c for linux and fix small typo
7 lines
66 B
C
7 lines
66 B
C
__thread int tls;
|
|
|
|
int main(int argc, char** argv)
|
|
{
|
|
return 0;
|
|
}
|