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

  /src/lib/libpthread/
pthread.c 331 pthread__getstack(pthread_t newthread, const pthread_attr_t *attr)
351 if (newthread->pt_stack_allocated) {
353 newthread->pt_stack.ss_size == stacksize &&
354 newthread->pt_guardsize == guardsize)
356 stackbase2 = newthread->pt_stack.ss_sp;
358 stackbase2 = (char *)stackbase2 - newthread->pt_guardsize;
361 newthread->pt_stack.ss_size + newthread->pt_guardsize);
362 newthread->pt_stack.ss_sp = NULL;
363 newthread->pt_stack.ss_size = 0
402 pthread_t newthread; local
    [all...]
  /src/external/bsd/ntp/dist/libntp/lib/isc/win32/
condition.c 67 isc_condition_thread_t *newthread; local
71 newthread = malloc(sizeof(isc_condition_thread_t));
72 if (newthread == NULL)
80 free(newthread);
87 newthread->handle[LSIGNAL] = gblcond->events[LSIGNAL];
88 newthread->handle[LBROADCAST] = hc;
89 newthread->th = thrd;
94 ISC_LIST_APPEND(gblcond->threadlist, newthread, link);
95 *localcond = newthread;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
schedlock.exp 209 set newthread [get_current_thread "after"]
212 if {$before_thread == $newthread} {
215 fail "$test (switched to thread $newthread)"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
schedlock.exp 209 set newthread [get_current_thread "after"]
212 if {$before_thread == $newthread} {
215 fail "$test (switched to thread $newthread)"

Completed in 70 milliseconds