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

  /external/compiler-rt/lib/tsan/go/
tsan_go.cc 59 SymbolizeCodeContext cbctx; local
60 internal_memset(&cbctx, 0, sizeof(cbctx));
61 cbctx.pc = addr;
62 go_runtime_cb(CallbackSymbolizeCode, &cbctx);
63 if (cbctx.res) {
65 info.module_offset = cbctx.off;
66 info.function = internal_strdup(cbctx.func ? cbctx.func : "??");
67 info.file = internal_strdup(cbctx.file ? cbctx.file : "-")
86 SymbolizeDataContext cbctx; local
    [all...]
  /hardware/qcom/wlan/cld80211-lib/
cld80211_lib.h 129 * cbctx: Context provided by client, which is to be used when an
135 void *cbctx);
cld80211_lib.c 397 void *cbctx)
420 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, valid_handler, cbctx);
  /external/openssh/regress/unittests/hostkeys/
test_iterate.c 37 struct cbctx { struct
55 struct cbctx *ctx = (struct cbctx *)_ctx;
973 struct cbctx ctx;

Completed in 1495 milliseconds