Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for libc_pthread_attr_init (0.21 sec)

  1. src/runtime/os3_solaris.go

    //go:linkname libc_munmap libc_munmap
    //go:linkname libc_open libc_open
    //go:linkname libc_pthread_attr_destroy libc_pthread_attr_destroy
    //go:linkname libc_pthread_attr_getstack libc_pthread_attr_getstack
    //go:linkname libc_pthread_attr_init libc_pthread_attr_init
    //go:linkname libc_pthread_attr_setdetachstate libc_pthread_attr_setdetachstate
    //go:linkname libc_pthread_attr_setstack libc_pthread_attr_setstack
    //go:linkname libc_pthread_create libc_pthread_create
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. src/runtime/sys_darwin.go

    }
    func proc_regionfilename_trampoline()
    
    // Tell the linker that the libc_* functions are to be found
    // in a system library, with the libc_ prefix missing.
    
    //go:cgo_import_dynamic libc_pthread_attr_init pthread_attr_init "/usr/lib/libSystem.B.dylib"
    //go:cgo_import_dynamic libc_pthread_attr_getstacksize pthread_attr_getstacksize "/usr/lib/libSystem.B.dylib"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:17:26 UTC 2024
    - 23.9K bytes
    - Viewed (0)
Back to top