HomeSort by relevance Sort by last modified time
    Searched defs:lwp_start (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/runtime/
os_dragonfly.go 129 func lwp_start(uintptr) func
135 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " lwp_start=", funcPC(lwp_start), " id=", mp.id, " ostk=", &mp, "\n")
142 start_func: funcPC(lwp_start),
183 // m.procid is a uint64, but lwp_start writes an int32. Fix it up.
  /prebuilts/go/linux-x86/src/runtime/
os_dragonfly.go 129 func lwp_start(uintptr) func
135 print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " lwp_start=", funcPC(lwp_start), " id=", mp.id, " ostk=", &mp, "\n")
142 start_func: funcPC(lwp_start),
183 // m.procid is a uint64, but lwp_start writes an int32. Fix it up.

Completed in 202 milliseconds