Lines Matching refs:thread
84 5.1 Is libcurl thread-safe?
153 libcurl is free, thread-safe, IPv6 compatible, feature rich, well
1121 5.1 Is libcurl thread-safe?
1126 programs. libcurl will use thread-safe functions instead of non-safe ones if
1130 There may be some exceptions to thread safety depending on how libcurl was
1131 built. Please review the guidelines for thread safety to learn more:
1312 can call from another thread or similar that will stop it immediately.
1400 Put simply: no, libcurl will execute in the same thread you call it in. All
1401 callbacks will be called in the same thread as the one you call libcurl in.
1403 If you want to avoid your thread to be blocked by the libcurl call, you make
1405 asynchronously - still in the same single thread.