Home
last modified time | relevance | path

Searched refs:thrd_current (Results 1 – 25 of 265) sorted by relevance

1234567891011

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/modules/
H A Dthrd-tests2 tests/test-thrd_current.c
11 TESTS += test-thrd_current test-thrd_create
12 check_PROGRAMS += test-thrd_current test-thrd_create
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dthreads.in.h161 # define thrd_current rpl_thrd_current
163 _GL_FUNCDECL_RPL (thrd_current, thrd_t, (void) _GL_ATTRIBUTE_PURE);
164 _GL_CXXALIAS_RPL (thrd_current, thrd_t, (void));
167 _GL_FUNCDECL_SYS (thrd_current, thrd_t, (void) _GL_ATTRIBUTE_PURE);
169 _GL_CXXALIAS_SYS (thrd_current, thrd_t, (void));
171 _GL_CXXALIASWARN (thrd_current);
173 # undef thrd_current
175 _GL_WARN_ON_USE (thrd_current, "thrd_current is unportable - "
H A Dthrd.c126 # undef thrd_current
152 thread->tid = thrd_current ();
178 thrd_current ()
303 thrd_current (void)
377 thrd_current (void)
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dthrd_current.texi1 @node thrd_current
2 @section @code{thrd_current}
3 @findex thrd_current
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-thread_local.c66 # define thrd_current_pointer() (*((void **) thrd_current ().__))
69 # define thrd_current_pointer() ((void *) (uintptr_t) thrd_current ())
71 # define thrd_current_pointer() ((void *) thrd_current ())
H A Dtest-thrd_create.c45 main_thread_before = thrd_current (); in main()
53 main_thread_after = thrd_current (); in main()
H A Dtest-thrd_current.c28 main_thread = thrd_current (); in main()
H A Dtest-mtx.c81 # define thrd_current_pointer() (*((void **) thrd_current ().__))
84 # define thrd_current_pointer() ((void *) (uintptr_t) thrd_current ())
86 # define thrd_current_pointer() ((void *) thrd_current ())
H A Dtest-tss.c58 # define thrd_current_pointer() (*((void **) thrd_current ().__))
61 # define thrd_current_pointer() ((void *) (uintptr_t) thrd_current ())
63 # define thrd_current_pointer() ((void *) thrd_current ())
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/
H A Dthread.c177 iAssert(d->id != thrd_current()); in join_Thread()
178 if (d->id == thrd_current()) return; in join_Thread()
202 const iThreadId cur = thrd_current(); in current_Thread()
210 return d->id == thrd_current(); in isCurrent_Thread()
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/tests/include/pdclib/platform/example/functions/threads/
H A Dthrd_current.c22 thrd_t thrd_current( void ) in thrd_current() function
41 TESTCASE( thrd_equal( g_thread[ *( unsigned * )arg ], thrd_current() ) != 0 ); in func()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/thread/
H A Dpthread_self.c10 weak_alias(__pthread_self_internal, thrd_current);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/thread/
H A Dpthread_self.c10 weak_alias(__pthread_self_internal, thrd_current);
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/thread/
H A Dpthread_self.c10 weak_alias(__pthread_self_internal, thrd_current);
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/thread/
H A Dpthread_self.c10 weak_alias(__pthread_self_internal, thrd_current);
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/thread/
H A Dpthread_self.c10 weak_alias(__pthread_self_internal, thrd_current);
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/thread/
H A Dpthread_self.c11 weak_alias(__pthread_self_internal, thrd_current);
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/thread/
H A Dpthread_self.c10 weak_alias(__pthread_self_internal, thrd_current);
/dports/misc/libstdthreads/libstdthreads-0.11/
H A DSymbol.map16 thrd_current;
H A DMakefile25 thrd_create.3 thrd_current.3 \
/dports/net/librdkafka/librdkafka-1.8.2/src/
H A Drdrand.c44 seed ^= (unsigned int)(intptr_t)thrd_current(); in rd_jitter()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/src/
H A Drdrand.c44 seed ^= (unsigned int)(intptr_t)thrd_current(); in rd_jitter()
/dports/devel/R-cran-later/later/src/
H A Dbadthreads.h18 #define thrd_current THREADS_H_ERROR macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/
H A Dthreads.h52 thrd_t thrd_current(void);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/time/
H A Dtime_fuchsia.cc89 zx_status_t status = zx_object_get_info(thrd_get_zx_handle(thrd_current()), in ThreadTicksNowIgnoringOverride()

1234567891011