marco
|
018be5c22c
* add pthread_attr_destroy, due to Vincent's follow up to mantis #25416
|
11 vuotta sitten |
Jonas Maebe
|
fa1d72a2cc
+ definition of pthread_mutex_trylock(), fixes compilation after r15026
|
15 vuotta sitten |
Jonas Maebe
|
be5709fcfd
+ pthread_cond_broadcast() definition
|
16 vuotta sitten |
Jonas Maebe
|
1a1fc1357d
* honour the specified stack size when creating new threads on unix
|
16 vuotta sitten |
Jonas Maebe
|
4457538435
* explicitly unmask SIGSEGV, SIGILL, SIGBUS and SIGFPE at the start
|
18 vuotta sitten |
Jonas Maebe
|
0c3afc0cf4
+ implementation of cSemaphore* and BasicRTLEvent based on
|
18 vuotta sitten |
Jonas Maebe
|
edafc80d8c
* use pthread_kill() for Suspend/Resume in cthreads
|
18 vuotta sitten |
Jonas Maebe
|
08a151077d
* pthread_self returns a pthread_t, not a cint
|
18 vuotta sitten |
Jonas Maebe
|
7b4d4c1406
* fixed type errors
|
19 vuotta sitten |
peter
|
4ace790492
* remove $Log
|
20 vuotta sitten |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 vuotta sitten |
fpc
|
50778076c3
initial import
|
20 vuotta sitten |
marco
|
433bfc3dfb
* added condtimedwait
|
20 vuotta sitten |
peter
|
e417e34496
* truncate log
|
20 vuotta sitten |
marco
|
0db4315ea9
* rtlevent kraam. Checked (compile): Linux, FreeBSD, Darwin, Windows
|
20 vuotta sitten |
Jonas Maebe
|
159912ec47
* fixed definition of pthread_mutex_t for non-linux targets (and for
|
21 vuotta sitten |
marco
|
1608074eba
* fixes for darwin specific external name '' behaviour. Must still be
|
21 vuotta sitten |
marco
|
85f2a0ac87
* 2nd attempt
|
21 vuotta sitten |
marco
|
ea6d4e0e3b
* first iteration
|
21 vuotta sitten |
Jonas Maebe
|
82343a6dc6
* first working version of the Darwin/Mac OS X (for PowerPC) RTL
|
21 vuotta sitten |