OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:goid
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
auth2-gss.c
62
gss_OID_desc
goid
= {0, NULL};
local
92
goid
.elements = doid + 2;
93
goid
.length = len - 2;
94
gss_test_oid_set_member(&ms, &
goid
, supported,
109
if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &
goid
)))) {
monitor.c
2014
gss_OID_desc
goid
;
local
[
all
...]
/external/compiler-rt/lib/tsan/go/
tsan_go.cc
154
int
goid
= ThreadCreate(parent, (uptr)pc, 0, true);
local
155
ThreadStart(thr,
goid
, 0);
Completed in 175 milliseconds