HomeSort by relevance Sort by last modified time
    Searched full:port_create (Results 1 - 11 of 11) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
netpoll_solaris.go 70 //go:cgo_import_dynamic libc_port_create port_create "libc.so"
95 func port_create() int32 { func
114 portfd = port_create()
  /prebuilts/go/linux-x86/src/runtime/
netpoll_solaris.go 70 //go:cgo_import_dynamic libc_port_create port_create "libc.so"
95 func port_create() int32 { func
114 portfd = port_create()
  /external/libevent/
evport.c 36 * evport.c: event backend using Solaris 10 event ports. See port_create(3C).
147 if ((evpd->ed_port = port_create()) == -1) {
config.h.in 151 /* Define to 1 if you have the `port_create' function. */
configure.ac 519 AC_CHECK_FUNCS(port_create, [haveeventports=yes], )
  /external/libevent/include/event2/
event-config-bionic.h 176 /* Define to 1 if you have the `port_create' function. */
event-config-darwin.h 176 /* Define to 1 if you have the `port_create' function. */
event-config-linux.h 176 /* Define to 1 if you have the `port_create' function. */
  /external/valgrind/memcheck/tests/solaris/
scalar.c 695 GO(SYS_port, "(PORT_CREATE) 1s 0m");
696 SY(SYS_port, (x0 + PORT_CREATE) | PORT_SYS_NOPORT); SUCC;
    [all...]
scalar.stderr.exp     [all...]
  /external/valgrind/include/vki/
vki-solaris.h 658 #define VKI_PORT_CREATE PORT_CREATE
    [all...]

Completed in 2394 milliseconds