|
|
@ -1434,12 +1434,10 @@ static grpc_error *pollset_work(grpc_exec_ctx *exec_ctx, grpc_pollset *pollset, |
|
|
|
This is the mask used at all times *except during |
|
|
|
This is the mask used at all times *except during |
|
|
|
epoll_wait()*" |
|
|
|
epoll_wait()*" |
|
|
|
g_orig_sigmask: The thread mask which allows 'grpc_wakeup_signal' and |
|
|
|
g_orig_sigmask: The thread mask which allows 'grpc_wakeup_signal' and |
|
|
|
this is |
|
|
|
this is the mask to use *during epoll_wait()* |
|
|
|
the mask to use *during epoll_wait()* |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new_mask is set on the worker before it is added to the pollset |
|
|
|
The new_mask is set on the worker before it is added to the pollset |
|
|
|
(i.e |
|
|
|
(i.e before it can be kicked) */ |
|
|
|
before it can be kicked) */ |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
push_front_worker(pollset, &worker); /* Add worker to pollset */ |
|
|
|
push_front_worker(pollset, &worker); /* Add worker to pollset */ |
|
|
|