Home
last modified time | relevance | path

Searched refs:detached (Results 1 – 25 of 50) sorted by relevance

12

/kernel/liteos_a/compat/posix/src/
Dpthread.c421 _pthread_data *detached = NULL; in pthread_detach() local
426 detached = pthread_get_data(thread); in pthread_detach()
427 if (detached == NULL) { in pthread_detach()
429 } else if (detached->state == PTHREAD_STATE_DETACHED) { in pthread_detach()
431 } else if (detached->state == PTHREAD_STATE_JOIN) { in pthread_detach()
432 detached->state = PTHREAD_STATE_EXITED; in pthread_detach()
437 if (!(detached->task->taskStatus & OS_TASK_STATUS_EXIT)) { in pthread_detach()
438 ret = OsTaskSetDetachUnsafe(detached->task); in pthread_detach()
442 detached->state = PTHREAD_STATE_DETACHED; in pthread_detach()
445 detached->state = PTHREAD_STATE_EXITED; in pthread_detach()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dperf_branches.c65 bool detached = false; in test_perf_branches_common() local
91 detached = true; in test_perf_branches_common()
97 if (!detached) in test_perf_branches_common()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/extcon/
Dextcon-sm5502.txt6 attached or detached and button is pressed or released. It is interfaced to
/kernel/linux/linux-5.10/fs/btrfs/
Dbackref.h203 unsigned int detached:1; member
248 struct list_head detached; member
Drelocation.c194 BUG_ON(node->detached); in walk_up_backref()
259 while (!list_empty(&cache->detached)) { in update_backref_cache()
260 node = list_entry(cache->detached.next, in update_backref_cache()
432 list_add(&cur->list, &cache->detached); in handle_useless_nodes()
433 cur->detached = 1; in handle_useless_nodes()
524 ASSERT(!node || !node->detached); in build_backref_tree()
554 if (node->detached) in clone_backref_node()
566 BUG_ON(node->detached); in clone_backref_node()
Dbackref.c2499 INIT_LIST_HEAD(&cache->detached);
2555 BUG_ON(!node->lowest && !node->detached);
2585 while (!list_empty(&cache->detached)) {
2586 node = list_entry(cache->detached.next,
2604 ASSERT(list_empty(&cache->detached));
3025 if (upper->detached) {
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-extcon52 cables attached and HDMI and EAR_JACK cables detached.
81 device. The state value is either 0 (detached) or 1
Dsysfs-firmware-ofw10 Some device drivers use a separate detached device tree which
/kernel/linux/linux-5.10/drivers/net/
Dtun.c156 struct tun_struct *detached; member
601 tfile->detached = tun; in tun_disable_queue()
608 struct tun_struct *tun = tfile->detached; in tun_enable_queue()
610 tfile->detached = NULL; in tun_enable_queue()
653 if (tun && !tfile->detached) { in __tun_detach()
676 } else if (tfile->detached && clean) { in __tun_detach()
766 if (rtnl_dereference(tfile->tun) && !tfile->detached) in tun_attach()
774 if (!tfile->detached && in tun_attach()
789 if (!tfile->detached && in tun_attach()
799 if (tfile->detached) { in tun_attach()
[all …]
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/full/
DIt_posix_pthread_127.cpp123 if (g_scenarii[g_testCount].detached == 0) { in Testcase()
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/full/
DIt_posix_pthread_127.c130 if (g_scenarii[g_testCount].detached == 0) { in Testcase()
/kernel/linux/linux-5.10/drivers/of/
Dof_private.h107 bool detached);
Dfdt.c371 bool detached) in __unflatten_device_tree() argument
418 if (detached && mynodes) { in __unflatten_device_tree()
/kernel/linux/linux-5.10/tools/bpf/bpftool/Documentation/
Dbpftool-link.rst55 program will stay valid, but they will be detached from the
/kernel/linux/linux-5.10/scripts/coccinelle/free/
Ddevm_free.cocci4 /// the device is detached, and thus the use of the standard freeing
/kernel/liteos_a/testsuites/kernel/sample/posix/pthread/
DIt_posix_pthread.c105 if (g_scenarii[i].detached == 1) { in ScenarInit()
DIt_posix_pthread.h120 INT32 detached; member
/kernel/linux/linux-5.10/Documentation/bpf/
Dbpf_lsm.rst123 The program can be detached from the LSM hook by *destroying* the ``link``
/kernel/linux/linux-5.10/Documentation/kbuild/
Dreproducible-builds.rst93 3. Create detached signatures for the modules, and publish them as
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
DIt_posix_pthread.h127 INT32 detached; member
Dposix_pthread_test.cpp108 if (g_scenarii[i].detached == 1) { in ScenarInit()
/kernel/linux/linux-5.10/Documentation/driver-api/
Dconsole.rst79 When unbinding, the modular driver is detached first, and then the system
/kernel/linux/linux-5.10/Documentation/devicetree/
Dof_unittest.rst199 detached and then moving up the parent nodes are removed, and eventually the
/kernel/linux/linux-5.10/tools/usb/usbip/
DREADME240 port 0 detached
/kernel/linux/linux-5.10/arch/arm/crypto/
Dsha1-armv4-large.S35 @ small = detached Xload/update, loops are folded;
36 @ compact = detached Xload/update, 5x unroll;

12