Search | Google it | Results 1 - 1 of 1 for funcall:strcmp from t2ex/bsd_source/t2ex/network/net/src_bsd/rump/sleepq.c (0.00 seconds) |
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