Home
last modified time | relevance | path

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

/libev/
H A Dev_wrap.h23 #define curpid ((loop)->curpid) macro
122 #undef curpid
H A Dev_vars.h78 VARx(pid_t, curpid)
H A Dev.c2856 curpid = getpid (); in loop_init()
3554 if (expect_false (curpid)) /* penalise the forking check even more */ in ev_run()
3555 if (expect_false (getpid () != curpid)) in ev_run()
3557 curpid = getpid (); in ev_run()