Lines Matching refs:thread
9 the parts needed to provide thread-safety. This means that support
33 state first. Note that the thread-safe `res_nclose' still doesn't
48 interfaces are not thread-safe. Therefore, BIND 8.2 introduced a set
51 argument, so you can use a per-thread resolver state. In glibc, when
52 you link with -lpthread, such a per-thread resolver state is already
55 `h_errno' variables. This per-thread resolver state is also used for
57 `gethostbyname_r' is now fully thread-safe and re-entrant. The
59 resolver state and are therefore still thread-unsafe. The resolver
61 thread.
70 in the "main" thread should continue to work, except that they no
76 in more than one thread should be just as buggy as before (there are
79 than the "main" thread will seem to have no effect though.
83 thread won't be influenced by the those changes anymore.
85 We recommend to use the new thread-safe interfaces in new code, since