this is called by the pthread module to start the thread
| 195 | |
| 196 | // this is called by the pthread module to start the thread |
| 197 | static void StartThreadFunc(S32 nothing) |
| 198 | { |
| 199 | if (gNetAsync.isRunning()) |
| 200 | return; |
| 201 | |
| 202 | gNetAsync.run(); |
| 203 | return; |
| 204 | } |
| 205 | |
| 206 | |
| 207 | void NetAsync::startAsync() |