Searched refs:eloop (Results 1 – 10 of 10) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | eloop_win.c | 72 static struct eloop_data eloop; variable 77 os_memset(&eloop, 0, sizeof(eloop)); in eloop_init() 78 dl_list_init(&eloop.timeout); in eloop_init() 79 eloop.num_handles = 1; in eloop_init() 80 eloop.handles = os_malloc(eloop.num_handles * in eloop_init() 81 sizeof(eloop.handles[0])); in eloop_init() 82 if (eloop.handles == NULL) in eloop_init() 85 eloop.term_event = CreateEvent(NULL, FALSE, FALSE, NULL); in eloop_init() 86 if (eloop.term_event == NULL) { in eloop_init() 89 os_free(eloop.handles); in eloop_init() [all …]
|
D | eloop.c | 47 WPA_TRACE_REF(eloop); 58 WPA_TRACE_REF(eloop); 115 static struct eloop_data eloop; variable 132 wpa_trace_add_ref(&table->table[i], eloop, in eloop_trace_sock_add_ref() 146 wpa_trace_remove_ref(&table->table[i], eloop, in eloop_trace_sock_remove_ref() 163 os_memset(&eloop, 0, sizeof(eloop)); in eloop_init() 164 dl_list_init(&eloop.timeout); in eloop_init() 166 eloop.epollfd = epoll_create1(0); in eloop_init() 167 if (eloop.epollfd < 0) { in eloop_init() 174 eloop.kqueuefd = kqueue(); in eloop_init() [all …]
|
D | Makefile | 33 LIB_OBJS += eloop.o
|
/external/v8/src/compiler/ |
D | js-call-reducer.cc | 988 Node* eloop = *effect = in WireInLoopStart() local 990 Node* terminate = graph()->NewNode(common()->Terminate(), eloop, loop); in WireInLoopStart() 996 void JSCallReducer::WireInLoopEnd(Node* loop, Node* eloop, Node* vloop, Node* k, in WireInLoopEnd() argument 1000 eloop->ReplaceInput(1, effect); in WireInLoopEnd() 1089 Node *loop = control, *eloop = effect; in ReduceArrayForEach() local 1176 WireInLoopEnd(loop, eloop, vloop, next_k, control, effect); in ReduceArrayForEach() 1179 effect = eloop; in ReduceArrayForEach() 1307 Node* eloop = effect; in ReduceArrayReduce() local 1328 WireInLoopEnd(loop, eloop, vloop, next_k, is_hole, effect); in ReduceArrayReduce() 1337 Node* eloop = effect = in ReduceArrayReduce() local [all …]
|
D | js-call-reducer.h | 221 void WireInLoopEnd(Node* loop, Node* eloop, Node* vloop, Node* k,
|
D | js-typed-lowering.cc | 1208 Node* eloop = effect = in ReduceJSHasInPrototypeChain() local 1210 Node* terminate = graph()->NewNode(common()->Terminate(), eloop, loop); in ReduceJSHasInPrototypeChain() 1298 eloop->ReplaceInput(1, effect); in ReduceJSHasInPrototypeChain()
|
/external/wpa_supplicant_8/hs20/client/ |
D | Makefile | 52 OBJS += ../../src/utils/eloop.o
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | android.config | 245 # eloop = select() loop (default) 247 CONFIG_ELOOP=eloop
|
D | defconfig | 272 # eloop = select() loop (default) 274 #CONFIG_ELOOP=eloop
|
D | ChangeLog | 192 * added kqueue(2) support for eloop (CONFIG_ELOOP_KQUEUE) 532 * added support for usin epoll in eloop (CONFIG_ELOOP_EPOLL=y)
|