Home
last modified time | relevance | path

Searched refs:thread_params (Results 1 – 25 of 69) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/win/
H A Dscoped_handle_test_dll.cc30 ThreadParams* thread_params = reinterpret_cast<ThreadParams*>(params); in ThreadFunc() local
33 ::SetEvent(thread_params->ready_event); in ThreadFunc()
34 ::WaitForSingleObject(thread_params->start_event, INFINITE); in ThreadFunc()
55 ThreadParams thread_params = {ready_event, start_event}; in InternalRunThreadTest() local
60 reinterpret_cast<void*>(&thread_params), 0, nullptr); in InternalRunThreadTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/win/
H A Dscoped_handle_test_dll.cc30 ThreadParams* thread_params = reinterpret_cast<ThreadParams*>(params); in ThreadFunc() local
33 ::SetEvent(thread_params->ready_event); in ThreadFunc()
34 ::WaitForSingleObject(thread_params->start_event, INFINITE); in ThreadFunc()
55 ThreadParams thread_params = {ready_event, start_event}; in InternalRunThreadTest() local
60 reinterpret_cast<void*>(&thread_params), 0, nullptr); in InternalRunThreadTest()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/threading/
H A Dplatform_thread_win.cc55 ThreadParams* thread_params = static_cast<ThreadParams*>(params);
56 PlatformThread::Delegate* delegate = thread_params->delegate;
57 if (!thread_params->joinable)
60 if (thread_params->priority != ThreadPriority::NORMAL)
61 PlatformThread::SetCurrentThreadPriority(thread_params->priority);
83 delete thread_params;
H A Dplatform_thread_posix.cc53 scoped_ptr<ThreadParams> thread_params(static_cast<ThreadParams*>(params));
55 delegate = thread_params->delegate;
56 if (!thread_params->joinable)
59 if (thread_params->priority != ThreadPriority::NORMAL)
60 PlatformThread::SetCurrentThreadPriority(thread_params->priority);
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/dashcast/
H A Dcontroler.c490 CmdData *in_data = thread_params->in_data; in video_decoder_thread()
559 CmdData *in_data = thread_params->in_data; in audio_decoder_thread()
621 CmdData *in_data = thread_params->in_data; in video_scaler_thread()
652 CmdData *in_data = thread_params->in_data; in video_encoder_thread()
653 int video_conf_idx = thread_params->video_conf_idx; in video_encoder_thread()
660 MessageQueue *mq = thread_params->mq; in video_encoder_thread()
851 if (thread_params->video_conf_idx == 0) { in video_encoder_thread()
885 CmdData *in_data = thread_params->in_data; in audio_encoder_thread()
892 MessageQueue *mq = thread_params->mq; in audio_encoder_thread()
1029 if (thread_params->audio_conf_idx == 0) { in audio_encoder_thread()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/dashcast/
H A Dcontroler.c490 CmdData *in_data = thread_params->in_data; in video_decoder_thread()
559 CmdData *in_data = thread_params->in_data; in audio_decoder_thread()
621 CmdData *in_data = thread_params->in_data; in video_scaler_thread()
652 CmdData *in_data = thread_params->in_data; in video_encoder_thread()
653 int video_conf_idx = thread_params->video_conf_idx; in video_encoder_thread()
660 MessageQueue *mq = thread_params->mq; in video_encoder_thread()
851 if (thread_params->video_conf_idx == 0) { in video_encoder_thread()
885 CmdData *in_data = thread_params->in_data; in audio_encoder_thread()
892 MessageQueue *mq = thread_params->mq; in audio_encoder_thread()
1029 if (thread_params->audio_conf_idx == 0) { in audio_encoder_thread()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_win.cc63 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
64 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc()
65 if (!thread_params->joinable) in ThreadFunc()
68 if (thread_params->priority != ThreadPriority::NORMAL) in ThreadFunc()
69 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
91 delete thread_params; in ThreadFunc()
H A Dplatform_thread_posix.cc56 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
59 delegate = thread_params->delegate; in ThreadFunc()
60 if (!thread_params->joinable) in ThreadFunc()
67 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_win.cc71 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
72 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc()
73 if (!thread_params->joinable) in ThreadFunc()
76 if (thread_params->priority != ThreadPriority::NORMAL) in ThreadFunc()
77 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
99 delete thread_params; in ThreadFunc()
H A Dplatform_thread_posix.cc62 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
65 delegate = thread_params->delegate; in ThreadFunc()
66 if (!thread_params->joinable) in ThreadFunc()
73 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/threading/
H A Dplatform_thread_win.cc81 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
82 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc()
83 if (!thread_params->joinable) in ThreadFunc()
86 if (thread_params->priority != ThreadPriority::NORMAL) in ThreadFunc()
87 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
109 delete thread_params; in ThreadFunc()
H A Dplatform_thread_posix.cc62 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
65 delegate = thread_params->delegate; in ThreadFunc()
66 if (!thread_params->joinable) in ThreadFunc()
73 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_win.cc84 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
85 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc()
86 if (!thread_params->joinable) in ThreadFunc()
89 if (thread_params->priority != ThreadPriority::NORMAL) in ThreadFunc()
90 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
112 delete thread_params; in ThreadFunc()
H A Dplatform_thread_posix.cc62 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
65 delegate = thread_params->delegate; in ThreadFunc()
66 if (!thread_params->joinable) in ThreadFunc()
73 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_win.cc84 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
85 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc()
86 if (!thread_params->joinable) in ThreadFunc()
89 if (thread_params->priority != ThreadPriority::NORMAL) in ThreadFunc()
90 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
112 delete thread_params; in ThreadFunc()
H A Dplatform_thread_posix.cc62 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
65 delegate = thread_params->delegate; in ThreadFunc()
66 if (!thread_params->joinable) in ThreadFunc()
73 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/threading/
H A Dplatform_thread_win.cc84 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
85 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc()
86 if (!thread_params->joinable) in ThreadFunc()
89 if (thread_params->priority != ThreadPriority::NORMAL) in ThreadFunc()
90 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
112 delete thread_params; in ThreadFunc()
H A Dplatform_thread_posix.cc62 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
65 delegate = thread_params->delegate; in ThreadFunc()
66 if (!thread_params->joinable) in ThreadFunc()
73 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/threading/
H A Dplatform_thread_win.cc82 ThreadParams* thread_params = static_cast<ThreadParams*>(params); in ThreadFunc() local
83 PlatformThread::Delegate* delegate = thread_params->delegate; in ThreadFunc()
84 if (!thread_params->joinable) in ThreadFunc()
87 if (thread_params->priority != ThreadPriority::NORMAL) in ThreadFunc()
88 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
110 delete thread_params; in ThreadFunc()
H A Dplatform_thread_posix.cc70 std::unique_ptr<ThreadParams> thread_params( in ThreadFunc() local
73 delegate = thread_params->delegate; in ThreadFunc()
74 if (!thread_params->joinable) in ThreadFunc()
87 PlatformThread::SetCurrentThreadPriority(thread_params->priority); in ThreadFunc()
/dports/www/squid/squid-4.15/src/
H A Dipc_win32.cc41 struct thread_params { struct
362 struct thread_params thread_params; in ipc_thread_1() local
685 thread_params.prog = prog; in ipc_thread_1()
687 thread_params.send_fd = cwfd; in ipc_thread_1()
689 thread_params.pid = pid; in ipc_thread_1()
691 if ((thread_params.type = type) == IPC_TCP_SOCKET) in ipc_thread_1()
692 thread_params.rfd = p2c[0]; in ipc_thread_1()
694 thread_params.rfd = prfd_ipc; in ipc_thread_1()
696 thread = (HANDLE)_beginthreadex(NULL, 0, ipc_thread_2, &thread_params, 0, NULL); in ipc_thread_1()
802 struct thread_params *params = (struct thread_params *) in_params; in ipc_thread_2()
/dports/databases/spatialite/libspatialite-5.0.1/test/
H A Dcheck_multithread.c105 struct thread_params struct
181 struct thread_params *p = &(mt_params[id]); in init_thread_params()
196 struct thread_params *p = &(mt_params[id]); in free_thread_params()
753 do_tests (struct thread_params *param) in do_tests()
812 struct thread_params *param = (struct thread_params *) arg; in exec_thread()
829 struct thread_params *param = &(mt_params[i]); in run_thread()
946 struct thread_params *p = &(mt_params[i]); in main()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevprna.c176 gdev_prn_start_render_params thread_params; in gdev_prn_async_write_open() local
178 thread_params.writer_device = pwdev; in gdev_prn_async_write_open()
179 thread_params.open_semaphore = open_semaphore; in gdev_prn_async_write_open()
180 thread_params.open_code = 0; in gdev_prn_async_write_open()
182 (&thread_params); in gdev_prn_async_write_open()
185 code = thread_params.open_code; in gdev_prn_async_write_open()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevprna.c178 gdev_prn_start_render_params thread_params; in gdev_prn_async_write_open() local
180 thread_params.writer_device = pwdev; in gdev_prn_async_write_open()
181 thread_params.open_semaphore = open_semaphore; in gdev_prn_async_write_open()
182 thread_params.open_code = 0; in gdev_prn_async_write_open()
184 (&thread_params); in gdev_prn_async_write_open()
187 code = thread_params.open_code; in gdev_prn_async_write_open()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevprna.c178 gdev_prn_start_render_params thread_params; in gdev_prn_async_write_open() local
180 thread_params.writer_device = pwdev; in gdev_prn_async_write_open()
181 thread_params.open_semaphore = open_semaphore; in gdev_prn_async_write_open()
182 thread_params.open_code = 0; in gdev_prn_async_write_open()
184 (&thread_params); in gdev_prn_async_write_open()
187 code = thread_params.open_code; in gdev_prn_async_write_open()

123