_thread_entry
static int32 _thread_entry(void *arg);
static int32 _thread_entry(void* menuData);
fMenuTaskID = spawn_thread((thread_func)_thread_entry,
fTrackThread = spawn_thread(_thread_entry, "popup", B_DISPLAY_PRIORITY, data);