Home
last modified time | relevance | path

Searched refs:thread_self (Results 1 – 25 of 389) sorted by relevance

12345678910>>...16

/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/
H A Dthread_data.cpp105 thread_self& get_self() in get_self()
107 thread_self* p = get_self_ptr(); in get_self()
116 thread_self* get_self_ptr() in get_self_ptr()
118 return thread_self::get_self(); in get_self_ptr()
125 thread_self::set_self(self); in set_self_ptr()
129 thread_self::impl_type* get_ctx_ptr() in get_ctx_ptr()
137 thread_self* p = thread_self::get_self(); in get_self_ptr_checked()
154 thread_self* self = get_self_ptr(); in get_self_id()
185 thread_self* self = get_self_ptr(); in get_parent_id()
193 thread_self* self = get_self_ptr(); in get_parent_phase()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/proc/
H A Dthread_self.c40 struct dentry *thread_self; in proc_setup_thread_self() local
44 thread_self = d_alloc_name(s->s_root, "thread-self"); in proc_setup_thread_self()
45 if (thread_self) { in proc_setup_thread_self()
54 d_add(thread_self, inode); in proc_setup_thread_self()
57 dput(thread_self); in proc_setup_thread_self()
65 fs_info->proc_thread_self = thread_self; in proc_setup_thread_self()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/proc/
H A Dthread_self.c40 struct dentry *thread_self; in proc_setup_thread_self() local
44 thread_self = d_alloc_name(s->s_root, "thread-self"); in proc_setup_thread_self()
45 if (thread_self) { in proc_setup_thread_self()
54 d_add(thread_self, inode); in proc_setup_thread_self()
57 dput(thread_self); in proc_setup_thread_self()
65 fs_info->proc_thread_self = thread_self; in proc_setup_thread_self()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/proc/
H A Dthread_self.c40 struct dentry *thread_self; in proc_setup_thread_self() local
44 thread_self = d_alloc_name(s->s_root, "thread-self"); in proc_setup_thread_self()
45 if (thread_self) { in proc_setup_thread_self()
54 d_add(thread_self, inode); in proc_setup_thread_self()
57 dput(thread_self); in proc_setup_thread_self()
65 fs_info->proc_thread_self = thread_self; in proc_setup_thread_self()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnsdb/src/
H A Dzdb-zone-lock.c315 zone->lock_id = thread_self(); in zdb_zone_lock()
364 zone->lock_id = thread_self(); in zdb_zone_trylock()
462 zone->lock_id = thread_self(); in zdb_zone_trylock_wait()
523 thread_t tid = thread_self(); in zdb_zone_unlock()
633 zone->lock_id = thread_self(); in zdb_zone_double_lock()
675 thread_t tid = thread_self(); in zdb_zone_try_double_lock()
692 zone->lock_id = thread_self(); in zdb_zone_try_double_lock()
762 thread_t tid = thread_self(); in zdb_zone_try_double_lock_ex()
779 zone->lock_id = thread_self(); in zdb_zone_try_double_lock_ex()
832 thread_t tid = thread_self(); in zdb_zone_double_unlock()
[all …]
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/linuxthreads/
H A Dcancel.c35 pthread_descr self = thread_self(); in pthread_setcancelstate()
49 pthread_descr self = thread_self(); in pthread_setcanceltype()
121 pthread_descr self = thread_self(); in pthread_testcancel()
130 pthread_descr self = thread_self(); in _pthread_cleanup_push()
142 pthread_descr self = thread_self(); in _pthread_cleanup_pop()
150 pthread_descr self = thread_self(); in _pthread_cleanup_push_defer()
164 pthread_descr self = thread_self(); in _pthread_cleanup_pop_restore()
176 pthread_descr self = thread_self(); in __pthread_perform_cleanup()
H A Dmutex.c69 self = thread_self(); in strong_alias()
83 mutex->__m_owner = thread_self(); in strong_alias()
104 self = thread_self(); in strong_alias()
114 self = thread_self(); in strong_alias()
143 self = thread_self(); in strong_alias()
153 self = thread_self(); in strong_alias()
179 if (mutex->__m_owner != thread_self()) in strong_alias()
189 if (mutex->__m_owner != thread_self() || mutex->__m_lock.__status == 0) in strong_alias()
H A Dspecific.c79 self = args->self = thread_self(); in pthread_key_delete_helper()
93 pthread_descr self = thread_self(); in pthread_key_delete()
136 pthread_descr self = thread_self(); in __pthread_setspecific()
158 pthread_descr self = thread_self(); in strong_alias()
176 pthread_descr self = thread_self(); in strong_alias()
212 pthread_descr self = thread_self(); in libc_internal_tsd_set()
223 pthread_descr self = thread_self(); in libc_internal_tsd_get()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dcancel.c35 pthread_descr self = thread_self(); in pthread_setcancelstate()
49 pthread_descr self = thread_self(); in pthread_setcanceltype()
121 pthread_descr self = thread_self(); in pthread_testcancel()
130 pthread_descr self = thread_self(); in _pthread_cleanup_push()
142 pthread_descr self = thread_self(); in _pthread_cleanup_pop()
150 pthread_descr self = thread_self(); in _pthread_cleanup_push_defer()
164 pthread_descr self = thread_self(); in _pthread_cleanup_pop_restore()
176 pthread_descr self = thread_self(); in __pthread_perform_cleanup()
H A Dmutex.c69 self = thread_self(); in strong_alias()
83 mutex->__m_owner = thread_self(); in strong_alias()
104 self = thread_self(); in strong_alias()
114 self = thread_self(); in strong_alias()
143 self = thread_self(); in strong_alias()
153 self = thread_self(); in strong_alias()
179 if (mutex->__m_owner != thread_self()) in strong_alias()
189 if (mutex->__m_owner != thread_self() || mutex->__m_lock.__status == 0) in strong_alias()
H A Dspecific.c79 self = args->self = thread_self(); in pthread_key_delete_helper()
93 pthread_descr self = thread_self(); in pthread_key_delete()
136 pthread_descr self = thread_self(); in __pthread_setspecific()
158 pthread_descr self = thread_self(); in strong_alias()
176 pthread_descr self = thread_self(); in strong_alias()
212 pthread_descr self = thread_self(); in libc_internal_tsd_set()
223 pthread_descr self = thread_self(); in libc_internal_tsd_get()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/linuxthreads/
H A Dcancel.c35 pthread_descr self = thread_self(); in pthread_setcancelstate()
49 pthread_descr self = thread_self(); in pthread_setcanceltype()
121 pthread_descr self = thread_self(); in pthread_testcancel()
130 pthread_descr self = thread_self(); in _pthread_cleanup_push()
142 pthread_descr self = thread_self(); in _pthread_cleanup_pop()
150 pthread_descr self = thread_self(); in _pthread_cleanup_push_defer()
164 pthread_descr self = thread_self(); in _pthread_cleanup_pop_restore()
176 pthread_descr self = thread_self(); in __pthread_perform_cleanup()
H A Dmutex.c69 self = thread_self(); in strong_alias()
83 mutex->__m_owner = thread_self(); in strong_alias()
104 self = thread_self(); in strong_alias()
114 self = thread_self(); in strong_alias()
143 self = thread_self(); in strong_alias()
153 self = thread_self(); in strong_alias()
179 if (mutex->__m_owner != thread_self()) in strong_alias()
189 if (mutex->__m_owner != thread_self() || mutex->__m_lock.__status == 0) in strong_alias()
H A Dspecific.c79 self = args->self = thread_self(); in pthread_key_delete_helper()
93 pthread_descr self = thread_self(); in pthread_key_delete()
136 pthread_descr self = thread_self(); in __pthread_setspecific()
158 pthread_descr self = thread_self(); in strong_alias()
176 pthread_descr self = thread_self(); in strong_alias()
212 pthread_descr self = thread_self(); in libc_internal_tsd_set()
223 pthread_descr self = thread_self(); in libc_internal_tsd_get()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/src/
H A Dasync.c146 formatln("[%5i][%p] async_wait_init(%p, %i)", getpid_ex(), thread_self(), aw, count);flushout(); in async_wait_init()
227 formatln("[%5i][%p] async_wait_finalize(%p)", getpid_ex(), thread_self(), aw);flushout(); in async_wait_finalize_now()
302 …formatln("[%5i][%p] async_wait_create_shared(%i,%i) -> %p", getpid_ex(), thread_self(), id, count,… in async_wait_create_shared()
361 formatln("[%5i][%p] async_wait_destroy_shared(%p)", getpid_ex(), thread_self(), aw);flushout();
386 formatln("[%5i][%p] async_wait(%p)", getpid_ex(), thread_self(), aw);flushout();
405 …formatln("[%5i][%p] async_wait(%p) failed to lock mutex: %r", getpid_ex(), thread_self(), aw, MAKE…
480 …formatln("[%5i][%p] async_wait_timeout(%p, %llu)", getpid_ex(), thread_self(), aw, usec);flushout(…
516 formatln("[%5i][%p] async_wait_progress(%p, %i) (lock)", getpid_ex(), thread_self(), aw, count);
529 … formatln("[%5i][%p] async_wait_progress(%p, %i) (unlock)", getpid_ex(), thread_self(), aw, count);
533 … formatln("[%5i][%p] async_wait_progress(%p, %i) (done)", getpid_ex(), thread_self(), aw, count);
[all …]
/dports/lang/swi-pl/swipl-8.2.3/src/Tests/thread/
H A Dtest_threads.pl100 thread_self(Me),
108 thread_self(Me),
116 thread_self(Me),
123 thread_self(Me),
131 thread_self(Me),
138 thread_self(Me),
144 thread_self(Me),
150 thread_self(Me),
159 thread_self(Me),
236 thread_self(Me),
/dports/devel/luv/luv-1.41.0-0/tests/
H A Dtest-thread.lua9 local t1 = uv.thread_self()
11 local t2 = uv.thread_self()
14 _G.print(' In', uv.thread_self())
49 print('Runing', uv.thread_self())
51 print('Runing', uv.thread_self())
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/threads/
H A Dthread_data_fwd.hpp50 typedef coroutines::detail::coroutine_self thread_self; typedef
63 HPX_API_EXPORT thread_self& get_self();
67 HPX_API_EXPORT thread_self* get_self_ptr();
75 HPX_API_EXPORT thread_self* get_self_ptr_checked(error_code& ec = throws);
/dports/devel/gnulib/gnulib-20140202-stable/modules/
H A Dthread-tests2 tests/test-thread_self.c
11 TESTS += test-thread_self test-thread_create
12 check_PROGRAMS += test-thread_self test-thread_create
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dthread-tests2 tests/test-thread_self.c
11 TESTS += test-thread_self test-thread_create
12 check_PROGRAMS += test-thread_self test-thread_create
/dports/devel/hpx/hpx-1.2.1/src/runtime/threads/coroutines/detail/
H A Dtss.cpp62 hpx::threads::thread_self* self = hpx::threads::get_self_ptr(); in get_tss_thread_data()
89 hpx::threads::thread_self* self = hpx::threads::get_self_ptr(); in set_tss_thread_data()
126 hpx::threads::thread_self* self = hpx::threads::get_self_ptr(); in find_tss_data()
159 hpx::threads::thread_self* self = hpx::threads::get_self_ptr(); in add_new_tss_node()
180 hpx::threads::thread_self* self = hpx::threads::get_self_ptr(); in erase_tss_node()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A DDNBLog.cpp135 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded() local
139 thread_self, arg_msg); in _DNBLogThreaded()
141 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreaded()
177 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf() local
181 thread_self, arg_msg); in _DNBLogThreadedIf()
183 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreadedIf()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/
H A DDNBLog.cpp135 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded() local
139 thread_self, arg_msg); in _DNBLogThreaded()
141 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreaded()
177 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf() local
181 thread_self, arg_msg); in _DNBLogThreadedIf()
183 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreadedIf()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DDNBLog.cpp135 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded() local
139 thread_self, arg_msg); in _DNBLogThreaded()
141 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreaded()
177 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf() local
181 thread_self, arg_msg); in _DNBLogThreadedIf()
183 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreadedIf()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A DDNBLog.cpp135 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreaded() local
139 thread_self, arg_msg); in _DNBLogThreaded()
141 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreaded()
177 thread_port_t thread_self = mach_thread_self(); in _DNBLogThreadedIf() local
181 thread_self, arg_msg); in _DNBLogThreadedIf()
183 mach_port_deallocate(mach_task_self(), thread_self); in _DNBLogThreadedIf()

12345678910>>...16