gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:__predict_false from t2ex/bsd_source/t2ex/network/net/src_bsd/rump/sleepq.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/rump/sleepq.c - 10.9KB - 469 lines
109: #ifndef T2EX
110:         if (__predict_false(sobj != &sleep_syncobj || strcmp(wemsg, "callout"))) {
111: #else
112:         if (__predict_false(sobj != &sleep_syncobj || (strcmp(wmesg, "callout") != 0 && strcmp(wmesg, "select") != 0 && strcmp(wmesg, "pollsock") != 0))) {
113: #endif