/external/libdrm/tests/nouveau/ |
D | meson.build | 21 threaded = executable( build 22 'threaded', 23 files('threaded.c'), 30 test('threaded', threaded) test
|
/external/expat/win32/ |
D | README.txt | 34 single threaded or multithreaded run-time library, 35 or using the multi-threaded run-time Dll. That is, 42 with the multi-threaded run-time library. 48 Versions that are statically linking with the multi-threaded run-time library 54 Multi-threaded: libexpat(w)MT.lib 55 Multi-threaded Dll: libexpat(w)MD.lib
|
/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_exit/ |
D | 1-2.c | 94 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 123 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
D | 4-1.c | 106 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 145 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
D | 2-2.c | 105 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 145 pthread_create(&child, &scenarii[i].ta, threaded, in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_kill/ |
D | 1-2.c | 96 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 135 ret = pthread_create(&ch, NULL, threaded, NULL); 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 | 102 void *threaded(void *arg) in threaded() function 132 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 | 82 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 143 ret = pthread_create(&th, NULL, threaded, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/ |
D | 4-1.c | 110 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 164 ret = pthread_create(&child, NULL, threaded, NULL); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 21-1.c | 51 static void *threaded(void *arg) in threaded() function 87 ret = pthread_create(&th, NULL, threaded, &ctl); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigwait/ |
D | 6-1.c | 88 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 139 ret = pthread_create(&ch[i], NULL, threaded, NULL); in main()
|
D | 6-2.c | 88 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 141 ret = pthread_create(&ch[i], NULL, threaded, NULL); in main()
|
/external/ImageMagick/ |
D | Install-windows.txt | 44 o VisualDynamicMT.sln (Dynamic Multi-threaded DLL runtimes) 45 o VisualStaticMTD.sln (Static Multi-threaded DLL runtimes) 46 o VisualStaticMT.sln (Static Multi-threaded runtimes)
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
D | 1-2.c | 110 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 189 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
|
D | 3-2.c | 99 void *threaded(void *arg LTP_ATTRIBUTE_UNUSED) in threaded() function 176 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
|
/external/webrtc/rtc_base/third_party/sigslot/ |
D | README.chromium | 17 If has_slots is single threaded the user must ensure that it is not trying 19 If signalx is single threaded the user must ensure that disconnect, connect
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/ |
D | 1-2.c | 94 void *threaded(void *arg) in threaded() function 147 pthread_create(&child, &scenarii[sc].ta, threaded, in main()
|