Home
last modified time | relevance | path

Searched refs:unique_pid (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.121.3/osfmk/bank/
H A Dbank_types.h48 uint64_t unique_pid; member
65 uint64_t unique_pid; member
H A Dbank_internal.h91 #define bt_unique_pid bt_proc_persona.unique_pid
H A Dbank.c375 if (pmi.unique_pid != bank_holder->bt_unique_pid) { in bank_get_value()
/xnu-8020.121.3/tests/
H A Dstackshot_tests.m61 …postexec_child_unique_pid_key = @"postexec_child_unique_pid"; // -> @(unique_pid), required for P…
818 uint64_t unique_pid = proc_info_data.p_uniqueid;
820 …T_LOG("received signal from pre-exec child, unique_pid is %llu, timestamp is %llu", unique_pid, st…
842 …T_POSTEXEC | PARSE_STACKSHOT_DELTA, ssbuf, sslen, @{postexec_child_unique_pid_key: @(unique_pid)});
2115 * PARSE_STACKSHOT_POSTEXEC: postexec_child_unique_pid_key -> @(unique_pid)
2419 uint64_t unique_pid = [task_snapshot[@"ts_unique_pid"] unsignedLongLongValue];
2420 if (unique_pid == postexec_child_unique_pid) {
2430 uint64_t unique_pid = [task_delta_snapshot[@"tds_unique_pid"] unsignedLongLongValue];
2431 if (unique_pid == postexec_child_unique_pid) {