HomeSort by relevance Sort by last modified time
    Searched defs:goid (Results 1 - 3 of 3) sorted by null

  /external/openssh/
auth2-gss.c 63 gss_OID_desc goid = {0, NULL}; local
90 goid.elements = doid + 2;
91 goid.length = len - 2;
92 ssh_gssapi_test_oid_supported(&ms, &goid, &present);
104 if (GSS_ERROR(PRIVSEP(ssh_gssapi_server_ctx(&ctxt, &goid)))) {
monitor.c 1967 gss_OID_desc goid; local
    [all...]
  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 216 int goid = ThreadCreate(parent, (uptr)pc, 0, true); local
217 ThreadStart(thr, goid, 0);

Completed in 2939 milliseconds