Searched refs:create_thread (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c84 ret = calls->create_thread(name, flags, mode, neighbor);
88 ret = calls->create_thread(name, flags, mode, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dsyscalls.c86 .create_thread = do_spu_create,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dsmooth-gtk-thread.c130 void *create_thread(void *progress_bar) function
219 if (!g_thread_create(&create_thread, progress_bar, FALSE, NULL) != 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dspu.h246 long (*create_thread)(const char __user *name, member in struct:spufs_calls
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/lguest/
H A Dlguest.c1015 static void create_thread(struct virtqueue *vq) function
1076 create_thread(vq);
1146 /* This just calls create_thread() for each virtqueue */

Completed in 79 milliseconds