Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dkern_fork.c922 static uint64_t nextuniqueid = 0; in forkproc() local
980 proc_ro_data.p_uniqueid = ++nextuniqueid; in forkproc()