Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/power_management/
Drunpwtests_exclusive04.sh33 multi_socket=$(is_multi_socket)
34 if [ $hyper_threaded -ne 0 -o $multi_socket -ne 0 ]; then
Drunpwtests_exclusive02.sh35 multi_socket=$(is_multi_socket)
37 if [ $hyper_threaded -ne 0 -o $multi_socket -ne 0 \
Drunpwtests01.sh53 multi_socket=$(is_multi_socket)
59 if [ $multi_socket -ne 0 -a $multi_core -ne 0 ] ; then
Drunpwtests_exclusive03.sh36 multi_socket=$(is_multi_socket)
38 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
Drunpwtests_exclusive05.sh36 multi_socket=$(is_multi_socket)
38 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
Drunpwtests_exclusive01.sh36 multi_socket=$(is_multi_socket)
38 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
/external/curl/tests/data/
Dtest53037 multi_socket interface transfer with callbacks returning error
/external/curl/tests/
Dvalgrind.supp64 fun:multi_socket
/external/curl/docs/libcurl/
Dcurl_multi_timeout.md44 An application that uses the *multi_socket* API should not use this function.
Dlibcurl-multi.md59 the event based one we call multi_socket. You benefit from reading through the
141 The multi_socket API is designed to inform your application about which
Dlibcurl-tutorial.md1359 interface. The event based one, also called multi_socket and the "normal one"
1361 on the multi_socket event based API, this description here is for the select()
/external/curl/lib/
Dmulti.c3274 static CURLMcode multi_socket(struct Curl_multi *multi, function
3468 return multi_socket(multi, FALSE, s, 0, running_handles);
3477 return multi_socket(multi, FALSE, s, ev_bitmask, running_handles);
3485 return multi_socket(multi, TRUE, CURL_SOCKET_BAD, 0, running_handles);
/external/curl/docs/
DTODO513 The multi_socket API should work with edge-triggered socket events. One of