Home
last modified time | relevance | path

Searched defs:thread_id (Results 26 - 50 of 82) sorted by relevance

1234

/third_party/libuv/test/
H A Dtest-thread.c34 uv_thread_t thread_id; member
42 uv_thread_t thread_id; member
50 uv_thread_t thread_id; member
H A Dbenchmark-multi-accept.c71 uv_thread_t thread_id; member
/third_party/ltp/lib/
H A Dsafe_pthread.c12 safe_pthread_create(const char *file, const int lineno, pthread_t *thread_id, const pthread_attr_t *attr, void *(*thread_fn)(void *), void *arg) safe_pthread_create() argument
29 safe_pthread_join(const char *file, const int lineno, pthread_t thread_id, void **retval) safe_pthread_join() argument
77 safe_pthread_cancel(const char *file, const int lineno, pthread_t thread_id) safe_pthread_cancel() argument
/third_party/node/deps/v8/tools/v8windbg/test/
H A Dv8windbg-test.cc196 ULONG type, proc_id, thread_id, desc_used; in RunTests() local
/third_party/node/src/inspector/
H A Dworker_inspector.cc103 NewParentHandle( uint64_t thread_id, const std::string& url, const std::string& name) NewParentHandle() argument
H A Dworker_inspector.h62 NewParentInspectorHandle( uint64_t thread_id, const std::string& url, const std::string& name) NewParentInspectorHandle() argument
/third_party/ltp/testcases/kernel/fs/openfile/
H A Dopenfile.c208 int thread_id = (uintptr_t) thread_id_; in threads() local
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info.c93 static xmlNodePtr find_thread_in_document(xmlDocPtr doc_ptr, const char *thread_id) in find_thread_in_document() argument
99 static int populate_thread_stats(const char *output, const char *thread_id, malloc_thread_stats_t *stats) in populate_thread_stats() argument
140 static int is_thread_in_output(const char *output, const char *thread_id) in is_thread_in_output() argument
H A Dtest-iterate.c162 pthread_t thread_id; in test_iterate_another_thread() local
175 pthread_t thread_id; in test_iterate_over_abandoned_allocs() local
/third_party/pulseaudio/src/pulsecore/
H A Dthread-win32.c73 DWORD thread_id; in pa_thread_new() local
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A Dw32functions.c676 void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName() argument
/drivers/peripheral/huks/test/unittest/
H A Dhdi_ihuks_api_function_test.cpp374 long int thread_id = atol(thisIdString.c_str()); in HWMTEST_F() local
/third_party/benchmark/src/
H A Dbenchmark_runner.cc123 RunInThread(const BenchmarkInstance* b, IterationCount iters, int thread_id, ThreadManager* manager, PerfCountersMeasurement* perf_counters_measurement) RunInThread() argument
/third_party/gn/src/gn/
H A Dtrace.cc122 TraceItem(Type type, const std::string& name, std::thread::id thread_id) Coalesced() argument
H A Dtrace.h47 std::thread::id thread_id() const { return thread_id_; } in thread_id() function in TraceItem
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c70 long int thread_id = (long int) pthread_self(); in my_mutexed_debug() local
102 long int thread_id = (long int) pthread_self(); in handle_ssl_connection() local
[all...]
/third_party/node/test/cctest/
H A Dtest_environment.cc442 node::ThreadId thread_id; in TEST_F() member
/third_party/musl/src/thread/
H A Dpthread_create.c408 struct pthread* __pthread_list_find(pthread_t thread_id, const char* info) in __pthread_list_find() argument
/third_party/mesa3d/src/util/
H A Du_thread.h368 typedef DWORD thread_id; typedef
370 typedef thrd_t thread_id; typedef
/third_party/ltp/testcases/realtime/func/matrix_mult/
H A Dmatrix_mult.c153 int thread_id = (intptr_t) t->id; in concurrent_thread() local
/third_party/node/deps/v8/src/execution/
H A Dlocal-isolate.h111 ThreadId thread_id() const { return thread_id_; } in thread_id() function in v8::internal::final
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtarget.cc278 uint64_t thread_id; in ProcessPacket() local
/third_party/node/deps/v8/src/libsampler/
H A Dsampler.cc205 pthread_t thread_id = sampler->platform_data()->vm_tid(); in AddSampler() local
221 pthread_t thread_id = sampler->platform_data()->vm_tid(); in RemoveSampler() local
/third_party/skia/third_party/externals/microhttpd/src/include/
H A Dw32functions.h199 static void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName() argument
/third_party/python/Modules/clinic/
H A Dsignalmodule.c.h573 unsigned long thread_id; in signal_pthread_kill() local

Completed in 15 milliseconds

1234