Searched refs:detach (Results 1 - 25 of 28) sorted by relevance

12

/haiku-fatelf/src/bin/gdb/gdb/
H A Dgdb_gcore.sh65 detach
H A Dinferior.h232 extern void detach (int);
H A Dinfptrace.c250 detach (int signal)
248 detach (int signal) function
H A Dinftarg.c251 detach (siggnal);
H A Dser-unix.c563 int detach = 0; local
586 detach = deprecated_ui_loop_hook (0);
588 if (detach)
H A Dwin32-nat.c1416 int detach = 0; local
1419 detach = deprecated_ui_loop_hook (0);
1421 if (detach)
1467 If loading these functions succeeds use them to actually detach from
1469 detach has worked. */
1638 error ("Can't detach process %lu (error %lu)",
H A Dwince.c1507 int detach = 0; local
1510 detach = deprecated_ui_loop_hook (0);
1512 if (detach)
/haiku-fatelf/src/tests/kits/interface/flatten_picture/
H A DPictureTest.h29 BBitmap *DirectBitmap(bool detach = false);
30 BBitmap *BitmapFromPicture(bool detach = false);
31 BBitmap *BitmapFromRestoredPicture(bool detach = false);
H A DPictureTest.cpp134 PictureTest::DirectBitmap(bool detach) argument
137 if (detach)
143 PictureTest::BitmapFromPicture(bool detach) argument
146 if (detach)
153 PictureTest::BitmapFromRestoredPicture(bool detach) argument
156 if (detach)
/haiku-fatelf/headers/os/drivers/pcmcia/
H A Ddriver_ops.h65 void (*detach) (dev_node_t *dev); member in struct:driver_operations
H A Dds.h149 #define DEV_STALE_LINK 0x08 /* detach on release */
160 void (*detach)(dev_link_t *));
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dtarget.h72 void (*detach) (void); member in struct:target_ops
152 (*the_target->detach) ()
/haiku-fatelf/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamStreamingDeframer.cpp43 bool detach = false; local
128 i = -1; // don't detach yet
155 detach = true;
162 detach = true;
164 if (detach) {
/haiku-fatelf/src/libs/compat/freebsd_network/
H A Dshared.h36 int (*detach)(device_t dev); member in struct:device::__anon296
H A Dcompat.c288 dev->methods.detach = (void *)mth->method;
379 // the children, and will then detach the device.
383 // Therefore, we'll detach first, and then delete whatever is left.
388 // detach children
393 // detach device
448 && device->methods.detach != NULL) {
457 result = device->methods.detach(device);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/lala/
H A Dlala.h52 drv_detach detach; member in struct:__anon1494
115 stream_detach detach; member in struct:__anon1499
H A Ddriver.c169 res = driver_info.detach(drv_data[index], drv_cookie[index]);
/haiku-fatelf/headers/os/app/
H A DMessageRunner.h49 int32 count, bool detach,
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_sys.c1260 fluid_thread_t* new_fluid_thread(fluid_thread_func_t func, void* data, int detach) { return NULL; } argument
1288 fluid_thread_t* new_fluid_thread(fluid_thread_func_t func, void* data, int detach) argument
1305 thread->detached = detach;
1358 fluid_thread_t* new_fluid_thread(fluid_thread_func_t func, void* data, int detach) argument
1375 thread->detached = detach;
1406 fluid_thread_t* new_fluid_thread(fluid_thread_func_t func, void* data, int detach) { return NULL; } argument
1433 fluid_thread_t* new_fluid_thread(fluid_thread_func_t func, void* data, int detach) argument
1451 thread->detached = detach;
1455 if (detach) {
H A Dfluid_sys.h181 fluid_thread_t* new_fluid_thread(fluid_thread_func_t func, void* data, int detach);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_create/
H A D3-2.c240 int detach; local
272 ret = pthread_attr_getdetachstate(ta, &detach);
273 if (ret != 0) { UNRESOLVED(ret, "Failed to get detach state from the thread attribute"); }
277 detach = PTHREAD_CREATE_JOINABLE; /* default */
280 if (detach == PTHREAD_CREATE_JOINABLE)
/haiku-fatelf/src/kits/app/
H A DMessageRunner.cpp373 bigtime_t interval, int32 count, bool detach, BMessenger replyTo)
376 if (message == NULL || count == 0 || (count < 0 && detach))
372 _RegisterRunner(BMessenger target, const BMessage* message, bigtime_t interval, int32 count, bool detach, BMessenger replyTo) argument
/haiku-fatelf/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/
H A Dif_ral_pci.c110 int (*detach)(void *); member in struct:ral_opns
279 (*psc->sc_opns->detach)(psc);
/haiku-fatelf/src/add-ons/kernel/drivers/audio/ac97/ichaudio/
H A Dichaudio.c43 .detach = ichaudio_detach,
67 .detach = ichaudio_stream_detach,
86 .detach = ichaudio_stream_detach,
/haiku-fatelf/src/add-ons/kernel/drivers/random/
H A Ddriver.cpp132 /** detach by Yarrow Charnot. detaches x from y. can be seen as about
137 detach(OCTET *y, const OCTET *x, const uint32 sameA, const uint32 sameB, function

Completed in 225 milliseconds

12