Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 25 of 315) sorted by relevance

12345678910>>...13

/external/expat/win32/
DREADME.txt33 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/
Dcoverage.txt3 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/
Dstress.c84 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/
DREADME1 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/
D1-2.c102 void *threaded(void *arg) in threaded() function
131 pthread_create(&child, &scenarii[i].ta, threaded, in main()
D4-1.c114 void *threaded(void *arg) in threaded() function
153 pthread_create(&child, &scenarii[i].ta, threaded, in main()
D2-2.c113 void *threaded(void *arg) in threaded() function
153 pthread_create(&child, &scenarii[i].ta, threaded, in main()
D5-1.c120 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/pthread_kill/
D1-2.c98 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/sem_getvalue/
D2-2.c80 void *threaded(void *arg) in threaded() function
113 ret = pthread_create(&th, NULL, threaded, &sem); in main()
/external/ltp/testcases/kernel/syscalls/futex/
Dfutex_wait03.c36 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/
D7-1.c82 void *threaded(void *arg) in threaded() function
121 ret = pthread_create(&thread, NULL, threaded, sem); in main()
D9-1.c87 void *threaded(void *arg) in threaded() function
128 ret = pthread_create(&child, NULL, threaded, sem); in main()
/external/eigen/bench/btl/cmake/
DFindACML.cmake26 message(STATUS "Multi-threaded library not found, looking for single-threaded")
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
D5-1.c89 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_once/
D1-3.c104 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/sigwait/
D6-1.c90 void *threaded(void *arg) in threaded() function
141 ret = pthread_create(&ch[i], NULL, threaded, NULL); in main()
D6-2.c90 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/pthread_setschedparam/
D4-1.c113 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/fork/
D21-1.c53 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/
D1-2.c112 void *threaded(void *arg) in threaded() function
191 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
D3-2.c101 void *threaded(void *arg) in threaded() function
178 ret = pthread_create(&ch, NULL, threaded, NULL); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
D1-2.c101 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/
D4-1.c53 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/
D1-1.c62 static void *threaded(void *arg) in threaded() function
82 ret = pthread_create(&child_thread, NULL, threaded, &hispid); in main()

12345678910>>...13