HomeSort by: relevance | last modified time | path
    Searched refs:pthread_t (Results 1 - 25 of 775) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/lib/libpthread/compat/
pthread.h 9 int __compat_pthread_setname_np(pthread_t, const char *, void *)
11 int __pthread_setname_np120(pthread_t, const char *, ...);
compat_pthread_setname_np.c 43 __compat_pthread_setname_np(pthread_t thread, const char *name, void *arg)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/dragonflybsd/
pthread_np.d 18 alias pthread_switch_routine_t = void function(pthread_t, pthread_t);
20 int pthread_attr_get_np(pthread_t, pthread_attr_t *);
24 int pthread_getaffinity_np(pthread_t, size_t, cpuset_t *);
30 int pthread_resume_np(pthread_t);
31 void pthread_set_name_np(pthread_t, const(char)*);
32 int pthread_setaffinity_np(pthread_t, size_t, const(cpuset_t)*);
35 int pthread_suspend_np(pthread_t);
38 int pthread_timedjoin_np(pthread_t, void **, const(timespec)*);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/
pthread.d 34 int pthread_threadid_np(pthread_t, ulong*);
45 int pthread_getname_np(pthread_t, char*, size_t);
49 mach_port_t pthread_mach_thread_np(pthread_t);
50 size_t pthread_get_stacksize_np(pthread_t);
51 void* pthread_get_stackaddr_np(pthread_t);
52 int pthread_cond_signal_thread_np(pthread_cond_t*, pthread_t);
54 int pthread_create_suspended_np(pthread_t*, const scope pthread_attr_t*, void* function(void*), void*);
55 int pthread_kill(pthread_t, int);
56 pthread_t pthread_from_mach_thread_np(mach_port_t);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/freebsd/
pthread_np.d 18 alias pthread_switch_routine_t = void function(pthread_t, pthread_t);
21 int pthread_attr_get_np(pthread_t, pthread_attr_t *);
24 int pthread_getaffinity_np(pthread_t, size_t, cpuset_t *);
31 int pthread_resume_np(pthread_t);
32 void pthread_set_name_np(pthread_t, const(char)*);
38 int pthread_setaffinity_np(pthread_t, size_t, const(cpuset_t)*);
41 int pthread_suspend_np(pthread_t);
44 int pthread_timedjoin_np(pthread_t, void **, const(timespec)*);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/openbsd/
pthread_np.d 20 void pthread_get_name_np(pthread_t, char*, size_t);
21 void pthread_set_name_np(pthread_t, const(char)*);
22 int pthread_stackseg_np(pthread_t, stack_t*);
  /src/external/bsd/jemalloc.old/dist/test/include/test/
thd.h 5 typedef pthread_t thd_t;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
watchpoint-fork.h 27 extern pthread_t thread;
stepi-random-signal.c 22 static pthread_t main_thread;
39 pthread_t thread;
thread-specific-bp.c 34 pthread_t thread;
corethreads.c 22 pthread_t thread0;
23 pthread_t thread1;
gcore-stale-thread.c 21 static pthread_t main_thread;
37 pthread_t thread;
leader-exit.c 22 static volatile pthread_t main_thread;
39 pthread_t thread;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
watchpoint-fork.h 27 extern pthread_t thread;
stepi-random-signal.c 22 static pthread_t main_thread;
39 pthread_t thread;
thread-specific-bp.c 34 pthread_t thread;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
jit-attach-pie.c 34 pthread_t thread;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
enable-new-thread.c 30 pthread_t th;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
jit-attach-pie.c 34 pthread_t thread;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
enable-new-thread.c 30 pthread_t th;
  /src/external/bsd/jemalloc/dist/test/include/test/
thd.h 5 typedef pthread_t thd_t;
  /src/external/gpl3/binutils/dist/include/
collectorAPI.h 43 extern void collector_thread_pause (pthread_t tid);
46 extern void collector_thread_resume (pthread_t tid);
  /src/external/gpl3/binutils.old/dist/include/
collectorAPI.h 43 extern void collector_thread_pause (pthread_t tid);
46 extern void collector_thread_resume (pthread_t tid);
  /src/external/gpl3/gcc/dist/include/
collectorAPI.h 43 extern void collector_thread_pause (pthread_t tid);
46 extern void collector_thread_resume (pthread_t tid);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-evthreads.c 23 pthread_t thread2_id;
24 pthread_t thread3_id;

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>