Searched refs:multi_socket (Results 1 – 11 of 11) sorted by relevance
| /third_party/ltp/testcases/kernel/power_management/ |
| D | runpwtests_exclusive04.sh | 33 multi_socket=$(is_multi_socket) 34 if [ $hyper_threaded -ne 0 -o $multi_socket -ne 0 ]; then
|
| D | runpwtests_exclusive02.sh | 39 multi_socket=$(is_multi_socket) 41 if [ $hyper_threaded -ne 0 -o $multi_socket -ne 0 \
|
| D | runpwtests01.sh | 53 multi_socket=$(is_multi_socket) 59 if [ $multi_socket -ne 0 -a $multi_core -ne 0 ] ; then
|
| D | runpwtests_exclusive03.sh | 41 multi_socket=$(is_multi_socket) 43 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
|
| D | runpwtests_exclusive05.sh | 41 multi_socket=$(is_multi_socket) 43 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
|
| D | runpwtests_exclusive01.sh | 41 multi_socket=$(is_multi_socket) 43 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
|
| /third_party/curl/tests/data/ |
| D | test530 | 37 multi_socket interface transfer with callbacks returning error
|
| /third_party/curl/tests/ |
| D | valgrind.supp | 73 fun:multi_socket
|
| /third_party/curl/lib/ |
| D | multi.c | 3168 static CURLMcode multi_socket(struct Curl_multi *multi, function 3375 result = multi_socket(multi, FALSE, s, 0, running_handles); 3387 result = multi_socket(multi, FALSE, s, ev_bitmask, running_handles); 3398 result = multi_socket(multi, TRUE, CURL_SOCKET_BAD, 0, running_handles);
|
| /third_party/curl/docs/ |
| D | HISTORY.md | 200 April: Added the multi_socket() API
|
| D | TODO | 500 The multi_socket API should work with edge-triggered socket events. One of
|