Docs.rs
  • open-coroutine-core-0.6.13
    • open-coroutine-core 0.6.13
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • loongs-zhang
    • Dependencies
      • cfg-if ^1.0.0 normal
      • core_affinity ^0.8 normal optional
      • corosensei ^0.2 normal optional
      • crossbeam-deque ^0.8 normal
      • crossbeam-skiplist ^0.1 normal
      • crossbeam-utils ^0.8 normal optional
      • dashmap ^6 normal
      • educe ^0.6.0 normal optional
      • num_cpus ^1 normal
      • once_cell ^1 normal
      • psm ^0.1 normal
      • rand ^0.8 normal
      • st3 ^0.4 normal
      • time ^0.3 normal optional
      • tracing ^0.1 normal optional
      • tracing-subscriber ^0.3 normal optional
      • uuid ^1 normal optional
      • anyhow ^1.0 dev
      • backtrace ^0.3 dev
      • slab ^0.4 dev
      • cfg-if ^1.0.0 build
      • io-uring ^0.7 normal optional
      • cc ^1 build
      • libc ^0.2 normal
      • mio ^1.0 normal optional
      • nix ^0.29 normal
      • polling ^2.8.0 normal optional
      • windows-sys ^0.59 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

open_coroutine_core0.6.13

Module syscall

Module Items

  • Functions

In crate open_coroutine_core

open_coroutine_core

Module syscall

Source
Expand description

Syscall impl.

Functionsยง

  • accept
  • accept4
  • close
  • connect
  • is_blocking
  • is_non_blocking
  • link
  • listen
  • lseek
  • mkdir
  • nanosleep
  • poll
  • pread
  • preadv
  • pthread_cond_timedwait
  • pthread_mutex_lock
  • pthread_mutex_trylock
  • pthread_mutex_unlock
  • pwrite
  • pwritev
  • read
  • readv
  • recv
  • recv_time_limit
  • recvfrom
  • recvmsg
  • reset_errno
  • rmdir
  • select
  • send
  • send_time_limit
  • sendmsg
  • sendto
  • set_blocking
    Panics
  • set_errno
  • set_non_blocking
    Panics
  • setsockopt
  • shutdown
  • sleep
  • socket
  • unlink
  • usleep
  • write
  • writev