HomeSort by: relevance | last modified time | path
    Searched refs:tp_flags (Results 1 - 9 of 9) sorted by relevancy

  /src/external/cddl/osnet/lib/libzfs/
thread_pool.c 62 (tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
63 if (tpool->tp_flags & TP_ABANDON) {
68 if (tpool->tp_flags & TP_DESTROY)
78 tpool->tp_flags &= ~TP_WAIT;
103 if (tpool->tp_flags & TP_WAIT)
128 if (tpool->tp_flags & TP_WAIT)
131 (tpool->tp_flags & TP_SUSPEND)) &&
132 !(tpool->tp_flags & (TP_DESTROY | TP_ABANDON))) {
150 if (tpool->tp_flags & TP_DESTROY)
152 if (tpool->tp_flags & TP_ABANDON)
    [all...]
thread_pool_impl.h 80 int tp_flags; /* see below */ member in struct:tpool
89 /* tp_flags */
  /src/external/gpl3/gdb.old/dist/gdb/python/
py-instruction.c 63 py_insn_type.tp_flags = Py_TPFLAGS_DEFAULT;
py-record.c 614 recpy_record_type.tp_flags = Py_TPFLAGS_DEFAULT;
622 recpy_insn_type.tp_flags = Py_TPFLAGS_DEFAULT;
632 recpy_func_type.tp_flags = Py_TPFLAGS_DEFAULT;
641 recpy_gap_type.tp_flags = Py_TPFLAGS_DEFAULT;
648 recpy_aux_type.tp_flags = Py_TPFLAGS_DEFAULT;
py-record-btrace.c 994 btpy_list_type.tp_flags = Py_TPFLAGS_DEFAULT;
  /src/external/gpl3/gdb/dist/gdb/python/
py-instruction.c 63 py_insn_type.tp_flags = Py_TPFLAGS_DEFAULT;
py-record.c 614 recpy_record_type.tp_flags = Py_TPFLAGS_DEFAULT;
622 recpy_insn_type.tp_flags = Py_TPFLAGS_DEFAULT;
632 recpy_func_type.tp_flags = Py_TPFLAGS_DEFAULT;
641 recpy_gap_type.tp_flags = Py_TPFLAGS_DEFAULT;
648 recpy_aux_type.tp_flags = Py_TPFLAGS_DEFAULT;
py-record-btrace.c 994 btpy_list_type.tp_flags = Py_TPFLAGS_DEFAULT;
  /src/sys/kern/
kern_threadpool.c 196 int tp_flags; member in struct:threadpool
397 pool->tp_flags = 0;
427 KASSERT(pool->tp_flags == 0);
450 pool->tp_flags |= THREADPOOL_DYING;
463 KASSERT(pool->tp_flags == THREADPOOL_DYING);
986 if (ISSET(pool->tp_flags, THREADPOOL_DYING)) {
1121 if (ISSET(pool->tp_flags, THREADPOOL_DYING)) {

Completed in 20 milliseconds