/third_party/libcoap/src/ |
H A D | coap_io.c | 848 static __declspec(thread) LPFN_WSARECVMSG lpWSARecvMsg = NULL;
|
/third_party/node/lib/internal/ |
H A D | errors.js | 1205 E('ERR_INSPECTOR_NOT_WORKER', 'Current thread is not a worker', Error);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 1299 pub fn pthread_sigqueue(thread: ::pthread_t, sig: ::c_int, value: ::sigval) -> ::c_int; in pthread_sigqueue()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1473 pub fn pthread_getcpuclockid(thread: ::pthread_t, clk_id: *mut ::clockid_t) -> ::c_int; in pthread_getcpuclockid()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1801 pub fn pthread_stackseg_np(thread: ::pthread_t, sinfo: *mut ::stack_t) -> ::c_int; in pthread_stackseg_np()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 1079 pub fn pthread_detach(thread: ::pthread_t) -> ::c_int; in pthread_detach()
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | protocol-esound.c | 52 #include <pulsecore/thread-mq.h> 1324 /* Called from thread context */ 1368 /* Called from thread context */ 1402 /* Called from thread context */ 1417 /* Called from thread context */ 1436 /* Called from thread context */
|
/third_party/pulseaudio/src/modules/alsa/ |
H A D | alsa-util.c | 40 #include <pulsecore/thread.h> 888 /* This is not really thread safe, but we do our best */ in pa_alsa_refcnt_inc()
|
/third_party/skia/tests/ |
H A D | GrThreadSafeCacheTest.cpp | 31 #include <thread> 680 // The gpu thread gets priority over the recording threads. If the gpu thread is first, in AccessCachedView() 1079 // Case 8: This checks that GrContext::abandonContext works as expected wrt the thread 1125 // the thread safe cache. This simulates the case where we have one DDL that has finished 1170 // expected wrt the thread safe cache. It, in particular, tests out the MRU behavior 1205 // This should clear out everything but the textures locked in the thread-safe cache in test_10() 1247 // expected wrt the thread safe cache. In particular, that when 'scratchResourcesOnly' 1414 // Drop all the accumulated resources from the thread-safe cache in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 1421 // Case 15: Test out posting invalidation messages that involve the thread saf [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
H A D | TestSuite.cpp | 422 // Note: Crashes and Timeouts are detected by the crash handler and a watchdog thread. in UpdateCurrentTestResult() 1921 mWatchdogThread = std::thread(watchdogMain); in startWatchdog()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/ |
H A D | RPCUtils.h | 21 #include <thread> 1450 /// This function is for use in threaded code where another thread is 1588 // be run immediately on another thread, and we don't want the decrement in call()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | wpagui.cpp | 16 #include <thread>
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_photo_operations.cpp | 20 #include <thread> 423 std::thread([=] { in UpdateLastVisitTime()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v7_0.c | 4160 uint32_t wave, uint32_t thread, in wave_read_regs() 4167 (thread << SQ_IND_INDEX__THREAD_ID__SHIFT) | in wave_read_regs() 4159 wave_read_regs(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t thread, uint32_t regno, uint32_t num, uint32_t *out) wave_read_regs() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v7_0.c | 4098 uint32_t wave, uint32_t thread, in wave_read_regs() 4105 (thread << SQ_IND_INDEX__THREAD_ID__SHIFT) | in wave_read_regs() 4097 wave_read_regs(struct amdgpu_device *adev, uint32_t simd, uint32_t wave, uint32_t thread, uint32_t regno, uint32_t num, uint32_t *out) wave_read_regs() argument
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.c | 64 #include "libavutil/thread.h" 382 to try and let the main thread(s) clean up and gracefully terminate in CtrlHandler() 3680 "Unable to send packet to main thread: %s\n", in input_thread() 3702 pthread_join(f->thread, NULL); in free_input_thread() 3733 if ((ret = pthread_create(&f->thread, NULL, input_thread, f))) { in init_input_thread()
|
/third_party/googletest/googletest/test/ |
H A D | gtest_unittest.cc | 1188 ThreadWithParam<FailureMode> thread(&AddFailure, failure, nullptr); in AddFailureInOtherThread() 1189 thread.Join(); in AddFailureInOtherThread() 1231 // failures generated on another thread. in TEST_F() 1316 // non-fatal failures generated on another thread. in TEST_F()
|
/third_party/libabigail/ |
H A D | ltmain.sh | 5638 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ 5746 -thread-safe) 6143 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
|
/third_party/skia/third_party/externals/microhttpd/ |
H A D | ltmain.sh | 5658 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \ 5766 -thread-safe) 6166 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_device.c | 3260 ret = thrd_create(¬ifier->thread, radv_notifier_thread_run, device); in radv_device_init_notifier() 3281 if (!notifier->thread) in radv_device_finish_notifier() 3285 thrd_join(notifier->thread, NULL); in radv_device_finish_notifier()
|
/third_party/node/deps/v8/src/d8/ |
H A D | d8.cc | 367 isolate->ThrowError("Worker is defunct because main thread is terminating"); in GetWorkerFromInternalField() 378 // OS-specific padding for thread startup code. 2Mbytes seems to be enough. in GetThreadOptions() 2556 // creating a new Worker (because the main thread is terminating) we can in WorkerNew() 2561 // Don't allow workers to create more workers if the main thread in WorkerNew() 2574 // internal std::shared_ptr in the worker thread itself. in WorkerNew() 2582 isolate->ThrowError("Can't start thread"); in WorkerNew() 3313 // This needs to be a critical section since this is not thread-safe in CreateEvaluationContext() 4128 auto thread = new WorkerThread(worker); in StartWorkerThread() local 4129 worker->thread_ = thread; in StartWorkerThread() 4130 if (!thread in StartWorkerThread() [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | StateChangeTest.cpp | 15 #include <thread> 7001 std::thread flushThread = std::thread([&]() {
|
/third_party/python/Lib/test/ |
H A D | test_io.py | 448 thread = threading.Thread(target=os.read, args=(r, 100)) 449 thread.start() 450 self.addCleanup(thread.join) 4343 # daemon thread and the main thread both write to a file. 4361 thread = threading.Thread(target=run) 4362 thread.daemon = True 4363 thread.start() 4449 # create the thread with SIGALRM signal blocked 4458 # other thread ha [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 3021 /* test_thread_state spawns a thread of its own, and that thread releases 3023 * thread finishes, because the thread uses a PyObject (the callable) that 3073 /* Start a new thread with our callback. */ in test_thread_state() 3075 /* Make the callback with the thread lock held by this thread */ in test_thread_state() 3077 /* Do it all again, but this time with the thread-lock released */ in test_thread_state() 3080 PyThread_acquire_lock(thread_done, 1); /* wait for thread to finish */ in test_thread_state() 3083 /* And once more with and without a thread in test_thread_state() 4551 long thread; call_in_temporary_c_thread() local [all...] |
/foundation/ability/ability_runtime/frameworks/native/ability/native/ |
H A D | ability.cpp | 19 #include <thread>
|