MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / st_thread_exit

Function st_thread_exit

thread/st.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void st_thread_exit(void *retval) {
67 photon::thread_exit(retval);
68}
69
70int st_thread_join(st_thread_t thread, void **retvalp) {
71 auto retval = photon::thread_join((photon::join_handle*)thread);

Callers

nothing calls this directly

Calls 1

thread_exitFunction · 0.85

Tested by

no test coverage detected