/external/expat/win32/ |
D | README.txt | 33 single threaded or multithreaded run-time library, 34 or using the multi-threaded run-time Dll. That is, 41 with the multi-threaded run-time library. 55 Multi-threaded: libexpat(w)MT.lib 56 Multi-threaded Dll: libexpat(w)MD.lib 61 single-threaded runtime library is not supported anymore.
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | coverage.txt | 3 multi-threaded process. The tests in this section are similar in n nature to the tests for the 4 sigprocmask() function, but calls will be made from threads that belong to multi-threaded processes 5 instead of single-threaded processes.
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/ |
D | stress.c | 84 void *threaded(void *arg) in threaded() function 163 ret = pthread_create(&child1, NULL, threaded, named); in main() 169 ret = pthread_create(&child2, NULL, threaded, &unnamed); in main()
|
/external/python/cpython2/Demo/pysvr/ |
D | README | 1 This is an example of a multi-threaded C application embedding a 4 The particular application is a multi-threaded telnet-like server that
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 1-2.c | 98 void *threaded(void *arg) in threaded() function 137 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 1-2.c | 102 void *threaded(void *arg) in threaded() function 131 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
D | 4-1.c | 114 void *threaded(void *arg) in threaded() function 153 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
D | 2-2.c | 113 void *threaded(void *arg) in threaded() function 153 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
D | 5-1.c | 120 void *threaded(void *arg) in threaded() function 181 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/ |
D | 2-2.c | 80 void *threaded(void *arg) in threaded() function 113 ret = pthread_create(&th, NULL, threaded, &sem); in main()
|
/external/ltp/testcases/kernel/syscalls/futex/ |
D | futex_wait03.c | 36 static void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 53 res = pthread_create(&t, NULL, threaded, NULL); in verify_futex_wait()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/ |
D | 7-1.c | 82 void *threaded(void *arg) in threaded() function 121 ret = pthread_create(&thread, NULL, threaded, sem); in main()
|
D | 9-1.c | 87 void *threaded(void *arg) in threaded() function 128 ret = pthread_create(&child, NULL, threaded, sem); in main()
|
/external/eigen/bench/btl/cmake/ |
D | FindACML.cmake | 26 message(STATUS "Multi-threaded library not found, looking for single-threaded")
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_once/ |
D | 1-3.c | 104 void *threaded(void *arg) in threaded() function 134 ret = pthread_create(&th[i], NULL, threaded, &myctl); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/ |
D | 5-1.c | 89 void *threaded(void *arg) in threaded() function 150 ret = pthread_create(&th, NULL, threaded, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
D | 4-1.c | 113 void *threaded(void *arg) in threaded() function 167 ret = pthread_create(&child, NULL, threaded, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
D | 6-1.c | 90 void *threaded(void *arg) in threaded() function 141 ret = pthread_create(&ch[i], NULL, threaded, NULL); in main()
|
D | 6-2.c | 90 void *threaded(void *arg) in threaded() function 143 ret = pthread_create(&ch[i], NULL, threaded, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 21-1.c | 53 static void *threaded(void *arg) in threaded() function 89 ret = pthread_create(&th, NULL, threaded, &ctl); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
D | 3-2.c | 101 void *threaded(void *arg) in threaded() function 178 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
|
D | 1-2.c | 112 void *threaded(void *arg) in threaded() function 191 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 1-2.c | 101 void *threaded(void *arg) in threaded() function 154 pthread_create(&child, &scenarii[sc].ta, threaded, in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_join/ |
D | 4-1.c | 53 void *threaded(void *arg) in threaded() function 108 ret = pthread_create(&child, &scenarii[sc].ta, threaded, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
D | 1-1.c | 62 static void *threaded(void *arg) in threaded() function 82 ret = pthread_create(&child_thread, NULL, threaded, &hispid); in main()
|