Searched refs:multi_socket (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/power_management/ |
H A D | runpwtests01.sh | 53 multi_socket=$(is_multi_socket) 59 if [ $multi_socket -ne 0 -a $multi_core -ne 0 ] ; then
|
/third_party/curl/lib/ |
H A D | multi.c | 343 * Quote from README.multi_socket: 2896 * This function is the primary way for a multi/multi_socket application to 3096 * Used by the connect code to tell the multi_socket code that one of the 3098 * remove it from the sockethash for this handle to make the multi_socket API 3190 static CURLMcode multi_socket(struct Curl_multi *multi, function 3400 result = multi_socket(multi, FALSE, s, 0, running_handles); 3412 result = multi_socket(multi, FALSE, s, ev_bitmask, running_handles); 3423 result = multi_socket(multi, TRUE, CURL_SOCKET_BAD, 0, running_handles);
|
Completed in 9 milliseconds