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

  /external/compiler-rt/lib/tsan/go/
test.c 19 void __tsan_go_end(int goid);
20 void __tsan_read(int goid, void *addr, void *pc);
21 void __tsan_write(int goid, void *addr, void *pc);
22 void __tsan_func_enter(int goid, void *pc);
23 void __tsan_func_exit(int goid);
24 void __tsan_malloc(int goid, void *p, unsigned long sz, void *pc);
26 void __tsan_acquire(int goid, void *addr);
27 void __tsan_release(int goid, void *addr);
28 void __tsan_release_merge(int goid, void *addr);
tsan_go.cc 111 void __tsan_read(int goid, void *addr, void *pc) {
112 ThreadState *thr = goroutines[goid];
116 void __tsan_write(int goid, void *addr, void *pc) {
117 ThreadState *thr = goroutines[goid];
121 void __tsan_func_enter(int goid, void *pc) {
122 ThreadState *thr = goroutines[goid];
126 void __tsan_func_exit(int goid) {
127 ThreadState *thr = goroutines[goid];
131 void __tsan_malloc(int goid, void *p, uptr sz, void *pc) {
132 ThreadState *thr = goroutines[goid];
    [all...]
  /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_wrap.c 1210 mm_ssh_gssapi_server_ctx(Gssctxt **ctx, gss_OID goid)
1219 buffer_put_string(&m, goid->elements, goid->length);
    [all...]
monitor.c 2014 gss_OID_desc goid; local
    [all...]

Completed in 47 milliseconds