RX/TX improvements, build process improvements

This commit is contained in:
Joseph Henry
2019-03-11 17:17:35 -07:00
parent ed7f93a57f
commit 320253517b
6 changed files with 110 additions and 52 deletions

View File

@@ -327,6 +327,7 @@ void *_zts_run_callbacks(void *thread_id)
jint rs = jvm->DetachCurrentThread();
pthread_exit(0);
#endif
return NULL;
}
//////////////////////////////////////////////////////////////////////////////