Home
last modified time | relevance | path

Searched refs:check_thread (Results 1 – 25 of 84) sorted by relevance

1234

/dports/net/libzmq4/zeromq-4.3.4/src/
H A Dpoll.cpp57 check_thread (); in add_fd()
85 check_thread (); in rm_fd()
100 check_thread (); in set_pollin()
107 check_thread (); in reset_pollin()
114 check_thread (); in set_pollout()
121 check_thread (); in reset_pollout()
128 check_thread (); in stop()
H A Ddevpoll.cpp74 check_thread (); in add_fd()
103 check_thread (); in rm_fd()
115 check_thread (); in set_pollin()
123 check_thread (); in reset_pollin()
131 check_thread (); in set_pollout()
139 check_thread (); in reset_pollout()
147 check_thread (); in stop()
H A Depoll.cpp86 check_thread (); in add_fd()
110 check_thread (); in rm_fd()
123 check_thread (); in set_pollin()
132 check_thread (); in reset_pollin()
141 check_thread (); in set_pollout()
150 check_thread (); in reset_pollout()
159 check_thread (); in stop()
H A Dkqueue.cpp76 check_thread (); in kevent_add()
96 check_thread (); in add_fd()
112 check_thread (); in rm_fd()
126 check_thread (); in set_pollin()
136 check_thread (); in reset_pollin()
146 check_thread (); in set_pollout()
156 check_thread (); in reset_pollout()
H A Dselect.cpp80 check_thread (); in add_fd()
194 check_thread (); in rm_fd()
243 check_thread (); in set_pollin()
256 check_thread (); in reset_pollin()
269 check_thread (); in set_pollout()
282 check_thread (); in reset_pollout()
295 check_thread (); in stop()
/dports/net/py-pyzmq/pyzmq-22.3.0/bundled/zeromq/src/
H A Dpoll.cpp57 check_thread (); in add_fd()
85 check_thread (); in rm_fd()
100 check_thread (); in set_pollin()
107 check_thread (); in reset_pollin()
114 check_thread (); in set_pollout()
121 check_thread (); in reset_pollout()
128 check_thread (); in stop()
H A Depoll.cpp86 check_thread (); in add_fd()
110 check_thread (); in rm_fd()
123 check_thread (); in set_pollin()
132 check_thread (); in reset_pollin()
141 check_thread (); in set_pollout()
150 check_thread (); in reset_pollout()
159 check_thread (); in stop()
H A Ddevpoll.cpp74 check_thread (); in add_fd()
103 check_thread (); in rm_fd()
115 check_thread (); in set_pollin()
123 check_thread (); in reset_pollin()
131 check_thread (); in set_pollout()
139 check_thread (); in reset_pollout()
147 check_thread (); in stop()
H A Dkqueue.cpp76 check_thread (); in kevent_add()
96 check_thread (); in add_fd()
112 check_thread (); in rm_fd()
126 check_thread (); in set_pollin()
136 check_thread (); in reset_pollin()
146 check_thread (); in set_pollout()
156 check_thread (); in reset_pollout()
H A Dselect.cpp80 check_thread (); in add_fd()
194 check_thread (); in rm_fd()
243 check_thread (); in set_pollin()
256 check_thread (); in reset_pollin()
269 check_thread (); in set_pollout()
282 check_thread (); in reset_pollout()
295 check_thread (); in stop()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-thread-equal.c28 static void check_thread(void* arg) { in check_thread() function
39 ASSERT(0 == uv_thread_create(threads + 0, check_thread, subthreads + 0)); in TEST_IMPL()
40 ASSERT(0 == uv_thread_create(threads + 1, check_thread, subthreads + 1)); in TEST_IMPL()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-thread-equal.c28 static void check_thread(void* arg) { in check_thread() function
39 ASSERT(0 == uv_thread_create(threads + 0, check_thread, subthreads + 0)); in TEST_IMPL()
40 ASSERT(0 == uv_thread_create(threads + 1, check_thread, subthreads + 1)); in TEST_IMPL()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-thread-equal.c28 static void check_thread(void* arg) { in check_thread() function
39 ASSERT(0 == uv_thread_create(threads + 0, check_thread, subthreads + 0)); in TEST_IMPL()
40 ASSERT(0 == uv_thread_create(threads + 1, check_thread, subthreads + 1)); in TEST_IMPL()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-thread-equal.c28 static void check_thread(void* arg) { in check_thread() function
39 ASSERT(0 == uv_thread_create(threads + 0, check_thread, subthreads + 0)); in TEST_IMPL()
40 ASSERT(0 == uv_thread_create(threads + 1, check_thread, subthreads + 1)); in TEST_IMPL()
/dports/net-im/py-matrix-synapse/synapse-1.50.2/synapse/util/caches/
H A Ddictionary_cache.py77 def check_thread(self) -> None: member in DictionaryCache
116 self.check_thread()
124 self.check_thread()
148 self.check_thread()
H A Ddeferred_cache.py126 def check_thread(self) -> None: member in DeferredCache
224 self.check_thread()
309 self.check_thread()
328 self.check_thread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/irt_private_pthread/
H A Dirt_thread_test.c47 static void check_thread(void) { in check_thread() function
85 check_thread(); in user_thread_func()
108 check_thread(); in irt_thread_func()
/dports/net/pjsip/pjproject-2.11.1/pjlib/src/pj/
H A Dioqueue_uwp.cpp111 static void check_thread(pj_ioqueue_t *ioq) { in check_thread() function
127 check_thread(ioq); in on_read()
140 check_thread(ioq); in on_write()
151 check_thread(ioq); in on_accept()
161 check_thread(ioq); in on_connect()
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/resmokelib/utils/
H A Darchival.py299 def check_thread(self, thread, expected_alive): member in Archival
313 self.check_thread(self._upload_worker, True)
314 self.check_thread(self._archive_file_worker, True)
316 self.check_thread(self._upload_worker, False)
320 self.check_thread(self._archive_file_worker, False)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/utils/fonts/
H A Dfree_type.py25 def check_thread(self, *args, **kwargs): function
29 return check_thread
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/application/tests/
H A Dtest_outputview.py75 def check_thread(*args): function
80 blue.stream.connect(check_thread)
84 red.stream.connect(check_thread)
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp231 BasicBlock *check_thread = CreateBlock("check_thread"); in initialize() local
246 do_safepoint, check_thread); in initialize()
248 builder()->SetInsertPoint(check_thread); in initialize()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/shark/
H A DsharkNativeWrapper.cpp231 BasicBlock *check_thread = CreateBlock("check_thread"); in initialize() local
246 do_safepoint, check_thread); in initialize()
248 builder()->SetInsertPoint(check_thread); in initialize()
/dports/textproc/htdig/htdig-3.2.0b6/db/
H A Ddb_iface.c484 CDB___dbt_ferr(dbp, name, dbt, check_thread) in CDB___dbt_ferr() argument
488 int check_thread;
516 if (check_thread && F_ISSET(dbenv, DB_ENV_THREAD) &&
/dports/textproc/mifluz/mifluz-0.26.0/db/
H A Ddb_iface.c606 __dbt_ferr(dbp, name, dbt, check_thread) in __dbt_ferr() argument
610 int check_thread;
638 if (check_thread && DB_IS_THREADED(dbp) &&

1234