| http://www.w3.org/ns/prov#value | - I just grabbed the Haiku source (it is available via git) and here is a sample of some of the thread functions available from the kernel: extern thread_id spawn_thread(thread_func, const char *name, int32 priority, void *data); extern status_t kill_thread(thread_id thread); extern status_t resume_thread(thread_id thread); extern status_t suspend_thread(thread_id thread); Do those look like POSIX?
|