@@ -56,7 +56,7 @@ int main(int argc, char* argv[]) {
DBG_INFO("hello world.%ld\n", (size_t)pthread_self());
myth_create(thread_fun, NULL);
myth_create(thread_fun, NULL,"main_thread");
myth_join( );
}
The note is not visible to the blocked user.