Searched refs:mevent_pipefd (Results 1 – 1 of 1) sorted by relevance
66 static int mevent_pipefd[2]; variable128 if (mevent_pipefd[1] != 0 && pthread_self() != mevent_tid) { in mevent_notify()129 write(mevent_pipefd[1], &c, 1); in mevent_notify()518 ret = pipe(mevent_pipefd); in mevent_dispatch()526 if (caph_rights_limit(mevent_pipefd[0], &rights) == -1) in mevent_dispatch()528 if (caph_rights_limit(mevent_pipefd[1], &rights) == -1) in mevent_dispatch()535 pipev = mevent_add(mevent_pipefd[0], EVF_READ, mevent_pipe_read, NULL); in mevent_dispatch()