Searched refs:finalized (Results 1 – 23 of 23) sorted by relevance
42 bool finalized() const XRAY_NEVER_INSTRUMENT { in finalized() function71 if (finalized()) in setupNewBuffer()104 if (finalized()) in setupNewBuffer()110 if (finalized()) in prepareBuffer()137 if (finalized()) { in returnBuffer()246 if (finalized() || in functionEnter()270 if (finalized()) in functionTailExit()295 if (finalized() || in functionEnterArg()312 if (finalized() || in functionExit()335 if (finalized() || in customEvent()[all …]
23 "notice that the log has been finalized and clean up.")
25 "notice that the profiler has been finalized and clean up.")
416 if(ctx->finalized) { in ub_ctx_set_option()445 if(ctx->finalized) { in ub_ctx_config()463 if(ctx->finalized) { in ub_ctx_add_ta()482 if(ctx->finalized) { in ub_ctx_add_ta_file()500 if(ctx->finalized) { in ub_ctx_add_ta_autr()520 if(ctx->finalized) { in ub_ctx_trustedkeys()562 if(ctx->finalized) { in ub_ctx_async()756 if(!ctx->finalized) { in ub_resolve()802 if(!ctx->finalized) { in ub_resolve_event()844 if(!ctx->finalized) { in ub_resolve_async()[all …]
84 int finalized; member
117 ctx->finalized = 1; in context_finalize()
31 structure is not complete and must be finalized either by streaming (if53 The returned CMS_ContentInfo structure will be valid and finalized when this57 CMS_SignerInfo structure will not be finalized so additional attributes86 before it is finalized.
30 is not complete and must be finalized either by streaming (if applicable) or47 returned B<PKCS7> structure will be valid and finalized when this flag is set.50 B<PKCS7_SIGNER_INO> structure will not be finalized so additional attributes72 before it is finalized.
42 The B<CMS_ContentInfo> structure needs to be finalized using L<CMS_final(3)>
67 Since only a copy of the digest context is ever finalized the context must
71 Since only a copy of the digest context is ever finalized the context must
32 0x00) echo "old" ;; # built before class codes were finalized
1036 assert(!finalized && "should only finalize once"); in finalizeContents()1041 finalized = true; in finalizeContents()
505 bool finalized = false; variable
1349 void finalizeContents() override { finalized = true; } in finalizeContents()1354 bool finalized = false; variable
4339 return !finalized || !entries.empty(); in isNeeded()
145 Any required reviews can then be finalized and the pull request merged.
130 "cannot rebuild module '%0' as it is already finalized">, DefaultFatal;
259 A finalized event cannot be re-added or activated. The finalizer261 "resucitate" the event being finalized in any way.
301 api : finalized advanced API, last stage before "stable" status
1361 When RFC2553 was about to be finalized, there was discussion on how struct
4554 // TODO: These intrinsics are not yet finalized, pending PTX ISA design work