Home
last modified time | relevance | path

Searched refs:num_fds (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
Dsys_select_test.cpp95 int num_fds = select(max, &r, &w, &e, nullptr); in TEST() local
99 ASSERT_TRUE(num_fds == 2 || num_fds == 3) << "Num fds returned " << num_fds; in TEST()
102 if (num_fds == 3) { in TEST()
153 int num_fds = pselect(max, &r, &w, &e, nullptr, &ss); in TEST() local
154 ASSERT_TRUE(num_fds == 2 || num_fds == 3) << "Num fds returned " << num_fds; in TEST()
157 if (num_fds == 3) { in TEST()
/bionic/libc/bionic/
Dandroid_profiling_dynamic.cpp157 int num_fds = 2; in HandleTracedPerfSignal() local
164 const auto raw_ctl_data_sz = num_fds * sizeof(int); in HandleTracedPerfSignal()
172 memcpy(CMSG_DATA(cmsg), send_fds, num_fds * sizeof(int)); in HandleTracedPerfSignal()
/bionic/libc/kernel/uapi/linux/android/
Dbinder.h86 binder_size_t num_fds; member