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

Method start_thread

src/client/SyntheticClient.cc:946–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

944
945
946int SyntheticClient::start_thread()
947{
948 ceph_assert(!thread_id);
949
950 pthread_create(&thread_id, NULL, synthetic_client_thread_entry, this);
951 ceph_assert(thread_id);
952 return 0;
953}
954
955int SyntheticClient::join_thread()
956{

Callers 1

mainFunction · 0.80

Calls 1

pthread_createFunction · 0.85

Tested by

no test coverage detected