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

  /prebuilts/go/darwin-x86/src/runtime/
os1_windows.go 470 var profiletimer uintptr var
493 stdcall2(_WaitForSingleObject, profiletimer, _INFINITE)
516 if profiletimer == 0 {
518 atomicstoreuintptr(&profiletimer, timer)
534 stdcall6(_SetWaitableTimer, profiletimer, uintptr(unsafe.Pointer(&due)), uintptr(ms), 0, 0, 0)
  /prebuilts/go/linux-x86/src/runtime/
os1_windows.go 470 var profiletimer uintptr var
493 stdcall2(_WaitForSingleObject, profiletimer, _INFINITE)
516 if profiletimer == 0 {
518 atomicstoreuintptr(&profiletimer, timer)
534 stdcall6(_SetWaitableTimer, profiletimer, uintptr(unsafe.Pointer(&due)), uintptr(ms), 0, 0, 0)

Completed in 160 milliseconds