Searched refs:wait_thread (Results 1 – 5 of 5) sorted by relevance
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap11.c | 63 static void *wait_thread(void *args); 111 ret = pthread_create(&th, &attr, wait_thread, NULL); in check() 128 void *wait_thread(void *args) in wait_thread() function
|
/external/linux-kselftest/tools/testing/selftests/futex/functional/ |
D | futex_wait_uninitialized_heap.c | 55 void *wait_thread(void *arg) in wait_thread() function 107 ret = pthread_create(&thr, NULL, wait_thread, NULL); in main()
|
/external/ltp/testcases/kernel/mem/mtest05/ |
D | mmstress.c | 126 static volatile int wait_thread; /* used to wake up sleeping threads */ variable 216 while (wait_thread) in thread_fault() 348 wait_thread = TRUE; in map_and_thread() 391 wait_thread = FALSE; in map_and_thread()
|
/external/python/cpython3/Lib/test/ |
D | lock_tests.py | 34 self.wait_thread = support.wait_threads_exit() 35 self.wait_thread.__enter__() 62 self.wait_thread.__exit__(None, None, None)
|
/external/grpc-grpc/test/cpp/end2end/ |
D | async_end2end_test.cc | 394 std::thread wait_thread(&ServerWait, server_.get(), ¬ify); in TEST_P() local 399 wait_thread.join(); in TEST_P()
|