Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/kern/
H A Dkern_fork.c924 static uint64_t nextuniqueid = 0; in forkproc() local
982 proc_ro_data.p_uniqueid = ++nextuniqueid; in forkproc()