mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Experimental deadlock detection code
This commit is contained in:
parent
43673452a5
commit
05439fe15d
6 changed files with 671 additions and 66 deletions
|
@ -599,6 +599,14 @@ NSUInteger
|
|||
GSPrivateThreadID()
|
||||
GS_ATTRIB_PRIVATE;
|
||||
|
||||
/* Used by NSThread.m to inform NSLock.m that normal locks should be
|
||||
* traced (and therefore call private NSThread methods to perform the
|
||||
* tracing.
|
||||
*/
|
||||
void
|
||||
GSPrivateTraceLocks(BOOL aFlag)
|
||||
GS_ATTRIB_PRIVATE;
|
||||
|
||||
/** Function to base64 encode data. The destination buffer must be of
|
||||
* size (((length + 2) / 3) * 4) or more.
|
||||
*/
|
||||
|
@ -606,6 +614,5 @@ void
|
|||
GSPrivateEncodeBase64(const uint8_t *src, NSUInteger length, uint8_t *dst)
|
||||
GS_ATTRIB_PRIVATE;
|
||||
|
||||
|
||||
#endif /* _GSPrivate_h_ */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue