34 #ifndef GRPC_SUPPORT_THD_H 
   35 #define GRPC_SUPPORT_THD_H 
   62 int gpr_thd_new(gpr_thd_id *t, 
void (*thd_body)(
void *
arg), 
void *arg,
 
void gpr_thd_options_set_joinable(gpr_thd_options *options)
Definition: thd.c:52
 
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
 
void gpr_thd_join(gpr_thd_id t)
 
int gpr_thd_options_is_joinable(const gpr_thd_options *options)
Definition: thd.c:61
 
gpr_thd_id gpr_thd_currentid(void)
 
gpr_thd_options gpr_thd_options_default(void)
Definition: thd.c:42
 
int gpr_thd_options_is_detached(const gpr_thd_options *options)
Definition: thd.c:56
 
void gpr_thd_options_set_detached(gpr_thd_options *options)
Definition: thd.c:48
 
gpr_uint64 gpr_thd_id
Definition: thd.h:51