mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support MIPS 64bits for loongson 3A4000/3B3000. v5.0.34
This commit is contained in:
parent
aba6667357
commit
1589858cb0
16 changed files with 543 additions and 185 deletions
|
@ -9,7 +9,8 @@ int main(int argc, char** argv)
|
|||
{
|
||||
st_init();
|
||||
|
||||
for (int i = 0; i < 10000; i++) {
|
||||
int i;
|
||||
for (i = 0; i < 10000; i++) {
|
||||
printf("#%03d, Hello, state-threads world!\n", i);
|
||||
st_sleep(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue