Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dtcp_mmap.c148 void *child_thread(void *arg) in child_thread() function
336 res = pthread_create(&th, &attr, child_thread, in do_accept()
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.cc2335 NetworkSlaveThread& child_thread = child_workers_[i]->thread; in ReapSlaves() local
2337 child_thread.JoinThread(); in ReapSlaves()
2338 if (child_thread.GetStatus() != 1) { in ReapSlaves()
2340 child_thread.GetStatus()); in ReapSlaves()
2343 errorcount_ += child_thread.GetErrorCount(); in ReapSlaves()
2345 child_thread.GetErrorCount()); in ReapSlaves()
2346 pages_copied_ += child_thread.GetPageCount(); in ReapSlaves()