gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__predict_true from t2ex/bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/kern/kern_descrip.c - 60.6KB - 2,238 lines
461:         fp = ff->ff_file;
462:         if (__predict_true(fp != NULL)) {
463:                 return fp;
504: v = atomic_cas_uint(&ff->ff_refcnt, u, u - 1); 505: if (__predict_true(u == v)) { 506: return;