Home
last modified time | relevance | path

Searched defs:pthread (Results 1 – 25 of 458) sorted by relevance

12345678910>>...19

/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/internal/
H A Dpthread_impl.h16 #define pthread __pthread macro
18 struct pthread { struct
28 struct pthread *self; argument
45 pthread_attr_t attr; argument
68 pthread_t thread; argument
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/internal/
H A Dpthread_impl.h16 struct pthread { struct
21 struct pthread *prev, *next; /* non-ABI */ argument
23 uintptr_t canary, canary2;
26 int tid;
27 int errno_val;
30 volatile unsigned char canceldisable, cancelasync;
35 void *stack;
38 void *result;
40 void **tsd;
41 struct {
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/internal/
H A Dpthread_impl.h18 struct pthread { struct
25 struct pthread *prev, *next; /* non-ABI */ argument
35 int tid;
36 int errno_val;
39 volatile unsigned char canceldisable, cancelasync;
43 size_t map_size;
44 void *stack;
47 void *result;
49 void **tsd;
50 struct {
[all …]
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/internal/
H A Dpthread_impl.h18 struct pthread { struct
25 struct pthread *prev, *next; /* non-ABI */ argument
35 int tid;
36 int errno_val;
39 volatile unsigned char canceldisable, cancelasync;
43 size_t map_size;
44 void *stack;
47 void *result;
49 void **tsd;
50 struct {
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/internal/
H A Dpthread_impl.h18 struct pthread { struct
25 struct pthread *prev, *next; /* non-ABI */ argument
35 int tid;
36 int errno_val;
39 volatile unsigned char canceldisable, cancelasync;
43 size_t map_size;
44 void *stack;
47 void *result;
49 void **tsd;
50 struct {
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/internal/
H A Dpthread_impl.h18 struct pthread { struct
25 struct pthread *prev, *next; /* non-ABI */ argument
35 int tid;
36 int errno_val;
39 volatile unsigned char canceldisable, cancelasync;
43 size_t map_size;
44 void *stack;
47 void *result;
49 void **tsd;
50 struct {
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/internal/
H A Dpthread_impl.h18 struct pthread { struct
25 struct pthread *prev, *next; /* non-ABI */ argument
35 int tid;
36 int errno_val;
39 volatile unsigned char canceldisable, cancelasync;
43 size_t map_size;
44 void *stack;
47 void *result;
49 void **tsd;
50 struct {
[all …]
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/pieces/
H A Dthread_windows.c30 netwib_thread *pthread; in netwib_thread_init() local
62 netwib_thread *pthread; in netwib_thread_close() local
88 netwib_err netwib_thread_wait(netwib_thread *pthread, in netwib_thread_wait()
H A Dthread_posix.c40 netwib_thread *pthread; in netwib_thread_init() local
141 netwib_thread *pthread; in netwib_thread_close() local
169 netwib_err netwib_thread_wait(netwib_thread *pthread, in netwib_thread_wait()
/dports/devel/git-svn/git-2.34.1/
H A Dthread-utils.c88 int dummy_pthread_create(pthread_t *pthread, const void *attr, in dummy_pthread_create()
114 int dummy_pthread_join(pthread_t pthread, void **retval) in dummy_pthread_join()
/dports/devel/git-p4/git-2.34.1/
H A Dthread-utils.c88 int dummy_pthread_create(pthread_t *pthread, const void *attr, in dummy_pthread_create()
114 int dummy_pthread_join(pthread_t pthread, void **retval) in dummy_pthread_join()
/dports/devel/git-gui/git-2.34.1/
H A Dthread-utils.c88 int dummy_pthread_create(pthread_t *pthread, const void *attr, in dummy_pthread_create()
114 int dummy_pthread_join(pthread_t pthread, void **retval) in dummy_pthread_join()
/dports/devel/git/git-2.34.1/
H A Dthread-utils.c88 int dummy_pthread_create(pthread_t *pthread, const void *attr, in dummy_pthread_create()
114 int dummy_pthread_join(pthread_t pthread, void **retval) in dummy_pthread_join()
/dports/devel/git-cvs/git-2.34.1/
H A Dthread-utils.c88 int dummy_pthread_create(pthread_t *pthread, const void *attr, in dummy_pthread_create()
114 int dummy_pthread_join(pthread_t pthread, void **retval) in dummy_pthread_join()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dthread-utils.c88 int dummy_pthread_create(pthread_t *pthread, const void *attr, in dummy_pthread_create()
114 int dummy_pthread_join(pthread_t pthread, void **retval) in dummy_pthread_join()
/dports/net-mgmt/lldpd/lldpd-1.0.8/libevent/test/
H A Dregress_main.c204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) in move_pthread_to_realtime_scheduling_class()
229 void thread_setup(THREAD_T pthread) in thread_setup()
234 void thread_setup(THREAD_T pthread) {} in thread_setup()
/dports/devel/libevent/libevent-2.1.12-stable/test/
H A Dregress_main.c204 static void move_pthread_to_realtime_scheduling_class(pthread_t pthread) in move_pthread_to_realtime_scheduling_class()
229 void thread_setup(THREAD_T pthread) in thread_setup()
234 void thread_setup(THREAD_T pthread) {} in thread_setup()
/dports/graphics/flam3/flam3-3.1.1-5-g7fb50c8/
H A Dconfigure.ac6 AC_ARG_ENABLE(pthread, [ --enable-pthread compile FLAM3 with threads enabled (default=yes)]) optenable
/dports/devel/lwp/lwp-2.8/
H A Dconfigure.ac24 AC_ARG_ENABLE(pthread, optenable
/dports/net/netwib/netwib-5.38.0-src/src/netwib/sys/
H A Dthreadlist.h10 netwib_thread *pthread; member
/dports/devel/godot2/godot-2.1.6-stable/drivers/unix/
H A Dthread_posix.h45 pthread_t pthread; variable
/dports/devel/godot2-tools/godot-2.1.6-stable/drivers/unix/
H A Dthread_posix.h45 pthread_t pthread; variable
/dports/lang/onyx/onyx-5.1.2/lib/libonyx/src/
H A Dthd.c66 pthread_t pthread; member
298 pthread_t pthread; in thd_new() local
372 pthread_t pthread; in thd_delete() local
430 pthread_t pthread; in thd_join() local
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/thread/pthread/
H A Dpthread_helpers.hpp17 namespace pthread namespace
/dports/x11-wm/wayfire-plugins-extra/wayfire-plugins-extra-0.7.0/src/network-keyboard/
H A Dmeson.build2 pthread = dependency('threads') variable

12345678910>>...19