Searched refs:thread_function (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
H A D | print-threads.c | 6 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 22 res = pthread_create(&threads[i], NULL, thread_function, (void *)&args[i]); in main() 36 void *thread_function(void *arg) { in thread_function() function
|
H A D | sigthread.c | 46 thread_function (void *arg) in thread_function() function 66 pthread_create (&child_thread, NULL, thread_function, NULL); in main()
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
H A D | print-threads.c | 6 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 22 res = pthread_create(&threads[i], NULL, thread_function, (void *)&args[i]); in main() 36 void *thread_function(void *arg) { in thread_function() function
|
H A D | sigthread.c | 46 thread_function (void *arg) in thread_function() function 66 pthread_create (&child_thread, NULL, thread_function, NULL); in main()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2019 | 950 (thread_pool::thread_function): Call set_thread_name.
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2019 | 950 (thread_pool::thread_function): Call set_thread_name.
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 33696 #25 gdb::thread_pool::thread_function() gdbsupport/thread-pool.cc:242 (gdb+0x174570d) 33787 #25 gdb::thread_pool::thread_function() gdbsupport/thread-pool.cc:242 (gdb+0x174568d) 33941 #25 gdb::thread_pool::thread_function() gdbsupport/thread-pool.cc:242 (gdb+0x1dacb7c) 34051 #25 gdb::thread_pool::thread_function() gdbsupport/thread-pool.cc:242 (gdb+0x1dabffc) 34156 #26 gdb::thread_pool::thread_function() gdbsupport/thread-pool.cc:242 (gdb+0x1dabed2) 34257 #24 gdb::thread_pool::thread_function() gdbsupport/thread-pool.cc:242 (gdb+0x1dabdb4)
|