OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outstanding
(Results
1 - 25
of
39
) sorted by null
1
2
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
util.go
100
runtime.GC() // profile all
outstanding
allocations
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
util.go
97
runtime.GC() // profile all
outstanding
allocations
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
util.go
100
runtime.GC() // profile all
outstanding
allocations
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
util.go
97
runtime.GC() // profile all
outstanding
allocations
/external/tremolo/Tremolo/
ogg.h
53
int
outstanding
;
member in struct:ogg_buffer_state
framing.c
60
/* destruction is 'lazy'; there may be memory references
outstanding
,
90
if(!bs->
outstanding
)
103
bs->
outstanding
++;
129
bs->
outstanding
++;
296
bs->
outstanding
--; /* for the returned buffer */
301
bs->
outstanding
--; /* for the returned reference */
/prebuilts/go/darwin-x86/src/net/
fd_mutex.go
23
// 20 bits - number of
outstanding
read waiters.
24
// 20 bits - number of
outstanding
write waiters.
dnsclient_unix.go
11
// Could potentially handle many
outstanding
lookups faster.
fd_windows.go
21
// CancelIo Windows API cancels all
outstanding
IO for a particular
/prebuilts/go/linux-x86/src/net/
fd_mutex.go
23
// 20 bits - number of
outstanding
read waiters.
24
// 20 bits - number of
outstanding
write waiters.
dnsclient_unix.go
11
// Could potentially handle many
outstanding
lookups faster.
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
util.go
143
runtime.GC() // profile all
outstanding
allocations
/prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
util.go
140
runtime.GC() // profile all
outstanding
allocations
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/link/internal/ld/
util.go
143
runtime.GC() // profile all
outstanding
allocations
/prebuilts/go/linux-x86/src/cmd/link/internal/ld/
util.go
140
runtime.GC() // profile all
outstanding
allocations
/prebuilts/go/darwin-x86/src/net/http/httptest/
server.go
34
// wg counts the number of
outstanding
HTTP requests on this server.
164
// Close shuts down the server and blocks until all
outstanding
191
// until
outstanding
requests are finished.
/prebuilts/go/linux-x86/src/net/http/httptest/
server.go
34
// wg counts the number of
outstanding
HTTP requests on this server.
164
// Close shuts down the server and blocks until all
outstanding
191
// until
outstanding
requests are finished.
/frameworks/base/core/java/android/os/
StrictMode.java
1552
int
outstanding
= sDropboxCallsInFlight.incrementAndGet();
local
1582
int
outstanding
= sDropboxCallsInFlight.decrementAndGet();
local
[
all
...]
/prebuilts/go/darwin-x86/misc/linkcheck/
linkcheck.go
28
var wg sync.WaitGroup //
outstanding
fetches
/prebuilts/go/darwin-x86/test/ken/
chan.go
279
// wait for
outstanding
tests to finish
/prebuilts/go/linux-x86/misc/linkcheck/
linkcheck.go
28
var wg sync.WaitGroup //
outstanding
fetches
/prebuilts/go/linux-x86/test/ken/
chan.go
279
// wait for
outstanding
tests to finish
/prebuilts/go/darwin-x86/src/net/rpc/
client.go
38
// There may be multiple
outstanding
Calls associated
/prebuilts/go/linux-x86/src/net/rpc/
client.go
38
// There may be multiple
outstanding
Calls associated
/prebuilts/go/darwin-x86/src/net/http/
transport_test.go
380
// Start 3
outstanding
requests and wait for the server to get them.
1110
// below can finish with a dial still
outstanding
. To keep
[
all
...]
Completed in 921 milliseconds
1
2