Home
last modified time | relevance | path

Searched refs:thread_wait (Results 1 – 25 of 46) sorted by relevance

12

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dtest4.c196 thread_wait(&threadset[i]); in tcl_thread_wait()
204 thread_wait(p); in stop_thread()
207 thread_wait(p); in stop_thread()
276 thread_wait(&threadset[i]); in tcl_thread_argc()
309 thread_wait(&threadset[i]); in tcl_thread_argv()
345 thread_wait(&threadset[i]); in tcl_thread_colname()
380 thread_wait(&threadset[i]); in tcl_thread_result()
411 thread_wait(&threadset[i]); in tcl_thread_error()
455 thread_wait(&threadset[i]); in tcl_thread_compile()
508 thread_wait(&threadset[i]); in tcl_thread_step()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dtest4.c190 thread_wait(&threadset[i]); in tcl_thread_wait()
198 thread_wait(p); in stop_thread()
201 thread_wait(p); in stop_thread()
270 thread_wait(&threadset[i]); in tcl_thread_argc()
303 thread_wait(&threadset[i]); in tcl_thread_argv()
339 thread_wait(&threadset[i]); in tcl_thread_colname()
374 thread_wait(&threadset[i]); in tcl_thread_result()
432 thread_wait(&threadset[i]); in tcl_thread_error()
476 thread_wait(&threadset[i]); in tcl_thread_compile()
529 thread_wait(&threadset[i]); in tcl_thread_step()
[all …]
/dports/databases/sqlite2/sqlite-2.8.17/src/
H A Dtest4.c184 thread_wait(&threadset[i]); in tcl_thread_wait()
192 thread_wait(p); in stop_thread()
195 thread_wait(p); in stop_thread()
264 thread_wait(&threadset[i]); in tcl_thread_argc()
297 thread_wait(&threadset[i]); in tcl_thread_argv()
333 thread_wait(&threadset[i]); in tcl_thread_colname()
368 thread_wait(&threadset[i]); in tcl_thread_result()
429 thread_wait(&threadset[i]); in tcl_thread_error()
473 thread_wait(&threadset[i]); in tcl_thread_compile()
516 thread_wait(&threadset[i]); in tcl_thread_step()
[all …]
/dports/audio/aqualung/aqualung-1.0/src/
H A Dvolume.c78 AQUALUNG_COND_INIT(vol->thread_wait); in volume_new()
83 vol->thread_wait = g_cond_new(); in volume_new()
118 g_cond_free(vol->thread_wait); in volume_free()
225 AQUALUNG_COND_SIGNAL(vol->thread_wait); in vol_set_filename_text()
292 AQUALUNG_COND_SIGNAL(vol->thread_wait); in vol_store_result_sep()
314 AQUALUNG_COND_SIGNAL(vol->thread_wait); in vol_store_result_avg()
429 AQUALUNG_COND_WAIT(vol->thread_wait, vol->wait_mutex); in process_volume_setup()
510 AQUALUNG_COND_WAIT(vol->thread_wait, vol->wait_mutex); in volume_thread()
538 AQUALUNG_COND_WAIT(vol->thread_wait, vol->wait_mutex); in volume_thread()
H A Dvolume.h61 AQUALUNG_COND_DECLARE(thread_wait);
H A Dplaylist.h45 AQUALUNG_COND_DECLARE(thread_wait)
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/stdfx/
H A Digs_resource_thread_win.cpp50 thread_wait(thread_id); in thread_join()
53 void igs::resource::thread_wait(const HANDLE thread_id) { in thread_wait() function in igs::resource
H A Digs_resource_thread.h31 IGS_RESOURCE_IFX_EXPORT void thread_wait(const HANDLE thread_id);
/dports/net/hostapd-devel/hostap-14ab4a816/tests/hwsim/
H A Dremotehost.py135 self.thread_wait(t, 5)
141 self.thread_wait(t, 5)
146 self.thread_wait(t, 5)
154 def thread_wait(self, t, wait=None): member in Host
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/hwsim/
H A Dremotehost.py135 self.thread_wait(t, 5)
141 self.thread_wait(t, 5)
146 self.thread_wait(t, 5)
154 def thread_wait(self, t, wait=None): member in Host
/dports/net/hostapd-devel/hostap-14ab4a816/tests/remote/
H A Drutils.py349 host.thread_wait(thread, timeout)
506 client.thread_wait(client_thread, timeout)
510 server.thread_wait(server_thread, 5)
515 server.thread_wait(server_thread, 5)
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/tests/remote/
H A Drutils.py349 host.thread_wait(thread, timeout)
506 client.thread_wait(client_thread, timeout)
510 server.thread_wait(server_thread, 5)
515 server.thread_wait(server_thread, 5)
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dsystem.h97 void *thread_wait(HANDLE thread);
H A Dsystem.cpp367 void *thread_wait(HANDLE thread) in thread_wait() function
417 bool thread_wait(HANDLE thread) in thread_wait() function
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dsystem.h97 void *thread_wait(HANDLE thread);
H A Dsystem.cpp367 void *thread_wait(HANDLE thread) in thread_wait() function
417 bool thread_wait(HANDLE thread) in thread_wait() function
/dports/multimedia/gstreamer1/gstreamer-1.16.2/tests/check/gst/
H A Dgstsystemclock.c764 GThread *thread_wait; member
851 d->thread_wait = g_thread_new ("wait", single_shot_wait_thread_func, d); in GST_START_TEST()
863 g_thread_join (d->thread_wait); in GST_START_TEST()
893 d->thread_wait = g_thread_new ("wait", single_shot_wait_thread_func, d); in GST_START_TEST()
905 g_thread_join (d->thread_wait); in GST_START_TEST()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/src/graphics/
H A DGraphics.hpp42 void thread_wait();
H A DGraphics.cpp206 void Graphics2D::thread_wait() in thread_wait() function in Graphics2D
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-report-stats.hpp98 static int thread_wait() { return 13; } in thread_wait() function
/dports/audio/fossmixer/detroit-0.2.3/engine/
H A Dworker_cb.c21 if(thread_wait(ti) == 0) goto worker_cb_again; in worker_cb()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/dma/
H A Ddmatest.c243 static DECLARE_WAIT_QUEUE_HEAD(thread_wait);
284 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_wait_get()
930 wake_up(&thread_wait); in dmatest_func()
1338 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_init()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/dma/
H A Ddmatest.c243 static DECLARE_WAIT_QUEUE_HEAD(thread_wait);
284 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_wait_get()
930 wake_up(&thread_wait); in dmatest_func()
1338 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_init()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/dma/
H A Ddmatest.c243 static DECLARE_WAIT_QUEUE_HEAD(thread_wait);
284 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_wait_get()
930 wake_up(&thread_wait); in dmatest_func()
1338 wait_event(thread_wait, !is_threaded_test_run(info)); in dmatest_init()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/sunrpc/
H A Dcache.h130 int thread_wait; /* How long (jiffies) we can block the member

12