thread_func
extern thread_id spawn_kernel_thread(thread_func function,
typedef status_t (*thread_func)(void *);
#define thread_entry thread_func
extern thread_id spawn_thread(thread_func, const char *name, int32 priority,
fThread = spawn_kernel_thread((thread_func)&PortListener<TYPE,
fThread = spawn_thread((thread_func)&PortListener<TYPE,
thread_id spawn_kernel_thread_etc(thread_func, const char *name, int32 priority,
thread_func kernelEntry;
thread_func function, const char* name,
typedef int32 (*thread_entry_func)(thread_func, void *);
thread_id id = spawn_kernel_thread((thread_func)BlockAllocator::_Initialize,
(thread_func)BlockAllocator::_Initialize, "ext2 block allocator",
ns->tid=spawn_kernel_thread ((thread_func)postoffice_func,"NFSv2 Postoffice",B_NORMAL_PRIORITY,ns);
fMenuTaskID = spawn_thread((thread_func)_thread_entry,
spawn_kernel_thread_etc(thread_func function, const char *name, int32 priority,
spawn_kernel_thread(thread_func function, const char *name, int32 priority,
ThreadCreationAttributes::ThreadCreationAttributes(thread_func function,
spawn_thread(thread_func entry, const char *name, int32 priority, void *data)
thread_func entry = (thread_func)_entry;
spawn_kernel_thread(thread_func func, const char *name, int32 priority,
GlobalTestContext::SpawnThread(thread_func function, const char* name,
thread_func function = cookie->function;
thread_func function;
ThreadCookie(GlobalTestContext* context, thread_func function, void* arg)
thread_id SpawnThread(thread_func function,