/external/valgrind/helgrind/tests/ |
tc17_sembar.c | 38 unsigned arrived; member in struct:__anon42695 53 bar->arrived = 0; 84 ++bar->arrived; 86 if (bar->arrived == bar->total) 88 bar->arrived--; 89 n = bar->arrived; 123 n = --bar->arrived; /* XXX see below */ 133 understand that bar->arrived is protected by mutex1 whilst threads
|
/external/syslinux/gpxe/src/interface/efi/ |
efi_snp.c | 150 unsigned int arrived; local 160 arrived = ( after - before ); 162 snpdev->rx_count_interrupts += arrived; 163 snpdev->rx_count_events += arrived; [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
lock_sema.go | 233 // Deadline hasn't arrived. Keep sleeping. 236 // Deadline arrived. Still registered. Semaphore not acquired.
|
signal_sighandler.go | 97 print("signal arrived during cgo execution\n")
|
signal_windows.go | 137 print("signal arrived during external code execution\n")
|
proc.go | [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
lock_sema.go | 233 // Deadline hasn't arrived. Keep sleeping. 236 // Deadline arrived. Still registered. Semaphore not acquired.
|
signal_sighandler.go | 97 print("signal arrived during cgo execution\n")
|
signal_windows.go | 137 print("signal arrived during external code execution\n")
|
proc.go | [all...] |
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
TechNotes.txt | 118 may have arrived asynchronously;
254 each packet that can be in-flight or already arrived from the host,
|
/prebuilts/go/darwin-x86/src/time/ |
sleep_test.go | 315 return fmt.Errorf("After(%s) arrived at %s, expected [%s,%s]", target, dt, target-delta/2, target+delta*10)
|
/prebuilts/go/linux-x86/src/time/ |
sleep_test.go | 315 return fmt.Errorf("After(%s) arrived at %s, expected [%s,%s]", target, dt, target-delta/2, target+delta*10)
|
/external/libvncserver/webclients/novnc/include/ |
keyboard.js | 381 // When we receive a "stall" event, wait a few ms before processing the next keydown. If a keypress has also arrived, merge the two
|
/prebuilts/go/darwin-x86/src/net/http/ |
transfer.go | 796 // and we need to check whether this EOF arrived early.
|
server.go | 231 // the local address the connection arrived on. 238 // server is the server on which the connection arrived. [all...] |
/prebuilts/go/darwin-x86/src/net/url/ |
url.go | 479 // viaRequest is true, the URL is assumed to have arrived via an HTTP request,
|
/prebuilts/go/linux-x86/src/net/http/ |
transfer.go | 796 // and we need to check whether this EOF arrived early.
|
server.go | 231 // the local address the connection arrived on. 238 // server is the server on which the connection arrived. [all...] |
/prebuilts/go/linux-x86/src/net/url/ |
url.go | 479 // viaRequest is true, the URL is assumed to have arrived via an HTTP request,
|