multithreading tag

26 questions


1 answers
320 views
0
Python multi-threading questions

I'm trying to implement multi-threading in Python.When the thread of t_0 enters the function, it is held continuously at while 1.The code that then executes the t_1 thread does not move on.If the firs...

1 years ago

1 answers
122 views
0
What is the difference between wait() and sleep()?

What is the difference between wait() and sleep()


1 answers
93 views
0
What is a daemon thread in Java?

Someone please explain the daemon thread.

1 years ago

1 answers
116 views
0
How to thread easily in C++

Instead of using a thread library like C,Looking for C++ style (object-oriented) thread objects.Please teach me the easiest way to thread in C++!Is there anyone who can post an example of a program wh...

1 years ago

2 answers
100 views
0
The undefined reference appears in Linux pthread_create. Is there anyone who can help me?

I'm following https://computing.llnl.gov/tutorials/pthreads/I keep getting errors when I run the code below.Even though pthread.h was included, it keeps saying pthread_create is not definedWhy is this...


1 answers
136 views
0
Compare _beginhread / _beginhreadex / CreateThread in Windows threading

I want to know the pros and cons of comparing those three.All 3 functions create a new thread.I know that it's easier to know the error when you call CreateThreadCan you compare how the other three ar...

1 years ago

1 answers
118 views
0
How many threads does Java VM support?

How many threads does Java VM support? Is it different depending on the manufacturer or operating system? What are the other factors?

1 years ago

1 answers
101 views
0
There is a problem with Java multi-threaded shared variables.

I'm writing multi-threading the enemy's actions as I make the Java console game.Make the thread a separate class and start() from the main.The structure in the thread is rotated by a repeating door so...


1 answers
99 views
0
Android: Toast on Thread

How do I get a Toast message from the thread?


1 answers
115 views
0
On Android, thread, multi-reading, process relationships and definitions

Hi, how are you?I'm leaving a question to see if you understand the thread and process.From what I understand now, I think I will express the thread and process as follows.Is there anything I misunder...

- 1 - »

© 2024 OneMinuteCode. All rights reserved.