From 68f4e0f6abc6bb99ff334542d5b5003edc3e651e Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Wed, 5 Aug 2015 08:18:21 -0700 Subject: Initial Doxygen import for core, c++ --- doc/ref/core.internal/html/thd_8h.html | 300 +++++++++++++++++++++++++++++++++ 1 file changed, 300 insertions(+) create mode 100644 doc/ref/core.internal/html/thd_8h.html (limited to 'doc/ref/core.internal/html/thd_8h.html') diff --git a/doc/ref/core.internal/html/thd_8h.html b/doc/ref/core.internal/html/thd_8h.html new file mode 100644 index 0000000000..4b67f0b9b5 --- /dev/null +++ b/doc/ref/core.internal/html/thd_8h.html @@ -0,0 +1,300 @@ + + + + + + +GRPC Core: include/grpc/support/thd.h File Reference + + + + + + + + + +
+
+ + + + + + +
+
GRPC Core +  0.10.0.0 +
+
+
+ + + + + + + + + +
+ +
+ + +
+
+ +
+
thd.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + +

+Data Structures

struct  gpr_thd_options
 
+ + + +

+Typedefs

typedef gpr_uint64 gpr_thd_id
 
+ + + + + + + + + + + + + + + + + +

+Functions

int gpr_thd_new (gpr_thd_id *t, void(*thd_body)(void *arg), void *arg, const gpr_thd_options *options)
 
gpr_thd_options gpr_thd_options_default (void)
 
void gpr_thd_options_set_detached (gpr_thd_options *options)
 
void gpr_thd_options_set_joinable (gpr_thd_options *options)
 
int gpr_thd_options_is_detached (const gpr_thd_options *options)
 
int gpr_thd_options_is_joinable (const gpr_thd_options *options)
 
gpr_thd_id gpr_thd_currentid (void)
 
void gpr_thd_join (gpr_thd_id t)
 
+

Typedef Documentation

+ +
+
+ + + + +
typedef gpr_uint64 gpr_thd_id
+
+ +
+
+

Function Documentation

+ +
+
+ + + + + + + + +
gpr_thd_id gpr_thd_currentid (void )
+
+ +
+
+ +
+
+ + + + + + + + +
void gpr_thd_join (gpr_thd_id t)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
int gpr_thd_new (gpr_thd_idt,
void(*)(void *argthd_body,
void * arg,
const gpr_thd_optionsoptions 
)
+
+ +
+
+ +
+
+ + + + + + + + +
gpr_thd_options gpr_thd_options_default (void )
+
+ +
+
+ +
+
+ + + + + + + + +
int gpr_thd_options_is_detached (const gpr_thd_optionsoptions)
+
+ +
+
+ +
+
+ + + + + + + + +
int gpr_thd_options_is_joinable (const gpr_thd_optionsoptions)
+
+ +
+
+ +
+
+ + + + + + + + +
void gpr_thd_options_set_detached (gpr_thd_optionsoptions)
+
+ +
+
+ +
+
+ + + + + + + + +
void gpr_thd_options_set_joinable (gpr_thd_optionsoptions)
+
+ +
+
+
+ + + + -- cgit v1.2.3