Searched refs:thread_function (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/ |
| H A D | watchthreads.c | 27 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 44 thread_function, in main() 49 thread_function ((void *) i); in main() 54 void *thread_function(void *arg) { in thread_function() function
|
| H A D | schedlock.c | 25 void *thread_function(void *arg); /* Pointer to function executed by each thread */ 42 thread_function, in main() 48 thread_function ((void *) i); in main() 53 void *thread_function(void *arg) { in thread_function() function
|
| H A D | thread-specific.c | 25 void *thread_function(void *arg); 38 thread_function, in main() 54 void *thread_function(void *arg) { in thread_function() function
|
| 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 | staticthreads.c | 34 thread_function (void *arg) in thread_function() function 66 pthread_create (&thread, &attr, thread_function, NULL); in main()
|
| H A D | manythreads.c | 30 thread_function (void *arg) in thread_function() function 55 pthread_create (&threads[j], &attr, thread_function, in main()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBHostOS.cpp | 101 lldb::thread_func_t thread_function, in ThreadCreate() argument 103 LLDB_INSTRUMENT_VA(name, thread_function, thread_arg, error_ptr); in ThreadCreate() 105 ThreadLauncher::LaunchThread(name, [thread_function, thread_arg] { in ThreadCreate() 106 return thread_function(thread_arg); in ThreadCreate()
|
| /openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/thread/ |
| H A D | pthread5.cc | 51 thread_function (void* arg) in thread_function() function 112 thread_function, &ids[worker])) in main()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | ThreadLauncher.h | 24 std::function<lldb::thread_result_t()> thread_function,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBHostOS.h | 30 lldb::thread_func_t thread_function,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/ |
| H A D | ChangeLog | 201 * gdb.threads/schedlock.c (thread_function): Add a cast 203 * gdb.threads/thread-specific.c (thread_function): Likewise.
|