context(TCallable callable)
Definition: thread.h:56
static void * entry_point(void *context_raw)
Definition: thread.h:58
int my_thread_create(my_thread_handle *thread, const my_thread_attr_t *attr, my_start_routine func, void *arg)
Definition: my_thread.cc:78