HomeSort by relevance Sort by last modified time
    Searched refs:wait_thread2 (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/mmap/
mmap11.c 64 static void *wait_thread2(void *args);
117 ret = pthread_create(&thread[lc], &attr, wait_thread2, NULL);
139 void *wait_thread2(void *args) function
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wake04.c 118 static void *wait_thread2(void *arg LTP_ATTRIBUTE_UNUSED) function
126 tst_resm(TFAIL, "Bug: wait_thread2 did not wake after 30 secs.");
169 res = pthread_create(&th2, NULL, wait_thread2, NULL);

Completed in 152 milliseconds