Lines Matching refs:T_ASSERT_NOTNULL

90 		T_QUIET; T_ASSERT_NOTNULL(buf, "allocated stackshot buffer");
151 T_ASSERT_NOTNULL(config, "created stackshot config");
234 T_WITH_ERRNO; T_QUIET; T_ASSERT_NOTNULL(f,
515 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "dqlabel child semaphore");
518 T_QUIET; T_ASSERT_NOTNULL(parent_done_sem, "dqlabel parent semaphore");
521 T_QUIET; T_ASSERT_NOTNULL(dq, "dispatch queue");
550 T_QUIET; T_ASSERT_NOTNULL(cacheaddr_env, "getenv("CACHEADDR_ENV")");
559 T_QUIET; T_ASSERT_NOTNULL(addr, "shared cache address");
583 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "shared_cache child semaphore");
586 T_QUIET; T_ASSERT_NOTNULL(signal_processing_q, "signal processing queue");
591 T_QUIET; T_ASSERT_NOTNULL(child_samesig_src, "dispatch_source_create (child_samesig_src)");
593 T_QUIET; T_ASSERT_NOTNULL(child_diffsig_src, "dispatch_source_create (child_diffsig_src)");
602 T_QUIET; T_ASSERT_NOTNULL(addr, "shared cache address");
645 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "exec child semaphore");
648 T_QUIET; T_ASSERT_NOTNULL(signal_processing_q, "signal processing queue");
654 T_QUIET; T_ASSERT_NOTNULL(child_sig_src, "dispatch_source_create (child_sig_src)");
734 T_QUIET; T_ASSERT_NOTNULL(child_thread_started, "zombie child thread semaphore");
757 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "zombie child semaphore");
760 T_QUIET; T_ASSERT_NOTNULL(signal_processing_q, "signal processing queue");
768 T_QUIET; T_ASSERT_NOTNULL(child_sig_src, "dispatch_source_create (child_sig_src)");
834 T_QUIET; T_ASSERT_NOTNULL(signal_processing_q, "signal processing queue");
838 T_QUIET; T_ASSERT_NOTNULL(parent_sig_src, "dispatch_source_create (child_sig_src)");
876 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "exec child semaphore");
879 T_QUIET; T_ASSERT_NOTNULL(signal_processing_q, "signal processing queue");
887 T_QUIET; T_ASSERT_NOTNULL(child_sig_src, "dispatch_source_create (child_sig_src)");
1061 T_QUIET; T_ASSERT_NOTNULL(async_ts.child_ready_sem, "child_ready_sem alloc");
1062 T_QUIET; T_ASSERT_NOTNULL(async_ts.child_exit_sem, "child_exit_sem alloc");
1354 T_QUIET; T_ASSERT_NOTNULL(properties, "properties is not null");
1540 T_QUIET; T_ASSERT_NOTNULL(binary_name, "Find basename in path '%s'", path);
1546 T_QUIET; T_ASSERT_NOTNULL(child_ready_sem, "exec child semaphore");
1549 T_QUIET; T_ASSERT_NOTNULL(signal_processing_q, "signal processing queue");
1553 T_QUIET; T_ASSERT_NOTNULL(child_sig_src, "dispatch_source_create (child_sig_src)");
2233 T_QUIET; T_ASSERT_NOTNULL(container, "parsed thread container from stackshot");
2343 T_QUIET; T_ASSERT_NOTNULL(cache_header, "current process running with shared cache");
2357 T_QUIET; T_ASSERT_NOTNULL(pid_num, "sharedcache child pid provided");
2358 T_QUIET; T_ASSERT_NOTNULL(sameaddr_num, "sharedcache child addrsame provided");
2368 T_ASSERT_NOTNULL(pid_num, "transitioning task pid provided");
2374 T_QUIET; T_ASSERT_NOTNULL(pid_num, "zombie child pid provided");
2381 T_QUIET; T_ASSERT_NOTNULL(unique_pid_num, "postexec child unique pid provided");
2388 T_QUIET; T_ASSERT_NOTNULL(tid_num, "cseg's expected thread id provided");
2410 T_QUIET; T_ASSERT_NOTNULL(pid_num, "translated child pid provided");
2416 T_QUIET; T_ASSERT_NOTNULL(pid_num, "exec inprogress pid provided");
2421 T_QUIET; T_ASSERT_NOTNULL(exec_inprogress_cb, "exec inprogress found callback provided");
2425 T_QUIET; T_ASSERT_NOTNULL(driverkit_cb, "driverkit found callback provided");
2430 T_QUIET; T_ASSERT_NOTNULL(threadid_id, "asyncstack threadid provided");
2433 T_QUIET; T_ASSERT_NOTNULL(asyncstack_stack, "asyncstack expected stack provided");
2483 T_QUIET; T_WITH_ERRNO; T_ASSERT_NOTNULL(inflatedBufferBase, "allocated temporary output buffer");
2525 T_QUIET; T_ASSERT_NOTNULL(array, "parsed array from stackshot");
2531 T_ASSERT_NOTNULL(shared_cache_uuids, "parsed shared cache layout array");
2550 T_QUIET; T_ASSERT_NOTNULL(container, "parsed sharedcache container from stackshot");
2566 T_QUIET; T_ASSERT_NOTNULL(container, "parsed task/transitioning_task container from stackshot");
2809 T_QUIET; T_ASSERT_NOTNULL(task_cpu_architecture[@"cputype"], "have cputype");
2810 T_QUIET; T_ASSERT_NOTNULL(task_cpu_architecture[@"cpusubtype"], "have cputype");
2863 …T_QUIET; T_ASSERT_NOTNULL(async_stack, "async thread %#llx has user_async_stack_frames", asyncstac…
2864 …T_QUIET; T_ASSERT_NOTNULL(start_idx, "async thread %#llx has user_async_start_index", asyncstack_t…
2865 …T_QUIET; T_ASSERT_NOTNULL(user_stack, "async thread %#llx has user_stack_frames", asyncstack_threa…