| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
| sanitizer_stoptheworld_testlib.cc | 48 pthread_t thread_id; local 49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
|
| sanitizer_stoptheworld_test.cc | 74 pthread_t thread_id; local 77 pthread_create_result = pthread_create(&thread_id, NULL, IncrementerThread, 86 ASSERT_EQ(0, pthread_join(thread_id, NULL));
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/ |
| non-stop-exit.c | 38 pthread_t thread_id[NTHREADS]; local 45 pthread_create (&thread_id[i], NULL, thread_function, &args[i]); 50 pthread_join (thread_id[i], NULL);
|
| /src/external/mit/libuv/dist/test/ |
| test-thread-equal.c | 29 uv_thread_t *thread_id = arg; local 35 *thread_id = uv_thread_self();
|
| benchmark-million-async.c | 32 static uv_thread_t thread_id; variable 63 ASSERT(0 == uv_thread_join(&thread_id)); 101 ASSERT(0 == uv_thread_create(&thread_id, thread_cb, NULL));
|
| test-thread.c | 34 uv_thread_t thread_id; member in struct:getaddrinfo_req 42 uv_thread_t thread_id; member in struct:fs_req 50 uv_thread_t thread_id; member in struct:test_thread 178 r = uv_thread_create(&threads[i].thread_id, do_work, &threads[i]); 183 r = uv_thread_join(&threads[i].thread_id);
|
| benchmark-multi-accept.c | 71 uv_thread_t thread_id; member in struct:server_ctx 385 ASSERT(0 == uv_thread_create(&ctx->thread_id, server_cb, ctx)); 413 ASSERT(0 == uv_thread_join(&ctx->thread_id));
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/ |
| non-stop-exit.c | 38 pthread_t thread_id[NTHREADS]; local 45 pthread_create (&thread_id[i], NULL, thread_function, &args[i]); 50 pthread_join (thread_id[i], NULL);
|
| /src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/ |
| mydefs.h | 36 int thread_id; member in struct:thread_arguments_data
|
| /src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/src/ |
| mydefs.h | 36 int thread_id; member in struct:thread_arguments_data
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tconst_pi.c | 64 pthread_t thread_id[MAX_THREAD]; local 70 error_code = pthread_create(&thread_id[i], 77 error_code = pthread_join (thread_id[i], NULL);
|
| /src/crypto/external/apache2/openssl/dist/include/internal/ |
| thread_arch.h | 79 unsigned long thread_id; member in struct:crypto_thread_st
|
| /src/external/gpl3/gcc/dist/libobjc/ |
| thr.c | 153 objc_thread_t thread_id = NULL; local 169 if ((thread_id = __gthread_objc_thread_detach ((void *)__objc_thread_detach_function, 182 return thread_id; 308 objc_thread_t thread_id; local 316 thread_id = __gthread_objc_thread_id (); 317 if (mutex->owner == thread_id) 328 mutex->owner = thread_id; 338 objc_thread_t thread_id; local 346 thread_id = __gthread_objc_thread_id (); 347 if (mutex->owner == thread_id) 370 objc_thread_t thread_id; local 458 objc_thread_t thread_id; local [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| thr.c | 153 objc_thread_t thread_id = NULL; local 169 if ((thread_id = __gthread_objc_thread_detach ((void *)__objc_thread_detach_function, 182 return thread_id; 308 objc_thread_t thread_id; local 316 thread_id = __gthread_objc_thread_id (); 317 if (mutex->owner == thread_id) 328 mutex->owner = thread_id; 338 objc_thread_t thread_id; local 346 thread_id = __gthread_objc_thread_id (); 347 if (mutex->owner == thread_id) 370 objc_thread_t thread_id; local 458 objc_thread_t thread_id; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| slow-waitpid.c | 245 pthread_t thread_id; local 262 if (pthread_create (&thread_id, &attr,
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| slow-waitpid.c | 245 pthread_t thread_id; local 262 if (pthread_create (&thread_id, &attr,
|
| /src/external/bsd/wpa/dist/src/l2_packet/ |
| l2_packet_winpcap.c | 205 DWORD thread_id; local 248 &thread_id);
|
| /src/external/gpl3/gcc/dist/libgcc/config/pa/ |
| gthr-dce.h | 164 objc_thread_t thread_id; local 174 thread_id = *(objc_thread_t *) &new_thread_handle; 178 thread_id = NULL; 180 return thread_id;
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/pa/ |
| gthr-dce.h | 164 objc_thread_t thread_id; local 174 thread_id = *(objc_thread_t *) &new_thread_handle; 178 thread_id = NULL; 180 return thread_id;
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-var.c | 51 int thread_id; local 73 thread_id = varobj_get_thread_id (var); 74 if (thread_id > 0) 75 uiout->field_signed ("thread-id", thread_id); 607 int thread_id = varobj_get_thread_id (var); local 609 if (thread_id == -1) 616 thread_info *tp = find_thread_global_id (thread_id);
|
| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-var.c | 50 int thread_id; local 72 thread_id = varobj_get_thread_id (var); 73 if (thread_id > 0) 74 uiout->field_signed ("thread-id", thread_id); 606 int thread_id = varobj_get_thread_id (var); local 608 if (thread_id == -1) 615 thread_info *tp = find_thread_global_id (thread_id);
|
| /src/external/gpl2/gettext/dist/gettext-runtime/tests/ |
| test-lock.c | 184 DWORD thread_id; local 186 CreateThread (NULL, 100000, wrapper_func, warg, 0, &thread_id);
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| gthr-win32.h | 120 DWORD thread_id = 0; local 124 arg, 0, &thread_id))) 125 thread_id = 0; 127 return (objc_thread_t) (INT_PTR) thread_id;
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/ |
| kfd_dbgdev.h | 89 uint32_t thread_id:6; member in struct:SQ_IND_INDEX_BITS::__anon4332
|
| /src/crypto/external/cpl/trousers/dist/src/include/ |
| tcsd.h | 151 THREAD_TYPE *thread_id; member in struct:tcsd_thread_data
|