Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_pipe.c239 static _Atomic uint64_t pipe_unique_id = 1; variable
621 pp->pp_pipe_id = os_atomic_inc_orig(&pipe_unique_id, relaxed); in pipepair_alloc()