Searched refs:PR_NEWZAP (Results 1 - 25 of 45) sorted by relevance

12

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/memory/
H A Dprseg.c67 seg = PR_NEWZAP(PRSegment);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprmem.h131 ** FUNCTION: PR_NEWZAP()
133 ** PR_NEWZAP() allocates an item of type _struct from the heap
139 #define PR_NEWZAP(_struct) ((_struct*)PR_Calloc(1, sizeof(_struct))) macro
145 ** or PR_NEWZAP() to the heap.
156 ** vial PR_NEW() or PR_NEWZAP(). If the pointer to the object is
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmmap.c57 fmap = PR_NEWZAP(PRFileMap);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtlocks.c62 lock = PR_NEWZAP(PRLock);
H A Dbtsem.c52 semaphore = PR_NEWZAP(PRSemaphore);
H A Dbtmon.c56 mon = PR_NEWZAP( PRMonitor );
H A Dbtthread.c109 primordialThread = PR_NEWZAP(PRThread);
300 thred = PR_NEWZAP(PRThread);
662 thread = PR_NEWZAP(PRThread);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprsem.c56 sem = PR_NEWZAP(PRSemaphore);
H A Dprmon.c51 mon = PR_NEWZAP(PRMonitor);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dparent.c72 Child *child = PR_NEWZAP(Child);
H A Dlock.c181 contention = PR_NEWZAP(LockContentious_t);
305 contention = PR_NEWZAP(MonitorContentious_t);
373 contention = PR_NEWZAP(MonitorContentious_t);
H A Dmultiwait.c99 Shared *shared = PR_NEWZAP(Shared);
120 PRRecvWait *desc_out = PR_NEWZAP(PRRecvWait);
224 PRRecvWait *desc_out, *desc_in = PR_NEWZAP(PRRecvWait);
258 PRRecvWait *desc_out, *desc_in = PR_NEWZAP(PRRecvWait);
H A Dswitch.c184 shared = PR_NEWZAP(Shared);
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dplgetopt.c78 opt = PR_NEWZAP(PLOptState);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprustack.c139 ts = PR_NEWZAP(PRThreadStack);
H A Dprucpu.c153 cpuQueue = PR_NEWZAP(_PRCPUQueue);
194 cpu = PR_NEWZAP(_PRCPU);
H A Dprucv.c487 cvar = PR_NEWZAP(PRCondVar);
616 PRCondVar *cvar = PR_NEWZAP(PRCondVar);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32shm.c87 shm = PR_NEWZAP( PRSharedMemory );
335 fm = PR_NEWZAP(PRFileMap);
338 ("_md_ImportFileMapFromString(): PR_NEWZAP(): Failed"));
H A Dw95cv.c222 notified->link = PR_NEWZAP(_MDNotified);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpralarm.c188 PRAlarm *alarm = PR_NEWZAP(PRAlarm);
241 PRAlarmID *id = PR_NEWZAP(PRAlarmID);
H A Dprcountr.c190 qnp = PR_NEWZAP( QName );
213 rnp = PR_NEWZAP( RName );
H A Dprtpool.c283 wthrp = PR_NEWZAP(wthread);
686 wthrp = PR_NEWZAP(wthread);
697 wthrp = PR_NEWZAP(wthread);
706 wthrp = PR_NEWZAP(wthread);
736 jobp = PR_NEWZAP(PRJob);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptsynch.c161 lock = PR_NEWZAP(PRLock);
311 notified->link = PR_NEWZAP(_PT_Notified);
444 cvar = PR_NEWZAP(PRCondVar);
450 mon = PR_NEWZAP(PRMonitor);
659 semaphore = PR_NEWZAP(PRSemaphore);
H A Dptthread.c292 /* PR_NEWZAP must not call PR_GetCurrentThread() */
293 thred = PR_NEWZAP(PRThread);
418 thred = PR_NEWZAP(PRThread);
466 thred->stack = PR_NEWZAP(PRThreadStack);
945 thred = PR_NEWZAP(PRThread);
967 thred->stack = PR_NEWZAP(PRThreadStack);
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprgcapi.c141 RootFinder *rf = PR_NEWZAP(RootFinder);

Completed in 73 milliseconds

12