Home
last modified time | relevance | path

Searched defs:thread (Results 101 - 125 of 268) sorted by relevance

1234567891011

/third_party/libuv/test/
H A Dtest-thread.c116 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 Dthreading_helpers.c18 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 Dsafe_pthread.c255 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 Dtest_instance_data.c10 uv_thread_t thread; member
/third_party/node/src/inspector/
H A Dworker_agent.cc14 NodeWorkers(std::weak_ptr<NodeWorker::Frontend> frontend, std::shared_ptr<MainThreadHandle> thread) NodeWorkers() argument
H A Dworker_inspector.h87 explicit WorkerManager(std::shared_ptr<MainThreadHandle> thread) in WorkerManager() argument
/third_party/musl/libc-test/src/regression/
H A Dpthread_cond-smasher.c18 typedef pthread_t thread; typedef
[all...]
/third_party/musl/porting/liteos_m/user/src/thread/
H A Dpthread_create.c94 _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 Dares_event.h87 ares__thread_t *thread; member
[all...]
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_1_to_1_threads.c141 pthread_t thread[THREADS]; in main() local
/third_party/ltp/testcases/realtime/func/hrtimer-prio/
H A Dhrtimer-prio.c113 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 Dlibrttest.h79 struct thread { struct
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_rwlock_test.cpp98 pthread_t thread; in TestPthreadRwlockWakeupWriter() local
[all...]
/third_party/python/Python/
H A Dthread_pthread_stubs.h83 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 Dmodule-sine-source.c60 pa_thread *thread; member
H A Dmodule-null-source.c67 pa_thread *thread; member
H A Dmodule-pipe-source.c70 pa_thread *thread; member
/third_party/pulseaudio/src/pulsecore/
H A Drtkit.c171 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 Dlock-autospawn.c59 static pa_thread *thread = NULL; variable
[all...]
H A Dthread-win32.c34 HANDLE thread; member
45 HANDLE thread; member
219 HANDLE thread; pa_tls_set() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dthread-mainloop.c49 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 DThread.cpp23 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 DAngleNativeTest.java50 public void uncaughtException(Thread thread, Throwable ex) in uncaughtException() argument
/third_party/python/Lib/test/
H A Dtest_thread.py6 import _thread as thread namespace
[all...]
/third_party/selinux/libselinux/src/
H A Davc_internal.h109 static inline void avc_stop_thread(void *thread) in avc_stop_thread() argument

Completed in 11 milliseconds

1234567891011