OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptw32_thread_t
(Results
26 - 30
of
30
) sorted by null
1
2
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
ptw32_throw.c
71
ptw32_thread_t
* sp = (
ptw32_thread_t
*) pthread_getspecific (ptw32_selfThreadKey);
w32_CancelableWait.c
59
ptw32_thread_t
* sp;
67
sp = (
ptw32_thread_t
*) self.p;
pthread_key_delete.c
89
ptw32_thread_t
* thread = assoc->thread;
implement.h
152
typedef struct ptw32_thread_t_
ptw32_thread_t
;
typedef in typeref:struct:ptw32_thread_t_
160
ptw32_thread_t
* prevReuse; /* Links threads on reuse stack */
502
ptw32_thread_t
* thread;
575
#define PTW32_THREAD_REUSE_EMPTY ((
ptw32_thread_t
*)(size_t) 1)
578
extern
ptw32_thread_t
* ptw32_threadReuseTop;
579
extern
ptw32_thread_t
* ptw32_threadReuseBottom;
626
void ptw32_robust_mutex_remove(pthread_mutex_t* mutex,
ptw32_thread_t
* otp);
661
int ptw32_tkAssocCreate (
ptw32_thread_t
* thread, pthread_key_t key);
[
all
...]
ptw32_threadStart.c
133
ptw32_thread_t
* sp;
150
sp = (
ptw32_thread_t
*) self.p;
Completed in 172 milliseconds
1
2