Searched refs:sub_thread (Results 1 – 2 of 2) sorted by relevance
108 pthread_t sub_thread, rec_thread; member793 memset(&tip->sub_thread, 0, sizeof(tip->sub_thread)); in tip_init()818 if (pthread_create(&tip->sub_thread, NULL, replay_sub, tip)) { in tip_init()843 if (pthread_join(tip->sub_thread, NULL)) { in tip_release()
1376 sub_thread = threading.Thread(target=add_negative_v2_squared_to_itself)1377 sub_thread.start()1379 sub_thread.join()