/system/extras/tests/bionic/libc/common/ |
D | test_clock.c | 36 pthread_t thread; in main() local 42 pthread_create(&thread, NULL, cpu_hog, NULL); in main()
|
/system/extras/tests/bionic/libc/other/ |
D | test_thread_max.c | 50 pthread_t thread; in main() local 53 if (pthread_create( &thread, &attr, thread_func, (void*)(long)count ) < 0) { in main()
|
/system/bluetooth/tools/ |
D | socktest.c | 434 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 …]
|
D | asocket_test.c | 420 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 …]
|
D | sock_shutdown_test.c | 227 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/ |
D | DnsProxyListener.cpp | 51 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/ |
D | setconsole.c | 129 pthread_t thread; in setconsole_main() local 134 pthread_create(&thread, &attr, activate_thread, (void*)fd); in setconsole_main()
|
/system/core/adb/ |
D | sysdeps.h | 70 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()
|
D | protocol.txt | 197 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.
|
D | sysdeps_win32.c | 1472 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()
|
D | SERVICES.TXT | 116 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/ |
D | README | 43 * Not tested for thread safety 47 not tested for thread safety
|
/system/core/logcat/ |
D | event.logtags | 67 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/ |
D | sdcard.c | 1224 pthread_t thread; in ignite_fuse() local 1225 int res = pthread_create(&thread, NULL, start_handler, &handlers[i]); in ignite_fuse()
|