Home
last modified time | relevance | path

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

/dports/emulators/tme/tme-0.8/libtme/
H A Dthreads-sjlj.c1246 fd_set *fdset_except_in, in tme_sjlj_select_yield() argument
1263 if (fdset_except_in != NULL) { in tme_sjlj_select_yield()
1264 tme_sjlj_thread_blocked.tme_sjlj_thread_fdset_except = *fdset_except_in; in tme_sjlj_select_yield()
1269 rc = select(nfds, fdset_read_in, fdset_write_in, fdset_except_in, &timeout_out); in tme_sjlj_select_yield()
1287 if (fdset_except_in == NULL) { in tme_sjlj_select_yield()