Searched refs:iolooper (Results 1 – 3 of 3) sorted by relevance
34 IoLooper* iolooper; member47 sync_socket->iolooper = iolooper_new(); in syncsocket_init()95 sync_socket->iolooper = looper; in syncsocket_connect()105 if (ssocket->iolooper != NULL) { in syncsocket_close()106 iolooper_reset(ssocket->iolooper); in syncsocket_close()117 if (ssocket->iolooper != NULL) { in syncsocket_free()118 iolooper_free(ssocket->iolooper); in syncsocket_free()127 if (ssocket == NULL || ssocket->fd < 0 || ssocket->iolooper == NULL) { in syncsocket_start_read()131 iolooper_add_read(ssocket->iolooper, ssocket->fd); in syncsocket_start_read()138 if (ssocket == NULL || ssocket->fd < 0 || ssocket->iolooper == NULL) { in syncsocket_stop_read()[all …]
272 IoLooper* iolooper; member346 iolooper_modify(looper->iolooper, fd, oldWanted, newWanted); in glooper_modifyFd()366 IoLooper* iol = looper->iolooper; in glooper_run()475 iolooper_free(looper->iolooper); in glooper_free()476 looper->iolooper = NULL; in glooper_free()487 looper->iolooper = iolooper_new(); in looper_newGeneric()
102 iolooper-select.c \