Home
last modified time | relevance | path

Searched refs:thread_function (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.threads/
Dwatchthreads.c27 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
Dschedlock.c25 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
Dthread-specific.c25 void *thread_function(void *arg);
38 thread_function, in main()
54 void *thread_function(void *arg) { in thread_function() function
Dprint-threads.c6 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
Dstaticthreads.c34 thread_function (void *arg) in thread_function() function
66 pthread_create (&thread, &attr, thread_function, NULL); in main()
Dmanythreads.c30 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/
DSBHostOS.cpp101 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/
Dpthread5.cc51 thread_function (void* arg) in thread_function() function
112 thread_function, &ids[worker])) in main()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DThreadLauncher.h24 std::function<lldb::thread_result_t()> thread_function,
/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBHostOS.h30 lldb::thread_func_t thread_function,
/openbsd/src/gnu/usr.bin/perl/
DConfigure20120 void *thread_function(void *arg) {
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/
DChangeLog201 * gdb.threads/schedlock.c (thread_function): Add a cast
203 * gdb.threads/thread-specific.c (thread_function): Likewise.