34 #ifndef GRPC_SUPPORT_THD_H 35 #define GRPC_SUPPORT_THD_H GPRAPI gpr_thd_options gpr_thd_options_default(void)
GPRAPI int gpr_thd_new(gpr_thd_id *t, void(*thd_body)(void *arg), void *arg, const gpr_thd_options *options)
int flags
Definition: thd.h:55
GPRAPI void gpr_thd_options_set_detached(gpr_thd_options *options)
GPRAPI gpr_thd_id gpr_thd_currentid(void)
uintptr_t gpr_thd_id
Definition: thd.h:51
GPRAPI void gpr_thd_options_set_joinable(gpr_thd_options *options)
GPRAPI void gpr_thd_join(gpr_thd_id t)
GPRAPI int gpr_thd_options_is_detached(const gpr_thd_options *options)
GPRAPI int gpr_thd_options_is_joinable(const gpr_thd_options *options)