Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
Help
»
System
»
Some simple questions about the Thread class
Print
Pages: [
1
]
Author
Topic: Some simple questions about the Thread class (Read 26806 times)
0 Members and 1 Guest are viewing this topic.
zac
Jr. Member
Posts: 60
Some simple questions about the Thread class
«
on:
October 10, 2008, 07:34:58 pm »
How is the thread class implemented in Linux?
Are they kernel threads (via clone() or sys_clone()?), or fibers?
Is SFML-Thread based on libraries like pethread or GNU-portable-threads?
Logged
Laurent
Administrator
Hero Member
Posts: 32498
Some simple questions about the Thread class
«
Reply #1 on:
October 10, 2008, 07:38:01 pm »
SFML threads are based on the pthread library on Linux and MacOS.
Logged
Laurent Gomila - SFML developer
zac
Jr. Member
Posts: 60
Some simple questions about the Thread class
«
Reply #2 on:
October 10, 2008, 07:45:09 pm »
Thanks.
Logged
Print
Pages: [
1
]
SFML community forums
»
Help
»
System
»
Some simple questions about the Thread class