Public Member Functions | |
int | count () |
SimpleFunctorForAdd () | |
~SimpleFunctorForAdd () | |
Static Public Member Functions | |
static void | Run (struct grpc_completion_queue_functor *cb, int) |
Private Attributes | |
std::atomic< int > | count_ {0} |
Friends | |
class | SimpleFunctorCheckForAdd |
Additional Inherited Members | |
![]() | |
void(* | functor_run )(struct grpc_completion_queue_functor *, int) |
int | inlineable |
struct grpc_completion_queue_functor * | internal_next |
int | internal_success |
Definition at line 47 of file threadpool_test.cc.
|
inline |
Definition at line 50 of file threadpool_test.cc.
|
inline |
Definition at line 56 of file threadpool_test.cc.
|
inline |
Definition at line 62 of file threadpool_test.cc.
|
inlinestatic |
Definition at line 57 of file threadpool_test.cc.
|
friend |
Definition at line 49 of file threadpool_test.cc.
|
private |
Definition at line 65 of file threadpool_test.cc.