Home
last modified time | relevance | path

Searched defs:thread_arg (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/audio/lmms/lmms-1.2.2/src/3rdparty/rpmalloc/rpmalloc/test/
H A Dthread.h8 struct thread_arg { struct
12 typedef struct thread_arg thread_arg; typedef
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/
H A Dvtc_sess.c42 struct thread_arg { struct
43 unsigned magic;
45 void *priv;
46 sess_conn_f *conn_f;
47 sess_disc_f *disc_f;
48 const char *listen_addr;
49 struct vtc_sess *vsp;
50 int *asocket;
51 const char *spec;
/dports/security/libgpg-error/libgpg-error-1.43/tests/
H A Dt-poll.c56 struct thread_arg struct
69 static struct thread_arg peer_stdin; /* Thread to feed the stdin. */ argument
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgpg-error/tests/
H A Dt-poll.c56 struct thread_arg struct
69 static struct thread_arg peer_stdin; /* Thread to feed the stdin. */ argument
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/compat/
H A Dos2threads.h50 struct thread_arg { struct
57 struct thread_arg *thread_arg = arg; in thread_entry() argument
66 struct thread_arg *thread_arg; in pthread_create() local
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/compat/
H A Dos2threads.h50 struct thread_arg { struct
57 struct thread_arg *thread_arg = arg; in thread_entry() argument
66 struct thread_arg *thread_arg; in pthread_create() local
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/src/waffle/core/
H A Dwcore_error_unittest.c136 struct thread_arg { struct
152 thread_start(struct thread_arg *a) in thread_start() argument
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.threads/
H A Daccess-mem-running-thread-exit.c49 struct thread_arg struct
63 struct thread_arg *p = arg; in thread_fn() argument
H A Dattach-many-short-lived-threads.c63 struct thread_arg struct
71 thread_arg object. */ argument
/dports/net/libmaxminddb/libmaxminddb-1.6.0/t/
H A Dthreads_t.c4 typedef struct thread_arg { struct
8 } thread_arg_s; argument
63 thread_arg_s *thread_arg = (thread_arg_s *)arg; in run_one_thread() local
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/paamg/test/
H A Dpthreadamgtest.cc73 struct thread_arg struct
84 thread_arg *amgarg=(thread_arg*) arg; in solve() argument
H A Dpthreadtwoleveltest.cc54 struct thread_arg struct
65 thread_arg *amgarg=(thread_arg*) arg; in solve() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/tests/
H A Dpp_thread.h44 void* thread_arg; member
74 void* thread_arg) { in PP_CreateThread()
100 void* thread_arg) { in PP_CreateThread()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c49 struct thread_arg { struct
50 long id;
51 struct timespec *timeout;
52 int lock;
53 int ret;
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c49 struct thread_arg { struct
50 long id;
51 struct timespec *timeout;
52 int lock;
53 int ret;
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c49 struct thread_arg { struct
50 long id;
51 struct timespec *timeout;
52 int lock;
53 int ret;
/dports/net/mpich/mpich-3.4.3/modules/ucx/test/gtest/common/
H A Dtest_perf.h87 struct thread_arg { struct
88 ucx_perf_params_t params;
89 int cpu;
/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Dlinux-core-attach.c47 struct thread_arg struct
49 struct core_arg *core_arg;
50 size_t note_offset;
110 struct thread_arg *thread_arg; in core_next_thread() local
170 struct thread_arg *thread_arg = thread_arg_voidp; in core_set_initial_registers() local
/dports/sysutils/respond/respond-1.3/
H A Dprocess.c21 typedef void* thread_arg; typedef
59 void threadStart( int id, thread ( *func )( thread_arg ), thread_arg arg ){ in threadStart()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/performance/
H A Dperf_test_threads.cc82 static void *EmptyThread(void *thread_arg) { in EmptyThread()
122 static void *Thread(void *thread_arg) { in Thread()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pjlib-test/
H A Dioq_perf.c182 struct thread_arg struct
192 struct thread_arg *arg = (struct thread_arg*) p; in worker_thread() argument
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/watchdog/
H A Dwd_utils.c258 WdThreadInfo *thread_arg = palloc(sizeof(WdThreadInfo)); in watchdog_thread_create() local
268 WdThreadInfo *thread_arg = (WdThreadInfo *) arg; in exec_func() local
/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/watchdog/
H A Dwd_utils.c258 WdThreadInfo *thread_arg = palloc(sizeof(WdThreadInfo)); in watchdog_thread_create() local
268 WdThreadInfo *thread_arg = (WdThreadInfo *) arg; in exec_func() local
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/watchdog/
H A Dwd_utils.c258 WdThreadInfo *thread_arg = palloc(sizeof(WdThreadInfo)); in watchdog_thread_create() local
268 WdThreadInfo *thread_arg = (WdThreadInfo *) arg; in exec_func() local
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/watchdog/
H A Dwd_utils.c251 WdThreadInfo *thread_arg = palloc(sizeof(WdThreadInfo)); in watchdog_thread_create() local
261 WdThreadInfo *thread_arg = (WdThreadInfo *) arg; in exec_func() local

1234567891011