[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Thread IDs on BSD
From: |
Riccardo Mottola |
Subject: |
Re: Thread IDs on BSD |
Date: |
Fri, 03 Apr 2015 00:00:19 +0200 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD i386; rv:35.0) Gecko/20100101 Firefox/35.0 SeaMonkey/2.32 |
Hi,
I checked on FreeBSD and there are no problems. Launching the test
several times I get differend thread IDs and with smaller looking numbers.
WARNING thread 0x2b42f068 terminated without calling +exit!
Passed test: lazy_thread.m:17 ... NSThread lazily created from POSIX
thread
Passed test: lazy_thread.m:20 ... Spawned thread is not main thread
WARNING thread 0x2b42f0b8 terminated without calling +exit!
Passed test: lazy_thread.m:23 ... NSThread lazily created from POSIX
thread
Passed test: lazy_thread.m:25 ... Spawned thread is not main thread
2015-04-02 22:00:01.662 lazy_thread[2561:100230] No local time zone
specified.
2015-04-02 22:00:01.662 lazy_thread[2561:100230] Using time zone with
absolute offset 0.
2015-04-02 22:00:01.646 lazy_thread[2561:100230] Thread description is
'<NSThread: 0x2b0ba0b8>{name = xxxtestxxx, num = 100230}'
Passed test: lazy_thread.m:31 ... thread description contains name
Riccardo