Home
last modified time | relevance | path

Searched defs:test_bind (Results 1 – 8 of 8) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/bind/
Dbind04.c105 static void test_bind(unsigned int n) in test_bind() function
Dbind05.c119 static void test_bind(unsigned int n) in test_bind() function
/third_party/boost/libs/thread/test/sync/mutual_exclusion/with_lock_guard/
Dwith_lock_guard_bind.cpp44 void test_bind() { in test_bind() function
/third_party/boost/libs/context/test/
Dtest_fiber.cpp156 void test_bind() { in test_bind() function
Dtest_callcc.cpp155 void test_bind() { in test_bind() function
/third_party/ltp/utils/sctp/testlib/
Dsctputil.h141 static inline int test_bind(int sk, struct sockaddr *addr, socklen_t addrlen) in test_bind() function
/third_party/boost/libs/coroutine2/test/
Dtest_coroutine.cpp293 void test_bind() in test_bind() function
/third_party/python/Lib/test/
Dtest_asyncore.py741 def test_bind(self): member in BaseTestAPI