file descriptor

  1. D

    C Create a thread with a separate file descriptor table (set RFFDG flag)

    I want to create a thread with a separate file descriptor table to have better performance with kevent. In Linux, I was using unshare syscall to achieve this, which as far as I know there is no equivalent or similar syscall in FreeBSD. Then I tried creating such thread directly with rfork via...
Back
Top