Home
last modified time | relevance | path

Searched refs:multi_socket (Results 1 – 12 of 12) 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.sh39 multi_socket=$(is_multi_socket)
41 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.sh41 multi_socket=$(is_multi_socket)
43 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
Drunpwtests_exclusive05.sh41 multi_socket=$(is_multi_socket)
43 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
Drunpwtests_exclusive01.sh41 multi_socket=$(is_multi_socket)
43 if [ $multi_socket -ne 0 -o $multi_core -ne 0 -o \
/external/curl/tests/
Dvalgrind.supp32 fun:multi_socket
/external/curl/lib/
Dmulti.c2535 static CURLMcode multi_socket(struct Curl_multi *multi, in multi_socket() function
2743 CURLMcode result = multi_socket(multi, FALSE, s, 0, running_handles); in curl_multi_socket()
2752 CURLMcode result = multi_socket(multi, FALSE, s, in curl_multi_socket_action()
2762 CURLMcode result = multi_socket(multi, TRUE, CURL_SOCKET_BAD, 0, in curl_multi_socket_all()
/external/curl/docs/
DINTERNALS.md39 - [`multi_socket`](#multi_socket)
806 <a name="multi_socket"></a>
807 `multi_socket`
954 `multi_socket` API.
DHISTORY.md175 April: Added the multi_socket() API
DTODO441 The multi_socket API should work with edge-triggered socket events. One of
/external/curl/
DCHANGES.0547 - Using the multi_socket API, it turns out at times it seemed to "forget"
2178 - Igor Novoseltsev fixed a bad situation for the multi_socket() API when doing
2194 "regular" and multi_socket) is used for SCP and SFTP transfers. This should
2559 flaw in how the multi_socket interface in some cases missed to call the
6040 - Jeff Pohlmeyer presented a *multi_socket()-using program that exposed a
6458 sources. See the lib/README.multi_socket for implementation story with