Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 glib 来创建线程:
g_thread_create()
如何获取线程 ID(编号)?
你不能。线程 ID 在 GLib 中被抽象出来。你需要它做什么?
如果您使用的是 vala,则可以使用:
var t = Thread.self<bool> () ; message ("OTHER THREAD: %p", t) ;
输出是:
** Message: vala-thread.vala:6: OTHER THREAD: 0x165e400