MCPcopy Create free account
hub / github.com/ceph/ceph / join_thread

Method join_thread

src/client/SyntheticClient.cc:955–961  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953}
954
955int SyntheticClient::join_thread()
956{
957 ceph_assert(thread_id);
958 void *rv;
959 pthread_join(thread_id, &rv);
960 return 0;
961}
962
963
964bool roll_die(float p)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected