MCPcopy Create free account

hub / github.com/alexcrichton/green-rs / functions

Functions573 in github.com/alexcrichton/green-rs

↓ 1 callersMethoduv_stat
(&self)
librustuv/src/raw/fs.rs:47
↓ 1 callersMethoduv_unref
(&self)
librustuv/src/raw/mod.rs:116
↓ 1 callersMethoduv_write
(&mut self, buf: &[u8])
librustuv/src/tty.rs:69
↓ 1 callersMethoduv_write
(&mut self, buf: &[u8])
librustuv/src/pipe.rs:129
↓ 1 callersMethoduv_write
(&mut self, buf: &[u8])
librustuv/src/tcp.rs:130
↓ 1 callersFunctionwith_argv
Converts the program and arguments to the argv array expected by libuv.
librustuv/src/process.rs:177
↓ 1 callersFunctionwith_env
Converts the environment to the env array expected by libuv
librustuv/src/process.rs:196
↓ 1 callersMethodwork
Process everything in the work queue (continually)
libgreen/src/basic.rs:54
↓ 1 callersMethodwrite
(&mut self, buf: &[u8])
librustuv/src/tty.rs:107
↓ 1 callersMethodwrite
(&mut self, buf: &[u8])
librustuv/src/pipe.rs:203
↓ 1 callersMethodwrite
(&mut self, buf: &[u8])
librustuv/src/fs.rs:168
↓ 1 callersMethodwrite
(&mut self, buf: &[u8])
librustuv/src/tcp.rs:208
Functionabort
(msg: &str)
libgreen/src/macros.rs:60
Methodaccept
(&mut self, missile: HomingMissile, uv_loop: raw::Loop)
librustuv/src/timeout.rs:354
Methodaccept
(&mut self, other: Self)
librustuv/src/raw/mod.rs:167
Methodagain
(&mut self)
librustuv/src/raw/timer.rs:52
Methodalloc
Allocate a new uninitialized request. This function is unsafe as there is no scheduled destructor for the returned value.
librustuv/src/raw/mod.rs:138
Functionalloc_cb
This allocation callback expects to be invoked once and only once. It will unwrap the buffer in the ReadContext stored in the stream and return it. Th
librustuv/src/stream.rs:145
Methodalloc_cb
(handle: *mut uvll::uv_handle_t, _suggested_size: libc::size_t,
librustuv/src/udp.rs:98
Functionasync_cb
(handle: *mut uvll::uv_async_t)
librustuv/src/async.rs:63
Functionasync_cb
(handle: *mut uvll::uv_async_t)
librustuv/src/queue.rs:56
Methodbind
(&mut self, addr: ip::SocketAddr)
librustuv/src/raw/udp.rs:40
Methodbind
(&mut self, name: CString)
librustuv/src/raw/pipe.rs:40
Methodbind
(&mut self, addr: ip::SocketAddr)
librustuv/src/raw/tcp.rs:68
Methodbind_on
(eloop: &mut EventLoop, addr: ip::SocketAddr)
librustuv/src/udp.rs:55
Methodbind_on
(eloop: &mut EventLoop, name: CString)
librustuv/src/pipe.rs:222
Methodbind_on
(eloop: &mut EventLoop, addr: ip::SocketAddr)
librustuv/src/tcp.rs:227
Functionbootstrap_green_task
Trampoline code for all new green tasks which are running around. This function is passed through to Context::new as the initial rust landing pad for
libgreen/src/task.rs:143
Methodborrow_raw
Borrow an unsafe pointer to the local event loop
librustuv/src/event_loop.rs:69
Methodbroadcast
(&mut self, enable: bool)
librustuv/src/udp.rs:202
Methodcall
(&mut self)
librustuv/tests/signal.rs:11
Methodcall
(&mut self)
librustuv/tests/timer.rs:9
Functioncallback
(req: *mut uvll::uv_getaddrinfo_t, status: libc::c_int, res: *const libc
librustuv/src/addrinfo.rs:84
Methodcallback
(&mut self, f: proc())
librustuv/src/event_loop.rs:104
Methodcallback
(&mut self, f: proc():Send)
libgreen/src/basic.rs:130
Methodcancel
Invokes uv_close This is unsafe as there is no guarantee that this handle is not actively being used by other objects.
librustuv/src/raw/mod.rs:146
Methodcancel_accept
(me: uint)
librustuv/src/timeout.rs:406
Methodcancel_read
(stream: uint)
librustuv/src/udp.rs:214
Methodcancel_read
(mut handle: U, reason: ssize_t)
librustuv/src/stream.rs:99
Methodcancel_read
(stream: uint)
librustuv/src/pipe.rs:173
Methodcancel_read
(stream: uint)
librustuv/src/tcp.rs:158
Methodcasual_pop
(&self)
libgreen/src/message_queue.rs:48
Methodchmod
(&mut self, uv_loop: Loop, path: CString, mode: c_int, cb: uvll::uv_fs_cb)
librustuv/src/raw/fs.rs:275
Methodchown
(&mut self, uv_loop: Loop, path: CString, uid: uvll::uv_uid_t, gid: uvll::uv_gid_t, cb: uvll:
librustuv/src/raw/fs.rs:239
Methodcleanup
This method is unsafe due to lack of knowledge of whether this handle is actively being used elsewhere.
librustuv/src/raw/fs.rs:26
Methodclone
(&self)
librustuv/src/access.rs:111
Methodclose
(&mut self, m: HomingMissile)
librustuv/src/timeout.rs:414
Methodclose
(&mut self, uv_loop: Loop, file: c_int, cb: uvll::uv_fs_cb)
librustuv/src/raw/fs.rs:92
Methodclose_accept
(&mut self)
librustuv/src/pipe.rs:321
Methodclose_accept
(&mut self)
librustuv/src/tcp.rs:331
Functionclose_cb
(handle: *mut uvll::uv_handle_t)
librustuv/src/async.rs:100
Methodclose_cb
(handle: *mut uvll::uv_handle_t)
librustuv/src/timer.rs:197
Methodclose_read
(&mut self)
librustuv/src/pipe.rs:135
Methodclose_read
(&mut self)
librustuv/src/tcp.rs:136
Methodclose_write
(&mut self)
librustuv/src/pipe.rs:162
Methodclose_write
(&mut self)
librustuv/src/tcp.rs:147
Methodconfigure
Creates a new green task with the given configuration options for the contained Task object. The given stack pool is also used to allocate a new stack
libgreen/src/task.rs:226
Functionconnect_cb
(req: *mut uvll::uv_connect_t, status: libc::c_int)
librustuv/src/timeout.rs:293
Methodconnect_on
(eloop: &mut EventLoop, name: CString, timeout: Option<Duration>)
librustuv/src/pipe.rs:98
Methodconnect_on
(eloop: &mut EventLoop, addr: ip::SocketAddr, timeout: Option<Duration>)
librustuv/src/tcp.rs:100
Methodconnect_timeout
(name: &T, timeout: Duration)
librustuv/src/pipe.rs:92
Methodconnect_timeout
(addr: ip::SocketAddr, timeout: Duration)
librustuv/src/tcp.rs:95
Methodconvert
Just like the `maybe_take_runtime` function, this function should *not exist. Usage of this function is _strongly_ discouraged. This is an absolute la
libgreen/src/task.rs:247
Functioncopy
(from: &Path, to: &Path)
librustuv/src/fs.rs:444
Methodcreate
(path: &Path)
librustuv/src/fs.rs:35
Methoddatasync
(&self)
librustuv/src/fs.rs:93
Methodderef
(&'a self)
librustuv/src/event_loop.rs:165
Methodderef
(&'a self)
librustuv/src/access.rs:125
Methodderef_mut
(&'a mut self)
librustuv/src/event_loop.rs:169
Methoddesc
Return a textual description of this error
librustuv/src/lib.rs:174
Methoddeschedule_running_task_and_then
Block a running task, context switch to the scheduler, then pass the blocked task to a closure. # Safety note The closure here is a *stack* closure
libgreen/src/sched.rs:739
Methoddone
(t: *mut uvll::uv_handle_t)
librustuv/src/raw/mod.rs:109
Functiondont_starve_1
()
libgreen/src/sched.rs:1403
Functiondont_starve_2
()
libgreen/src/sched.rs:1423
Methoddrop
(&mut self)
librustuv/src/udp.rs:246
Methoddrop
(&mut self)
librustuv/src/process.rs:319
Methoddrop
(&mut self)
librustuv/src/async.rs:117
Methoddrop
(&mut self)
librustuv/src/stream.rs:191
Methoddrop
(&mut self)
librustuv/src/tty.rs:113
Methoddrop
(&mut self)
librustuv/src/lib.rs:132
Methoddrop
(&mut self)
librustuv/src/pipe.rs:209
Methoddrop
(&mut self)
librustuv/src/signal.rs:103
Methoddrop
(&mut self)
librustuv/src/idle.rs:58
Methoddrop
(&mut self)
librustuv/src/fs.rs:188
Methoddrop
(&mut self)
librustuv/src/tcp.rs:214
Methoddrop
(&mut self)
librustuv/src/event_loop.rs:140
Methoddrop
(&mut self)
librustuv/src/homing.rs:124
Methoddrop
(&mut self)
librustuv/src/access.rs:140
Methoddrop
(&mut self)
librustuv/src/queue.rs:154
Methoddrop
(&mut self)
librustuv/src/timeout.rs:192
Methoddrop
(&mut self)
librustuv/src/timer.rs:176
Methoddrop
(&mut self)
librustuv/src/addrinfo.rs:98
Methoddrop
(&mut self)
librustuv/src/raw/mod.rs:219
Methoddrop
(&mut self)
librustuv/tests/all.rs:37
Methoddrop
(&mut self)
librustuv/tests/fs.rs:41
Methoddrop
(&mut self)
libgreen/src/lib.rs:566
Methoddrop
(&mut self)
libgreen/src/basic.rs:176
Methoddrop
(&mut self)
libgreen/src/task.rs:112
Functiondumb_println
(args: &fmt::Arguments)
librustuv/src/macros.rs:31
Functiondumb_println
(args: &fmt::Arguments)
libgreen/src/macros.rs:54
← previousnext →201–300 of 573, ranked by callers