Home
last modified time | relevance | path

Searched refs:pthread_getspecific (Results 1 – 25 of 3429) sorted by relevance

12345678910>>...138

/dports/net/nbdkit/nbdkit-1.20.4/server/
H A Dthreadlocal.c111 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_set_name()
127 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_set_instance_num()
136 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_get_name()
147 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_get_instance_num()
158 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_set_error()
172 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_get_error()
191 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_buffer()
216 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_set_conn()
226 struct threadlocal *threadlocal = pthread_getspecific (threadlocal_key); in threadlocal_get_conn()
/dports/net/fort/FORT-validator-1.5.3/src/
H A Dthread_var.c102 state = pthread_getspecific(state_key); in state_retrieve()
140 files = pthread_getspecific(filenames_key); in fnstack_cleanup()
183 files = pthread_getspecific(filenames_key); in fnstack_push()
221 files = pthread_getspecific(filenames_key); in fnstack_peek()
234 files = pthread_getspecific(filenames_key); in fnstack_pop()
266 repo = pthread_getspecific(repository_key); in working_repo_cleanup()
286 repo = pthread_getspecific(repository_key); in working_repo_push()
304 repo = pthread_getspecific(repository_key); in working_repo_push_level()
316 repo = pthread_getspecific(repository_key); in working_repo_peek()
326 repo = pthread_getspecific(repository_key); in working_repo_peek_level()
[all …]
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dmem.c141 threadname = (char *) pthread_getspecific(key_threadname); in Mem_usage_reset_heap_baseline()
187 threadname = (char *) pthread_getspecific(key_threadname); in Mem_usage_std_stack_add()
237 threadname = (char *) pthread_getspecific(key_threadname); in Mem_usage_std_stack_subtract()
276 threadname = (char *) pthread_getspecific(key_threadname); in Mem_usage_std_heap_add()
303 return (long int) pthread_getspecific(key_memusage_std_heap); in Mem_usage_report_std_heap()
312 return (long int) pthread_getspecific(key_memusage_keep); in Mem_usage_report_keep()
399 threadname = (char *) pthread_getspecific(key_threadname); in Mem_alloc()
482 threadname = (char *) pthread_getspecific(key_threadname); in Mem_alloc_keep()
713 threadname = (char *) pthread_getspecific(key_threadname); in Mem_calloc()
804 threadname = (char *) pthread_getspecific(key_threadname); in Mem_calloc_keep()
[all …]
H A Dexcept.c58 stackptr = (Except_Frame_T) pthread_getspecific(global_except_key); in Except_stack_destroy()
75 stackptr = (Except_Frame_T) pthread_getspecific(global_except_key); in Except_link_stack()
93 stackptr = (Except_Frame_T) pthread_getspecific(global_except_key); in Except_advance_stack()
132 stackptr = (Except_Frame_T) pthread_getspecific(global_except_key); in Except_raise()
/dports/devel/emscripten/emscripten-2.0.3/tests/pthread/
H A Dspecific.c26 assert(pthread_getspecific(key) == NULL); in main()
32 assert(pthread_getspecific(key) == NULL); in main()
38 data2 = pthread_getspecific(key); in main()
47 data2 = pthread_getspecific(key); in main()
52 data2 = pthread_getspecific(key); in main()
H A Dspecific.out3 pthread_getspecific = 123
5 pthread_getspecific = 0
6 pthread_getspecific after key recreate = 0
/dports/emulators/nemu/nemu-3.0.0/src/
H A Dnm_database.c74 if (pthread_getspecific(db_conn_key) == NULL) { in nm_db_init()
103 if ((db = pthread_getspecific(db_conn_key)) == NULL) { in nm_db_select()
123 if ((db = pthread_getspecific(db_conn_key)) == NULL) { in nm_db_edit()
140 db = pthread_getspecific(db_conn_key); in nm_db_in_transaction()
150 if ((db = pthread_getspecific(db_conn_key)) == NULL) { in nm_db_begin_transaction()
170 if ((db = pthread_getspecific(db_conn_key)) == NULL) { in nm_db_atomic()
188 if ((db = pthread_getspecific(db_conn_key)) == NULL) { in nm_db_commit()
208 if ((db = pthread_getspecific(db_conn_key)) == NULL) { in nm_db_rollback()
227 db = pthread_getspecific(db_conn_key); in nm_db_close()
273 if ((db = pthread_getspecific(db_conn_key)) == NULL) { in nm_db_update()
/dports/devel/emscripten/emscripten-2.0.3/system/lib/gl/
H A Dwebgl1.c91 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in emscripten_webgl_commit_frame()
121 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glBufferData()
143 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glBufferSubData()
284 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glTexImage2D()
312 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glTexSubImage2D()
337 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glUniform1fv()
362 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glUniform1iv()
386 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glUniform2fv()
411 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glUniform2iv()
435 if (pthread_getspecific(currentThreadOwnsItsWebGLContext)) in glUniform3fv()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dpthread_getspecific.texi1 @node pthread_getspecific
2 @section @code{pthread_getspecific}
3 @findex pthread_getspecific
5 …fication:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/pthread_getspecific.html}
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dpthread_getspecific.texi1 @node pthread_getspecific
2 @section @code{pthread_getspecific}
3 @findex pthread_getspecific
5 …cation:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/pthread_getspecific.html}
/dports/devel/emscripten/emscripten-2.0.3/system/include/webgl/
H A Dwebgl1.h156 …ame) ret functionName(void) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
157 …t0) ret functionName(t0 p0) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
158 … functionName(t0 p0, t1 p1) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
159 …onName(t0 p0, t1 p1, t2 p2) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
169 …ame) ret functionName(void) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
170 …t0) ret functionName(t0 p0) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
171 … functionName(t0 p0, t1 p1) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
182 …ame) ret functionName(void) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
183 …t0) ret functionName(t0 p0) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
184 … functionName(t0 p0, t1 p1) { GL_FUNCTION_TRACE(functionName); if (pthread_getspecific(currentThre…
[all …]
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/nslcd/
H A Dlog.c158 sessionid = pthread_getspecific(sessionid_key); in log_clearsession()
159 requestid = pthread_getspecific(requestid_key); in log_clearsession()
176 sessionid = pthread_getspecific(sessionid_key); in log_newsession()
177 requestid = pthread_getspecific(requestid_key); in log_newsession()
206 requestid = pthread_getspecific(requestid_key); in log_setrequest()
238 sessionid = pthread_getspecific(sessionid_key); in log_log()
239 requestid = pthread_getspecific(requestid_key); in log_log()
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/nslcd/
H A Dlog.c158 sessionid = pthread_getspecific(sessionid_key); in log_clearsession()
159 requestid = pthread_getspecific(requestid_key); in log_clearsession()
176 sessionid = pthread_getspecific(sessionid_key); in log_newsession()
177 requestid = pthread_getspecific(requestid_key); in log_newsession()
206 requestid = pthread_getspecific(requestid_key); in log_setrequest()
238 sessionid = pthread_getspecific(sessionid_key); in log_log()
239 requestid = pthread_getspecific(requestid_key); in log_log()
/dports/textproc/senna/senna-1.1.5/bindings/mysql/
H A Dmysql-4.0.27.senna.2ind.skipmode.diff33 + skipmode = (long *) pthread_getspecific(THR_SEN_skipmode);
70 + long *tmp = (long *) pthread_getspecific(THR_SEN_offset_limit);
77 + tmp = (long *) pthread_getspecific(THR_SEN_select_limit);
115 + long *tmp = pthread_getspecific(THR_SEN_current_row);
144 + long *skipmode = pthread_getspecific(THR_SEN_skipmode);
153 + select_limit = pthread_getspecific(THR_SEN_select_limit);
154 + offset_limit = pthread_getspecific(THR_SEN_offset_limit);
245 + if ((skipvars = pthread_getspecific(THR_SEN_skipmode))) {
257 + if ((skipvars = pthread_getspecific(THR_SEN_current_row))) {
307 + skipmode = (long *) pthread_getspecific(THR_SEN_skipmode);
[all …]
/dports/devel/libqsbr/libqsbr-e73407c/src/
H A Debr.c103 t = pthread_getspecific(ebr->tls_key); in ebr_register()
128 t = pthread_getspecific(ebr->tls_key); in ebr_unregister()
149 t = pthread_getspecific(ebr->tls_key); in ebr_enter()
170 t = pthread_getspecific(ebr->tls_key); in ebr_exit()
304 t = pthread_getspecific(ebr->tls_key); in ebr_incrit_p()
/dports/devel/hpx/hpx-1.2.1/hpx/util/
H A Dthread_specific_ptr.hpp106 pthread_getspecific(thread_specific_ptr<T, Tag>::get_key())); in get()
112 pthread_getspecific(thread_specific_ptr<T, Tag>::get_key())); in operator ->()
120 pthread_getspecific(thread_specific_ptr<T, Tag>::get_key())); in operator *()
132 pthread_getspecific(thread_specific_ptr<T, Tag>::get_key())); in reset()
/dports/dns/libbind/libbind-6.0/resolv/
H A Dmtctxres.c66 if (pthread_getspecific(key) != 0) { in __res_init_ctx()
121 if (((mt = pthread_getspecific(key)) != 0) || in ___mtctxres()
123 (mt = pthread_getspecific(key)) != 0)) { in ___mtctxres()
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/resolv/
H A Dmtctxres.c67 if (pthread_getspecific(key) != 0) { in __res_init_ctx()
122 if (((mt = pthread_getspecific(key)) != 0) || in ___mtctxres()
124 (mt = pthread_getspecific(key)) != 0)) { in ___mtctxres()
/dports/mail/enma/enma-1.2.0/enma/src/
H A Dloghandler.c72 char *old_prefix = pthread_getspecific(LogHandler_prefix_key); in LogHandler_setPrefix()
93 const char *prefix = pthread_getspecific(LogHandler_prefix_key); in LogHandler_getPrefix()
112 const char *prefix = pthread_getspecific(LogHandler_prefix_key); in LogHandler_syslogWithPrefix()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/mk_core/
H A Dmk_thread.c156 sch = pthread_getspecific(mk_thread_scheduler); in mk_thread_create()
229 sch = pthread_getspecific(mk_thread_scheduler); in mk_thread_status()
249 sch = pthread_getspecific(mk_thread_scheduler); in mk_thread_yield()
274 sch = pthread_getspecific(mk_thread_scheduler); in mk_thread_resume()
331 sch = pthread_getspecific(mk_thread_scheduler); in mk_thread_running()
342 sch = pthread_getspecific(mk_thread_scheduler); in mk_thread_add_channel()
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dms_thread.c49 ms_thread_t *ms_thread= pthread_getspecific(ms_thread_key); in ms_set_current_time()
62 ms_thread_t *ms_thread= pthread_getspecific(ms_thread_key); in ms_check_sock_timeout()
94 ms_thread_t *ms_thread= pthread_getspecific(ms_thread_key); in ms_reconn_thread_socks()
111 ms_thread_t *ms_thread= pthread_getspecific(ms_thread_key); in ms_clock_handler()
270 ms_thread= pthread_getspecific(ms_thread_key); in ms_worker_libevent()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/runtime/
H A Dos-unix.c153 return (__cilkrts_worker *)pthread_getspecific(worker_key); in __cilkrts_get_tls_worker()
161 return (__cilkrts_worker *)pthread_getspecific(worker_key); in __cilkrts_get_tls_worker_fast()
169 pthread_getspecific(tbb_interop_key); in __cilkrts_get_tls_tbb_interop()
183 (struct __cilkrts_pedigree *)pthread_getspecific(pedigree_leaf_key); in __cilkrts_get_tls_pedigree_leaf()
220 return (cilk_fiber_sysdep *)pthread_getspecific(fiber_key); in cilkos_get_tls_cilk_fiber()
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dms_thread.c49 ms_thread_t *ms_thread= pthread_getspecific(ms_thread_key);
62 ms_thread_t *ms_thread= pthread_getspecific(ms_thread_key);
94 ms_thread_t *ms_thread= pthread_getspecific(ms_thread_key);
111 ms_thread_t *ms_thread= pthread_getspecific(ms_thread_key);
270 ms_thread= pthread_getspecific(ms_thread_key);
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dmaybe_threads.cc66 void *pthread_getspecific(pthread_key_t)
117 if (pthread_getspecific) { in perftools_pthread_getspecific()
118 return pthread_getspecific(key); in perftools_pthread_getspecific()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dmaybe_threads.cc66 void *pthread_getspecific(pthread_key_t)
117 if (pthread_getspecific) { in perftools_pthread_getspecific()
118 return pthread_getspecific(key); in perftools_pthread_getspecific()

12345678910>>...138