OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cb_max
(Results
1 - 6
of
6
) sorted by null
/prebuilts/go/darwin-x86/src/runtime/
zcallback_windows.go
5
const
cb_max
= 2000 // maximum number of windows callbacks allowed
const
wincallback.go
52
const
cb_max
= %d // maximum number of windows callbacks allowed
syscall_windows.go
13
ctxt [
cb_max
]*wincallbackcontext
72
if n >=
cb_max
{
/prebuilts/go/linux-x86/src/runtime/
zcallback_windows.go
5
const
cb_max
= 2000 // maximum number of windows callbacks allowed
const
wincallback.go
52
const
cb_max
= %d // maximum number of windows callbacks allowed
syscall_windows.go
13
ctxt [
cb_max
]*wincallbackcontext
72
if n >=
cb_max
{
Completed in 240 milliseconds