Searched refs:CLONE_SIGHAND (Results 1 – 18 of 18) sorted by relevance
/linux-2.4.37.9/net/khttpd/ |
D | main.c | 265 (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/ |
D | super.c | 528 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/ |
D | sched.h | 39 #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/ |
D | core.c | 391 err = kernel_thread(cmtp_session, session, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in cmtp_add_connection()
|
/linux-2.4.37.9/drivers/mtd/ |
D | mtdblock.c | 651 kernel_thread (mtdblock_thread, NULL, CLONE_FS|CLONE_FILES|CLONE_SIGHAND); in init_mtdblock()
|
/linux-2.4.37.9/drivers/macintosh/ |
D | adb.c | 254 SIGCHLD | CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in __adb_probe_task()
|
D | mediabay.c | 828 CLONE_FS | CLONE_FILES | CLONE_SIGHAND) < 0) in media_bay_init()
|
/linux-2.4.37.9/net/bluetooth/bnep/ |
D | core.c | 591 err = kernel_thread(bnep_session, s, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in bnep_add_connection()
|
/linux-2.4.37.9/kernel/ |
D | fork.c | 588 if (clone_flags & CLONE_SIGHAND) { in copy_sighand()
|
/linux-2.4.37.9/drivers/usb/ |
D | hub.c | 959 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in usb_hub_init()
|
/linux-2.4.37.9/arch/arm/kernel/ |
D | ecard.c | 354 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in ecard_call()
|
/linux-2.4.37.9/drivers/message/i2o/ |
D | i2o_core.c | 2075 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()
|
D | i2o_block.c | 1843 evt_pid = kernel_thread(i2ob_evt, NULL, CLONE_SIGHAND); in i2o_block_init()
|
/linux-2.4.37.9/drivers/block/ |
D | loop.c | 697 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in loop_set_fd()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | apm.c | 2020 kernel_thread(apm, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND | SIGCHLD); in apm_init()
|
/linux-2.4.37.9/drivers/ieee1394/ |
D | nodemgr.c | 1444 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in nodemgr_add_host()
|
/linux-2.4.37.9/fs/jffs/ |
D | inode-v23.c | 143 CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in jffs_read_super()
|
/linux-2.4.37.9/net/bluetooth/rfcomm/ |
D | core.c | 1898 kernel_thread(rfcomm_run, NULL, CLONE_FS | CLONE_FILES | CLONE_SIGHAND); in rfcomm_init()
|