Home
last modified time | relevance | path

Searched refs:sub_thread (Results 1 – 2 of 2) sorted by relevance

/external/blktrace/btreplay/
Dbtreplay.c108 pthread_t sub_thread, rec_thread; member
793 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()
/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback_test.py1376 sub_thread = threading.Thread(target=add_negative_v2_squared_to_itself)
1377 sub_thread.start()
1379 sub_thread.join()