Tobias Brunner
|
66f16d9629
|
Use native gettid() if available (which is the case on Android).
|
2012-01-10 18:31:33 +01:00 |
|
Tobias Brunner
|
c17f6f96e2
|
Log native thread ID when a thread is created.
If possible gettid() is used, otherwise pthread_self() is logged (which is
not completely portable, but seems to work on most supported platforms).
|
2011-12-16 16:44:38 +01:00 |
|
Martin Willi
|
005b02cbe3
|
Create a dummy pthread key for value "0", as some buggy PKCS#11 libraries mangle it
|
2011-12-07 13:42:07 +01:00 |
|
Tobias Brunner
|
c8541efe70
|
Migrated thread_t to INIT/METHOD macros.
|
2011-10-03 15:54:36 +02:00 |
|
Andreas Steffen
|
51f259a82d
|
id of non-registered threads defaults to 0
|
2011-05-06 06:22:19 +02:00 |
|
Tobias Brunner
|
361f416d2c
|
The mutex of a thread has to be locked when destroying it.
|
2010-04-29 13:30:51 +02:00 |
|
Tobias Brunner
|
8b0e09103b
|
Adding DBG_LIB to all calls of libstrongswan's version of DBG*.
|
2010-04-06 12:47:40 +02:00 |
|
Andreas Steffen
|
b7fd2ea76c
|
corrected captions
|
2010-02-01 12:44:44 +01:00 |
|
Tobias Brunner
|
85202e8795
|
Added a workaround for the missing pthread_cancel on Android.
|
2009-12-23 17:03:42 +01:00 |
|
Tobias Brunner
|
0d5c6a28d5
|
Adding an object-oriented wrapper for threads.
|
2009-12-23 17:02:26 +01:00 |
|