pollset_set_windows.cc
Go to the documentation of this file.
1 /*
2  *
3  * Copyright 2015 gRPC authors.
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18 
20 
21 #include <stdint.h>
22 
24 
25 #ifdef GRPC_WINSOCK_SOCKET
26 
28 
29 static grpc_pollset_set* pollset_set_create(void) {
30  return (grpc_pollset_set*)((intptr_t)0xdeafbeef);
31 }
32 
33 static void pollset_set_destroy(grpc_pollset_set* pollset_set) {}
34 
35 static void pollset_set_add_pollset(grpc_pollset_set* pollset_set,
36  grpc_pollset* pollset) {}
37 
38 static void pollset_set_del_pollset(grpc_pollset_set* pollset_set,
39  grpc_pollset* pollset) {}
40 
41 static void pollset_set_add_pollset_set(grpc_pollset_set* bag,
42  grpc_pollset_set* item) {}
43 
44 static void pollset_set_del_pollset_set(grpc_pollset_set* bag,
45  grpc_pollset_set* item) {}
46 
47 grpc_pollset_set_vtable grpc_windows_pollset_set_vtable = {
48  pollset_set_create, pollset_set_destroy,
49  pollset_set_add_pollset, pollset_set_del_pollset,
50  pollset_set_add_pollset_set, pollset_set_del_pollset_set};
51 
52 #endif /* GRPC_WINSOCK_SOCKET */
grpc_pollset_set
struct grpc_pollset_set grpc_pollset_set
Definition: iomgr_fwd.h:23
pollset_set_windows.h
grpc_pollset_set_vtable
Definition: pollset_set.h:32
intptr_t
_W64 signed int intptr_t
Definition: stdint-msvc2008.h:118
stdint.h
port.h
grpc_pollset
Definition: bm_cq_multiple_threads.cc:37
port_platform.h


grpc
Author(s):
autogenerated on Fri May 16 2025 02:59:44