Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 14 of 14) sorted by relevance

/system/extras/tests/bionic/libc/common/
Dtest_clock.c36 pthread_t thread; in main() local
42 pthread_create(&thread, NULL, cpu_hog, NULL); in main()
/system/extras/tests/bionic/libc/other/
Dtest_thread_max.c50 pthread_t thread; in main() local
53 if (pthread_create( &thread, &attr, thread_func, (void*)(long)count ) < 0) { in main()
/system/bluetooth/tools/
Dsocktest.c434 pthread_t thread; in do_accept_and_close() local
445 pthread_create(&thread, NULL, (void *)thread_delay_close, (void *)&args); in do_accept_and_close()
449 pthread_join(thread, NULL); in do_accept_and_close()
459 pthread_t thread; in do_accept_shutdown() local
470 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args); in do_accept_shutdown()
475 pthread_join(thread, NULL); in do_accept_shutdown()
487 pthread_t thread; in do_connect_shutdown() local
494 pthread_create(&thread, NULL, (void *)thread_connect, (void *)&args); in do_connect_shutdown()
499 pthread_join(thread, NULL); in do_connect_shutdown()
512 pthread_t thread; in do_connectnb_shutdown() local
[all …]
Dasocket_test.c420 pthread_t thread; in do_accept_and_close() local
431 pthread_create(&thread, NULL, (void *)thread_delay_close, (void *)&args); in do_accept_and_close()
435 pthread_join(thread, NULL); in do_accept_and_close()
445 pthread_t thread; in do_accept_shutdown() local
456 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args); in do_accept_shutdown()
461 pthread_join(thread, NULL); in do_accept_shutdown()
473 pthread_t thread; in do_connect_shutdown() local
480 pthread_create(&thread, NULL, (void *)thread_connect, (void *)&args); in do_connect_shutdown()
485 pthread_join(thread, NULL); in do_connect_shutdown()
498 pthread_t thread; in do_accept_close_write() local
[all …]
Dsock_shutdown_test.c227 pthread_t thread; in do_accept_shutdown() local
238 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args); in do_accept_shutdown()
243 pthread_join(thread, NULL); in do_accept_shutdown()
/system/netd/
DDnsProxyListener.cpp51 pthread_t thread; in start() local
52 pthread_create(&thread, NULL, in start()
220 pthread_t thread; in start() local
221 pthread_create(&thread, NULL, in start()
/system/core/toolbox/
Dsetconsole.c129 pthread_t thread; in setconsole_main() local
134 pthread_create(&thread, &attr, activate_thread, (void*)fd); in setconsole_main()
/system/core/adb/
Dsysdeps.h70 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create() argument
72 thread->tid = _beginthread( (win_thread_func_t)func, 0, arg ); in adb_thread_create()
73 if (thread->tid == (unsigned)-1L) { in adb_thread_create()
Dprotocol.txt197 The core of the bridge program will use three threads. One thread
203 channel between the main select/epoll thread and the remote connection
216 a thread or subprocess to handle the io.
Dsysdeps_win32.c1472 HANDLE thread; member
1574 threads[chunk].thread = (HANDLE)_beginthreadex(NULL, 0, _in_waiter_thread, in _wait_for_all()
1576 if (threads[chunk].thread == NULL) { in _wait_for_all()
1591 WaitForSingleObject(threads[chunk].thread, INFINITE); in _wait_for_all()
1592 CloseHandle(threads[chunk].thread); in _wait_for_all()
DSERVICES.TXT116 jdwp:<pid> -> JDWP thread on VM process <pid>
223 Connects to the JDWP thread running in the VM of process <pid>.
/system/core/libnl_2/
DREADME43 * Not tested for thread safety
47 not tested for thread safety
/system/core/logcat/
Devent.logtags67 20003 dvm_lock_sample (process|3),(main|1|5),(thread|3),(time|1|3),(file|3),(line|1|5),(ownerfile|3…
101 # blocking_package: if this is on a main thread, the package name, otherwise ""
/system/core/sdcard/
Dsdcard.c1224 pthread_t thread; in ignite_fuse() local
1225 int res = pthread_create(&thread, NULL, start_handler, &handlers[i]); in ignite_fuse()