sync_kloop_worker
ret = pthread_create(&th, NULL, sync_kloop_worker, ctx);
ret = pthread_create(&th1, NULL, sync_kloop_worker, ctx);
ret = pthread_create(&th2, NULL, sync_kloop_worker, ctx);