Home
last modified time | relevance | path

Searched refs:CLONE_SIGHAND (Results 1 – 18 of 18) sorted by relevance

/linux-2.4.37.9/net/khttpd/
Dmain.c265 (void)kernel_thread(MainDaemon,&(CountBuf[I]), CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in ManagementDaemon()
349 (void)kernel_thread(ManagementDaemon,NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in khttpd_init()
/linux-2.4.37.9/fs/jfs/
Dsuper.c528 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in init_jfs_fs()
536 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in init_jfs_fs()
544 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in init_jfs_fs()
/linux-2.4.37.9/include/linux/
Dsched.h39 #define CLONE_SIGHAND 0x00000800 /* set if signal handlers and blocked signals shared */ macro
47 #define CLONE_SIGNAL (CLONE_SIGHAND | CLONE_THREAD)
/linux-2.4.37.9/net/bluetooth/cmtp/
Dcore.c391 err = kernel_thread(cmtp_session, session, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in cmtp_add_connection()
/linux-2.4.37.9/drivers/mtd/
Dmtdblock.c651 kernel_thread (mtdblock_thread, NULL, CLONE_FS|CLONE_FILES|CLONE_SIGHAND); in init_mtdblock()
/linux-2.4.37.9/drivers/macintosh/
Dadb.c254 SIGCHLD | CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in __adb_probe_task()
Dmediabay.c828 CLONE_FS | CLONE_FILES | CLONE_SIGHAND) < 0) in media_bay_init()
/linux-2.4.37.9/net/bluetooth/bnep/
Dcore.c591 err = kernel_thread(bnep_session, s, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in bnep_add_connection()
/linux-2.4.37.9/kernel/
Dfork.c588 if (clone_flags & CLONE_SIGHAND) { in copy_sighand()
/linux-2.4.37.9/drivers/usb/
Dhub.c959 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in usb_hub_init()
/linux-2.4.37.9/arch/arm/kernel/
Decard.c354 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in ecard_call()
/linux-2.4.37.9/drivers/message/i2o/
Di2o_core.c2075 iop->lct_pid = kernel_thread(i2o_dyn_lct, iop, CLONE_SIGHAND); in i2o_sys_init()
3464 evt_pid = kernel_thread(i2o_core_evt, &evt_reply, CLONE_SIGHAND); in i2o_core_init()
Di2o_block.c1843 evt_pid = kernel_thread(i2ob_evt, NULL, CLONE_SIGHAND); in i2o_block_init()
/linux-2.4.37.9/drivers/block/
Dloop.c697 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in loop_set_fd()
/linux-2.4.37.9/arch/i386/kernel/
Dapm.c2020 kernel_thread(apm, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD); in apm_init()
/linux-2.4.37.9/drivers/ieee1394/
Dnodemgr.c1444 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in nodemgr_add_host()
/linux-2.4.37.9/fs/jffs/
Dinode-v23.c143 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in jffs_read_super()
/linux-2.4.37.9/net/bluetooth/rfcomm/
Dcore.c1898 kernel_thread(rfcomm_run, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in rfcomm_init()