/third_party/libuv/test/ |
H A D | test-thread.c | 116 struct test_thread* thread = arg; in do_work() local 246 uv_thread_t thread; in TEST_IMPL() local 253 uv_thread_t thread; in TEST_IMPL() local [all...] |
/third_party/mbedtls/tests/src/ |
H A D | threading_helpers.c | 18 static int threading_thread_create_pthread(mbedtls_test_thread_t *thread, void *(*thread_func)( in threading_thread_create_pthread() argument 32 static int threading_thread_join_pthread(mbedtls_test_thread_t *thread) in threading_thread_join_pthread() argument 53 threading_thread_create_fail(mbedtls_test_thread_t *thread, void *(*thread_func)(void *), void *thread_data) threading_thread_create_fail() argument 64 threading_thread_join_fail(mbedtls_test_thread_t *thread) threading_thread_join_fail() argument [all...] |
/third_party/ltp/lib/ |
H A D | safe_pthread.c | 255 safe_pthread_kill(const char *file, const int lineno, pthread_t thread, int sig) safe_pthread_kill() argument
|
/third_party/node/test/node-api/test_instance_data/ |
H A D | test_instance_data.c | 10 uv_thread_t thread; member
|
/third_party/node/src/inspector/ |
H A D | worker_agent.cc | 14 NodeWorkers(std::weak_ptr<NodeWorker::Frontend> frontend, std::shared_ptr<MainThreadHandle> thread) NodeWorkers() argument
|
H A D | worker_inspector.h | 87 explicit WorkerManager(std::shared_ptr<MainThreadHandle> thread) in WorkerManager() argument
|
/third_party/musl/libc-test/src/regression/ |
H A D | pthread_cond-smasher.c | 18 typedef pthread_t thread; typedef [all...] |
/third_party/musl/porting/liteos_m/user/src/thread/ |
H A D | pthread_create.c | 94 _LIBC_TEXT_SECTION static int __thread_clone(int (*func)(void *), int flags, struct pthread *thread, unsigned char *sp) in __thread_clone() argument [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares_event.h | 87 ares__thread_t *thread; member [all...] |
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_threads.c | 141 pthread_t thread[THREADS]; in main() local
|
/third_party/ltp/testcases/realtime/func/hrtimer-prio/ |
H A D | hrtimer-prio.c | 113 void *busy_thread(void *thread) in busy_thread() argument 123 void *timer_thread(void *thread) in timer_thread() argument
|
/third_party/ltp/testcases/realtime/include/ |
H A D | librttest.h | 79 struct thread { struct [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/ |
H A D | thread_rwlock_test.cpp | 98 pthread_t thread; in TestPthreadRwlockWakeupWriter() local [all...] |
/third_party/python/Python/ |
H A D | thread_pthread_stubs.h | 83 pthread_create(pthread_t *restrict thread, in pthread_create() argument 92 pthread_detach(pthread_t thread) in pthread_detach() argument
|
/third_party/pulseaudio/src/modules/ |
H A D | module-sine-source.c | 60 pa_thread *thread; member
|
H A D | module-null-source.c | 67 pa_thread *thread; member
|
H A D | module-pipe-source.c | 70 pa_thread *thread; member
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | rtkit.c | 171 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) { in rtkit_make_realtime() argument 230 int rtkit_make_high_priority(DBusConnection *connection, pid_t thread, int nice_level) { in rtkit_make_high_priority() argument 293 int rtkit_make_realtime(DBusConnection *connection, pid_t thread, int priority) { in rtkit_make_realtime() argument 297 int rtkit_make_high_priority(DBusConnection *connection, pid_t thread, in argument [all...] |
H A D | lock-autospawn.c | 59 static pa_thread *thread = NULL; variable [all...] |
H A D | thread-win32.c | 34 HANDLE thread; member 45 HANDLE thread; member 219 HANDLE thread; pa_tls_set() local [all...] |
/third_party/pulseaudio/src/pulse/ |
H A D | thread-mainloop.c | 49 pa_thread* thread; member 76 static void thread(void *userdata) { in thread() function [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Thread.cpp | 23 egl::Thread *thread = static_cast<egl::Thread *>(ptr); in ProcessCleanupCallback() local
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/android/java/src/com/android/angle/test/ |
H A D | AngleNativeTest.java | 50 public void uncaughtException(Thread thread, Throwable ex) in uncaughtException() argument
|
/third_party/python/Lib/test/ |
H A D | test_thread.py | 6 import _thread as thread namespace [all...] |
/third_party/selinux/libselinux/src/ |
H A D | avc_internal.h | 109 static inline void avc_stop_thread(void *thread) in avc_stop_thread() argument
|